-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 13.04 compilation error #50
Comments
Can you paste the generated OpenSpades.h ? |
Same error on Linux Mint 14, which is based on 12.04 I believe. Was using autoconf 2.69 mind you, as per the thread. |
//This header is generated by CMake, do not edit it. (Changes will be lost)
// Instead edit OpenSpades.h.in, and run CMake again.
#define OpenSpades_VERSION_MAJOR 0
#define OpenSpades_VERSION_MINOR 0
#define OpenSpades_VERSION_REVISION 7
#define OS_STRINGIFY2(x) #x
#define OS_STRINGIFY(x) OS_STRINGIFY2(x)
#define OpenSpades_VER_STR "OpenSpades " OS_STRINGIFY(OpenSpades_VERSION_MAJOR) "." OS_STRINGIFY(OpenSpades_VERSION_MINOR) "." OS_STRINGIFY(OpenSpades_VERSION_REVISION)
#define PACKAGE_STRING OpenSpades_VER_STR
/* #undef HAS_OPENAL */
/* #undef RESDIR_DEFINED */
#define RESDIR "" |
adding |
Ubuntu 12.04 x64 does work, but i see some old data in that file could you try again with the latest? (and ofcourse also run cmake again, you should always do that after adding / removing files or changing build config) |
//This header is generated by CMake, do not edit it. (Changes will be lost)
// Instead edit OpenSpades.h.in, and run CMake again.
#define OpenSpades_VERSION_MAJOR 0
#define OpenSpades_VERSION_MINOR 0
#define OpenSpades_VERSION_REVISION 7
#define OS_STRINGIFY2(x) #x
#define OS_STRINGIFY(x) OS_STRINGIFY2(x)
#define OpenSpades_VER_STR "OpenSpades " OS_STRINGIFY(OpenSpades_VERSION_MAJOR) "." OS_STRINGIFY(OpenSpades_VERSION_MINOR) "." OS_STRINGIFY(OpenSpades_VERSION_REVISION)
#define PACKAGE_STRING OpenSpades_VER_STR
/* #undef HAS_OPENAL */
/* #undef RESDIR_DEFINED */
#define RESDIR "" |
'fails to build now' |
Fair.
|
A friend of mine in IRC has this too: Xubuntu 13.04 |
#69, same issue :( |
looks like you guys are running an older version of g++ ? could you try from https://github.com/learn-more/openspades and report back? |
Fails with a similar message :(, if not the same actually, yeah, the same also, (make -v) GNU Make 3.81 This program built for i686-pc-linux-gnu and (gcc -v) Using built-in specs. and (g++ -v) Using built-in specs. These are all the versions which came with my OS |
Same error again, and same compiler version. Why not add |
https://github.com/learn-more/openspades/pull/1 helps lot, but errors again with
|
YES! Thank you #78 |
yes, install target is not enabled in cmake, one would need to review what files need to be included, and create an install target. |
@learn-more a more detailed instruction is appreciated :) |
Thanks! I don't know what to do now, but I learned something new :P |
Proper packages would be MUCH better than Closing this as neither packaging nor make install has to do with compiling problems on Ubuntu. |
Got this error compiling openSpades. Looks like some header file is missing, or some
#define
or lack there of is hiding something maybe?The text was updated successfully, but these errors were encountered: