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 [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
