Compile GM Sublime - Kali Linux - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Compile GM Sublime - Kali Linux (
/showthread.php?tid=615322)
Compile GM Sublime - Kali Linux -
kapiroto - 20.08.2016
I downloaded all files i found here in forum, i put everything in right folder (i think i made all right)
When i tried to compile the first time i got this error:
Код:
[Errno 13] Permission denied
I fixed using:
Код:
root@lucio:~# cd ..
root@lucio:/# ls
0 dev initrd.img lost+found opt run sys var
bin etc lib media proc sbin tmp vmlinuz
boot home lib64 mnt root srv usr
root@lucio:/# cd lib
root@lucio:/lib# ls
cpp libip6tc.so.0 modprobe.d
crda libip6tc.so.0.1.0 modules
cryptsetup libipq.so.0 pawncc
firmware libipq.so.0.0.0 security
hdparm libiptc.so.0 startpar
ifupdown libiptc.so.0.0.0 systemd
include libpawnc.so terminfo
init libxtables.so.10 udev
klibc-k3La8MUnuzHQ0_kG8hokcGAC0PA.so libxtables.so.10.0.0 x86_64-linux-gnu
libip4tc.so.0 live xtables
libip4tc.so.0.1.0 lsb
root@lucio:/lib# chmod 777 pawncc
root@lucio:/lib#
But now i got this error:
Код:
[Errno 2] No such file or directory: 'pawncc'
[cmd: ['pawncc', 'MM.pwn', '-;+', '-v2', '-d3', '-Z+', '-\\)+']]
[dir: /root/Documents/samp/gamemodes]
[path: /lib/]
[Finished]
How to fix? It's there:
That's my compiler:
Код:
{
"cmd": ["pawncc", "$file_name", "-;+", "-v2", "-d3","-Z+", "-\\)+"],
"path": "/lib/"
}
Re: Compile GM Sublime - Kali Linux -
kapiroto - 22.08.2016
bump!
Re: Compile GM Sublime - Kali Linux -
kapiroto - 23.08.2016
Just changed to:
Код:
{
"cmd": ["pawncc", "$file_name", "-;+", "-v2", "-d3","-Z+", "-\\)+"],
"path": "/lib"
}
And fixed