[Solved]error while building orxonox on Ubuntu edgy eft 6.10
Posted: Sat Nov 25, 2006 5:45 pm
If I try to build Orxonox on Ubuntu I get en error (see below). I did install all the required packages given on the wiki page. I copied the msr.h file from /asm to /asm-i386. As a result this error was solved but the one with startBenchmarks() I couldn't solve.
Code: Select all
In file included from subprojects/benchmark.cc:37:
/usr/include/asm/msr.h:7:28: error: asm-i386/msr.h: No such file or directory
subprojects/benchmark.cc: In function 'int startBenchmarks()':
subprojects/benchmark.cc:59: error: 'rdtscl' was not declared in this scope
make[3]: *** [orxonox-benchmark.o] Fehler 1
make[3]: Verlasse Verzeichnis '/home/psachs/Orxonox/0.3.6_alpha/src'
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlasse Verzeichnis '/home/psachs/Orxonox/0.3.6_alpha/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlasse Verzeichnis '/home/psachs/Orxonox/0.3.6_alpha'
make: *** [all] Fehler 2