linux compile - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: linux compile (
/showthread.php?tid=144926)
linux compile -
Mina - 29.04.2010
Hi
when i try to compile my plugin in linux i get this errors after writing Make
gcc -c -O3 -w -DLINUX -I/sdk/amx/ sdk/amx/*.c
g++ -c -O3 -w -DLINUX -I/sdk/amx/ sdk/*.cpp
sdk/../sdk/amx/amx.h:709: error: expected unqualified-id before قdoق
sdk/../sdk/amx/amx.h:725: error: expected unqualified-id before قwhileق
sdk/../sdk/amx/amx.h:845: error: expected constructor, destructor, or type conversion before ق(ق token
make: *** [all] Error 1
Could anyone please help ?