Hello
i get this error when i edit the source
this my first time i see this error
is that because i edited the source in 32 bit OS ?!
please someone help me to fix that
i get this error when i edit the source
PHP:
The Forgotten Server build script -
Using ccache
CCache binaries located in /usr/lib/ccache
Start building on 2 cores, using 3 processes
make all-am
make[1]: Entering directory `/var/project/source-original'
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.2 -D__USE_MYSQL__ -D__WAR_SYSTEM__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -ggdb -O1 -march=native -mtune=native -MT actions.o -MD -MP -MF .deps/actions.Tpo -c -o actions.o actions.cpp
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.2 -D__USE_MYSQL__ -D__WAR_SYSTEM__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -ggdb -O1 -march=native -mtune=native -MT allocator.o -MD -MP -MF .deps/allocator.Tpo -c -o allocator.o allocator.cpp
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.2 -D__USE_MYSQL__ -D__WAR_SYSTEM__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -ggdb -O1 -march=native -mtune=native -MT baseevents.o -MD -MP -MF .deps/baseevents.Tpo -c -o baseevents.o baseevents.cpp
baseevents.cpp:1:0: error: CPU you selected does not support x86-64 instruction set
make[1]: *** [baseevents.o] Error 1
make[1]: *** Waiting for unfinished jobs....
allocator.cpp:1:0: error: CPU you selected does not support x86-64 instruction set
make[1]: *** [allocator.o] Error 1
actions.cpp:1:0: error: CPU you selected does not support x86-64 instruction set
make[1]: *** [actions.o] Error 1
make[1]: Leaving directory `/var/project/source-original'
make: *** [all] Error 2
this my first time i see this error
is that because i edited the source in 32 bit OS ?!
please someone help me to fix that