27.08.2017, 15:20
I'm trying to compile my GM on debian, as same way i did on Ubuntu, but it's not working:
I'm using this pack:
libpawn.so
https://uploadfiles.io/a9qae
pawncc
https://ufile.io/wy2lk
My sublime's compiler - pawn.sublime-build:
Error:
Or
Error:
https://sampforum.blast.hk/showthread.php?tid=615066&page=2
I did tried this 2 ways because i saw another guy using debian old, and he solved just changing that...
But now on this new version it's not working...
Is anybody more experient could help me and others who use this new debian?
I'm using this pack:
libpawn.so
https://uploadfiles.io/a9qae
pawncc
https://ufile.io/wy2lk
My sublime's compiler - pawn.sublime-build:
Код:
{ "cmd": ["pawncc", "$file_name", "-;+", "-v2", "-d3","-Z+", "-\\)+"], "path": "/lib" }
Код:
[Errno 2] No such file or directory: 'pawncc' [cmd: ['pawncc', 'TDM.pwn', '-;+', '-v2', '-d3', '-Z+', '-\\)+']] [dir: /home/binny/Documents/sampserver/gamemodes] [path: /lib] [Finished]
Код:
{ "cmd": ["pawncc", "$file_name", "-;+", "-v2", "-d3","-Z+", "-\\)+"], "path": "/lib/" }
Код:
Errno 2] No such file or directory: 'pawncc' [cmd: ['pawncc', 'TDM.pwn', '-;+', '-v2', '-d3', '-Z+', '-\\)+']] [dir: /home/binny/Documents/sampserver/gamemodes] [path: /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games] [Finished]
I did tried this 2 ways because i saw another guy using debian old, and he solved just changing that...
But now on this new version it's not working...
Is anybody more experient could help me and others who use this new debian?