-
Notifications
You must be signed in to change notification settings - Fork 226
Open
Labels
cmakecompilation-issueenhancementrequest/proposal to add a new featurerequest/proposal to add a new feature
Description
Trying to compile on my Raspberry Pi causes make to fail:
../lib/libAngelscript.a(as_callfunc.cpp.o): In function `CallSystemFunction(int, asCContext*, void*)':
as_callfunc.cpp:(.text+0x754): undefined reference to `CallSystemFunctionNative(asCContext*, asCScriptFunction*, void*, unsigned long*, void*, unsigned long long&)'
collect2: error: ld returned 1 exit status
Sources/CMakeFiles/OpenSpades.dir/build.make:5424: recipe for target 'bin/openspades' failed
make[2]: *** [bin/openspades] Error 1
CMakeFiles/Makefile2:168: recipe for target 'Sources/CMakeFiles/OpenSpades.dir/all' failed
make[1]: *** [Sources/CMakeFiles/OpenSpades.dir/all] Error 2
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2
This git project solves the problem by using a newer version of Angelscript. Any chance this is possible for openspades?
noway, feikname and devnexen
Metadata
Metadata
Assignees
Labels
cmakecompilation-issueenhancementrequest/proposal to add a new featurerequest/proposal to add a new feature