Now I m facing this problem that is not in the common problems
Code: Select all
make: Entering directory `/root/Desktop/openkore_ready'
scons: Reading SConscript files ...
Checking Perl configuration ...(cached) yes
Checking for C library ncurses... no
Checking for GNU readline 4.3 or higher...yes
Checking for libcurl...(cached) libcurl 7.15.5
scons: done reading SConscript files.
scons: Building targets ...
o src/auto/XSTools/PaddedPackets/Algorithms/algorithms.os -c -Wall -O3 -pipe -fPIC -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fPIC -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -fPIC -I/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE src/auto/XSTools/PaddedPackets/Algorithms/algorithms.cpp
sh: o: command not found
g++ -o src/auto/XSTools/PaddedPackets/Algorithms/cast.os -c -Wall -O3 -pipe -fPIC -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -fPIC -I/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE src/auto/XSTools/PaddedPackets/Algorithms/cast.c
sh: g++: command not found
scons: *** [src/auto/XSTools/PaddedPackets/Algorithms/cast.os] Error 127
scons: building terminated because of errors.
Compilation failed. Please read http://www.openkore.com/index.php/How_to_run_OpenKore for help.
make: Leaving directory `/root/Desktop/openkore_ready'
Can't locate loadable object for module XSTools in @INC (@INC contains: /root/Desktop/openkore_ready/src/deps /root/Desktop/openkore_ready/src /root/Desktop/openkore_ready /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at ./openkore.pl line 25
[root@jakk-ro openkore_ready]#
[root@jakk-ro openkore_ready]# perl ./openkore.pl
make: Entering directory `/root/Desktop/openkore_ready'
scons: Reading SConscript files ...
Checking Perl configuration ...(cached) yes
Checking for C library ncurses... (cached) no
Checking for GNU readline 4.3 or higher...(cached) yes
Checking for libcurl...(cached) libcurl 7.15.5
scons: done reading SConscript files.
scons: Building targets ...
o src/auto/XSTools/PaddedPackets/Algorithms/algorithms.os -c -Wall -O3 -pipe -fPIC -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fPIC -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -fPIC -I/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE src/auto/XSTools/PaddedPackets/Algorithms/algorithms.cpp
sh: o: command not found
g++ -o src/auto/XSTools/PaddedPackets/Algorithms/cast.os -c -Wall -O3 -pipe -fPIC -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -fPIC -I/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE src/auto/XSTools/PaddedPackets/Algorithms/cast.c
sh: g++: command not found
scons: *** [src/auto/XSTools/PaddedPackets/Algorithms/cast.os] Error 127
scons: building terminated because of errors.
Compilation failed. Please read http://www.openkore.com/index.php/How_to_run_OpenKore for help.
make: Leaving directory `/root/Desktop/openkore_ready'
Can't locate loadable object for module XSTools in @INC (@INC contains: /root/Desktop/openkore_ready/src/deps /root/Desktop/openkore_ready/src /root/Desktop/openkore_ready /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at ./openkore.pl line 25
[root@jakk-ro openkore_ready]#
Thanks
