Hi.
I would like to use Game Develop under Ubuntu 12.04 LTS,but when I try to run a preview of any native example project,I get Game Develop IDE error message:
“Compilation of Events failed and scene cannot be previewed,please report this problem to Game Develop’s developer,joining this file LatestCompilationOutput.txt”
LatestCompilationOutput.txt contains:
In file included from /home/user/GameDevelop/CppPlatform/include/linux/usr/include/c++/4.7/bits/basic_string.h:41:0,
from /home/user/GameDevelop/CppPlatform/include/linux/usr/include/c++/4.7/string:54,
from /home/user/GameDevelop/CppPlatform/include/GDCpp/GDCpp/EventsPrecompiledHeader.h:5,
from <command-line>:0:
/home/user/GameDevelop/CppPlatform/include/linux/usr/include/c++/4.7/ext/atomicity.h: In function ‘_Atomic_word __gnu_cxx::__exchange_and_add(volatile _Atomic_word*, int)’:
/home/user/GameDevelop/CppPlatform/include/linux/usr/include/c++/4.7/ext/atomicity.h:48:45: error: ‘__ATOMIC_ACQ_REL’ was not declared in this scope
/home/user/GameDevelop/CppPlatform/include/linux/usr/include/c++/4.7/ext/atomicity.h:48:61: error: ‘__atomic_fetch_add’ was not declared in this scope
/home/user/GameDevelop/CppPlatform/include/linux/usr/include/c++/4.7/ext/atomicity.h: In function ‘void __gnu_cxx::__atomic_add(volatile _Atomic_word*, int)’:
/home/user/GameDevelop/CppPlatform/include/linux/usr/include/c++/4.7/ext/atomicity.h:52:38: error: ‘__ATOMIC_ACQ_REL’ was not declared in this scope
/home/user/GameDevelop/CppPlatform/include/linux/usr/include/c++/4.7/ext/atomicity.h:52:54: error: ‘__atomic_fetch_add’ was not declared in this scope
Anybody could help me please?
Thanks.