[GXemul-users] Compilation woes with latest version in SVN
Status: Alpha
Brought to you by:
gavare
From: Nigel H. <nj...@ba...> - 2010-09-22 18:00:38
|
Anders, The latest version in SVN fails to compile for me, any advice? This is on a Linux 64-bit host. c++ -Wshadow -Wcast-qual -Wcast-align -Wnon-virtual-dtor -Wstrict-aliasing -Wall -Wextra -Wno-unused-parameter -g -fno-rtti -fstrict-aliasing -fomit-frame-pointer -fpeephole -O3 -DNDEBUG -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -ffast-math -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -fstack-protector -Wstack-protector -Wextra -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wpointer-arith -Wundef -Wformat-security -D__STDC_FORMAT_MACROS -I../include/ -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -ffast-math -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -fstack-protector -Wstack-protector -Wextra -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wpointer-arith -Wundef -Wformat-security -c -o CommandInterpreter.o CommandInterpreter.cc CommandInterpreter.cc:35:30: error: ../../commands_h.h: No such file or directory CommandInterpreter.cc:53:28: error: ../../commands.h: No such file or directory -Nigel |