10.05.2016, 02:09
I setup my code for building pawn in sublime, and im getting this error whenever i try to build
here is the build code,
im opening the .pwn in the gamemodes folder of the server directory and thats where /pawno is located
Код:
[WinError 2] The system cannot find the file specified [cmd: ['/pawno/pawncc.exe', 'new.pwn', '-;+', '-v2', '-d3', '-\\)+', '-l']] [dir: C:\Users\Mark\Desktop\Divergent\gamemodes] [path: C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\EgisTec MyWinLocker\x64;C:\Program Files (x86)\EgisTec MyWinLocker\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Skype\Phone\] [Finished]
Код:
{ "cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+"], "working_dir": "${file_path}", "file_regex": "^([^\\.]+\\.pwn)\\((\\d+)\\)() : (.*)$", "variants": [ { "cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-l"], "working_dir": "${file_path}", "name": "Preprocessed output" }, { "cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-a"], "working_dir": "${file_path}", "name": "P-code output" } ] }