You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite all dependencies with correct versions apparently being installed, Scons compile fails with the following message:
DataStructures/ConcurrentQueue.h:24:22: fatal error: typedefs.h: No such file or directory compilation terminated. scons: *** [extractor.o] Error 1 scons: building terminated because of errors.
I'm compiling for the first time on Fedora 15 64bit.
A file called typedefs.h does exist within the OSRM directory.
Unfortunately messages from the old sourceforge forum seem to have been removed so I cannot follow past debugging procedure with Scons.
Thanks,
Sam.
The text was updated successfully, but these errors were encountered:
Despite all dependencies with correct versions apparently being installed, Scons compile fails with the following message:
DataStructures/ConcurrentQueue.h:24:22: fatal error: typedefs.h: No such file or directory compilation terminated. scons: *** [extractor.o] Error 1 scons: building terminated because of errors.
I'm compiling for the first time on Fedora 15 64bit.
A file called typedefs.h does exist within the OSRM directory.
Unfortunately messages from the old sourceforge forum seem to have been removed so I cannot follow past debugging procedure with Scons.
Thanks,
Sam.
The text was updated successfully, but these errors were encountered: