Sublime Text 3
#1

Hello, I have a problem with sublimetext 3 well, I made the correct settings, I have no error, give me compile and show console
'Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 0 bytes
Code size: 3325060 bytes
Date size: 22163464 bytes
Stack / heap size: 17039360 bytes; Foreca max. usage: unknown, due to recursion
Total Requirements: 42527884 bytes
[Finished in 46.3s] '
and when I look gamemodes .amx file is not created ... Why?
Reply
#2

Show me your pawn .sublime-build file contents.
Reply
#3

{
"cmd": ["E:/zuzu's files/1-Zuzu/Gamemode SA-MP/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+"],
"working_dir": "${file_path}",
"file_regex": "^([^\\.]+\\.pwn)\\((\\d+)\\)() : (.*)$",
"variants": [
{
"cmd": ["E:/zuzu's files/1-Zuzu/Gamemode SA-MP/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-l"],
"working_dir": "${file_path}",
"name": "Preprocessed output"
},
{
"cmd": ["E:/zuzu's files/1-Zuzu/Gamemode SA-MP/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-a"],
"working_dir": "${file_path}",
"name": "P-code output"
}
]
}
Reply
#4

Create a new file in the same folder you're trying from, and try compiling it (you can add some errors on purpose just to check if this file is loaded). I checked, and spaces and single quote in path didn't cause any problems for me.
Reply
#5

I resolved, I changed that and now I do AMX files
{
"Cmd" ["pawncc.exe" "-D2 includes -r s," "$ file", "-, +"]
"Path": "E: / Zuzu's files / 1 Zuzu / Gamemode SA-MP / pawno /"
}
Thanks for the help, but I tried with errors, and all the same, I do not create file .amx ... now makes me, thanks for the help
Reply
#6

There is no problem here, just the compiler compile with '-d3' & '-v2'. This show more informations but there is no errors.
But, how this can be possible : [Finished in 46.3s]
Reply
#7

GM I'm working with takes 120 seconds to compile, not that odd (especially when using YSI)
Reply
#8

Yes, I using YSI
Reply
#9

All depends on how many times compiler needs to go thru the code and arrays in it, 42527884 < this shows his arrays are quite big thru the code or he got too many includes.

OT: Do you have multiple sa-mp folders n projects? it might have compiled it somewhere else (unlikely but possible as your GM is compiled but there is no amx)
Reply
#10

Hm, no, I didn't, that is now with the new settings go with old ones why not work?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)