Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Compile error #1189

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 8 comments
Closed

Compile error #1189

openstreetmap-trac opened this issue Jul 23, 2021 · 8 comments

Comments

@openstreetmap-trac
Copy link

Reporter: richardbrinkman[at]hotmail.com
[Submitted to the original trac issue database at 2.08pm, Saturday, 20th September 2008]

Last week Merkaartor compiled correctly. But after an svn update I get this:

In file included from Map/RoadManipulations.cpp:11:
./PropertiesDock.h:12:42: error: Utils/ShortcutOverrideFilter.h: No such file or directory
In file included from Map/RoadManipulations.cpp:11:
./PropertiesDock.h:80: error: ISO C++ forbids declaration of ShortcutOverrideFilter with no type
./PropertiesDock.h:80: error: expected ; before * token
make: *** [tmp/obj_release/RoadManipulations.o] Error 1

I'm compiling with g++ (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8), qt-4.4.1-2.fc9.x86_64 on a Fedora Linux system. svn revision #10803
A make clean; make does not help either.

@openstreetmap-trac
Copy link
Author

Author: koying
[Added to the original trac issue at 7.11pm, Saturday, 20th September 2008]

Oups...

@openstreetmap-trac
Copy link
Author

Author: richardbrinkman[at]hotmail.com
[Added to the original trac issue at 7.12pm, Saturday, 20th September 2008]

Seems that Utils/ShortcutOverrideFilter.cpp and Utils/ShortcutOverrideFilter.h are not in the repository.

@openstreetmap-trac
Copy link
Author

Author: koying
[Added to the original trac issue at 7.16pm, Saturday, 20th September 2008]

(In [10807]) FIX : Compile error (fixes #1189)

@openstreetmap-trac
Copy link
Author

Author: richardbrinkman[at]hotmail.com
[Added to the original trac issue at 7.23pm, Saturday, 20th September 2008]

Also Tools/WorldOsbManager.h is missing in the repository. (It's needed for MainWindow.cpp in line 48).

@openstreetmap-trac
Copy link
Author

Author: koying
[Added to the original trac issue at 7.27pm, Saturday, 20th September 2008]

(In [10808]) FIX : More forgotten new files (Refs #1189)

@openstreetmap-trac
Copy link
Author

Author: richardbrinkman[at]hotmail.com
[Added to the original trac issue at 7.45pm, Saturday, 20th September 2008]

With a slight modification of Merkaartor.pro it will compile:

Index: Merkaartor.pro

--- Merkaartor.pro (revision 10808)
+++ Merkaartor.pro (working copy)
@@ -75,6 +75,7 @
include(Render/Render.pri)
include(qextserialport/qextserialport.pri)
include(GPS/GPS.pri)
+include(Tools/Tools.pri)

unix {

@openstreetmap-trac
Copy link
Author

Author: koying
[Added to the original trac issue at 7.50pm, Saturday, 20th September 2008]

(In [10809]) FIX : Thanks to Richard for correcting my lack of carefulness (Refs #1189)

@openstreetmap-trac
Copy link
Author

Author: koying
[Added to the original trac issue at 1.32pm, Thursday, 25th September 2008]

Solved

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant