Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Missing version.h on OSX / cmake / Xcode

Hi Robert

the version.h was in src, but now it is generated in the build/cmake-build/src folder, at least under linux, as one of the first steps
The script to build it is tools/build/version.py

Best regards,
Harald


Am 13.12.19 um 19:02 schrieb Robert.Hilbrich@xxxxxx:

Hi,

I just "git pulled" myself to the latest version of SUMO and used 'cmake -G "Xcode"' to create an Xcode project. It works just fine, but it is complaining about a missing version.h.


My config.h looks like the following:


...

/* Define if auto-generated version.h should be used. */
#define HAVE_VERSION_H
#ifndef HAVE_VERSION_H
/* Define if auto-generated version.h is unavailable. */
#define VERSION_STRING "1.4.0"
#endif
...


So, HAVE_VERSION_H is defined, but there is no file version.h in the source tree. Any pointers?


Cheers,
Robert 


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user



Back to the top