Installing Fuego on Linux
Posted: Sat Dec 07, 2013 5:55 pm
I am trying to install Fuego on 3.8.4-1-ARCH GNU/Linux and keep getting the error
In file included from /usr/include/pthread.h:24:0,
from /usr/include/c++/4.8.2/x86_64-unknown-linux-gnu/bits/gthr-default.h:35,
from /usr/include/c++/4.8.2/x86_64-unknown-linux-gnu/bits/gthr.h:148,
from /usr/include/c++/4.8.2/ext/atomicity.h:35,
from /usr/include/c++/4.8.2/bits/ios_base.h:39,
from /usr/include/c++/4.8.2/ios:42,
from /usr/include/c++/4.8.2/ostream:38,
from /usr/include/c++/4.8.2/iostream:39,
from GtpEngine.h:28,
from GtpEngine.cpp:6:
GtpEngine.cpp: In member function 'void {anonymous}::ReadThread::Function::ExecuteSleepLine(const string&)':
GtpEngine.cpp:352:33: error: expected unqualified-id before numeric constant
xtime_get(&time, boost::TIME_UTC);
^
Makefile:271: recipe for target 'libfuego_gtpengine_a-GtpEngine.o' failed
make[2]: *** [libfuego_gtpengine_a-GtpEngine.o] Error 1
make[2]: Leaving directory '/home/crodgers/fuego-1.1/gtpengine'
Makefile:351: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/crodgers/fuego-1.1'
Makefile:289: recipe for target 'all' failed
make: *** [all] Error 2
I have used ./configure --with-boost-libdir=/usr/lib64 for the configure command, but it won't make properly. I'm not sure where else to ask. Google has not been really helpful. Hoping someone here has dealt with this before. Any help would be greatly appreciated.
In file included from /usr/include/pthread.h:24:0,
from /usr/include/c++/4.8.2/x86_64-unknown-linux-gnu/bits/gthr-default.h:35,
from /usr/include/c++/4.8.2/x86_64-unknown-linux-gnu/bits/gthr.h:148,
from /usr/include/c++/4.8.2/ext/atomicity.h:35,
from /usr/include/c++/4.8.2/bits/ios_base.h:39,
from /usr/include/c++/4.8.2/ios:42,
from /usr/include/c++/4.8.2/ostream:38,
from /usr/include/c++/4.8.2/iostream:39,
from GtpEngine.h:28,
from GtpEngine.cpp:6:
GtpEngine.cpp: In member function 'void {anonymous}::ReadThread::Function::ExecuteSleepLine(const string&)':
GtpEngine.cpp:352:33: error: expected unqualified-id before numeric constant
xtime_get(&time, boost::TIME_UTC);
^
Makefile:271: recipe for target 'libfuego_gtpengine_a-GtpEngine.o' failed
make[2]: *** [libfuego_gtpengine_a-GtpEngine.o] Error 1
make[2]: Leaving directory '/home/crodgers/fuego-1.1/gtpengine'
Makefile:351: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/crodgers/fuego-1.1'
Makefile:289: recipe for target 'all' failed
make: *** [all] Error 2
I have used ./configure --with-boost-libdir=/usr/lib64 for the configure command, but it won't make properly. I'm not sure where else to ask. Google has not been really helpful. Hoping someone here has dealt with this before. Any help would be greatly appreciated.