View Single Post
counter1strike6
Senior Member
Join Date: Sep 2014
Location: morocco
Old 03-11-2016 , 14:45   Re: Module: Parachute (not fake)
Reply With Quote #32

i cant compile

the terminal output tried gcc & g++
PHP Code:
make OPT=opt
mkdir 
-p Release
mkdir 
-p Release/sdk
make parachute
make
[1]: Entering directory `/root/Desktop/parachute'
g++ -I. -I/home/include/hlsdk -I/home/include/hlsdk/dlls -I/home/include/hlsdk/engine -I/home/include/hlsdk/public -I/home/include/hlsdk/game_shared -I/home/include/hlsdk/game_shared -I/home/include/metamod/metamod -I/home/include/hlsdk/common -I/home/include/hlsdk/pm_shared -Isdk -Iinclude -I -O2 -funroll-loops -s -pipe -fomit-frame-pointer -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -march=i586 -DNDEBUG -Wno-non-virtual-dtor -DHAVE_STDINT_H -static-libgcc -m32 -DREVISION=
`svnversion -n` -DPAWN_CELL_SIZE=32 -DJIT -DASM32 -o Release/sdk/amxxmodule.o -c sdk/amxxmodule.cpp
g++ -I. -I/home/include/hlsdk -I/home/include/hlsdk/dlls -I/home/include/hlsdk/engine -I/home/include/hlsdk/public -I/home/include/hlsdk/game_shared -I/home/include/hlsdk/game_shared -I/home/include/metamod/metamod -I/home/include/hlsdk/common -I/home/include/hlsdk/pm_shared -Isdk -Iinclude -I -O2 -funroll-loops -s -pipe -fomit-frame-pointer -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -march=i586 -DNDEBUG -Wno-non-virtual-dtor -DHAVE_STDINT_H -static-libgcc -m32 -DREVISION=
`svnversion -n` -DPAWN_CELL_SIZE=32 -DJIT -DASM32 -o Release/parachute.o -c parachute.cpp
g++: error: directory: No such file or directory
make[1]: *** [Release/sdk/amxxmodule.o] Error 1
make[1]: *** Waiting for unfinished jobs....
g++: error: directory: No such file or directory
make[1]: *** [Release/parachute.o] Error 1
make[1]: Leaving directory 
`/root/Desktop/parachute'
make: *** [all] Error 2 
__________________
Vitamin-C was here

Last edited by counter1strike6; 03-13-2016 at 18:03.
counter1strike6 is offline