Posts: 1,506
Threads: 13
Joined: Jun 2015
I can't get the build part even though this is my third time setting Sublime Text up
Posts: 2,528
Threads: 124
Joined: Jul 2009
Reputation:
0
What exactly is happening? The build window does not pop up? Nothing is printed there? More details please
Posts: 2,528
Threads: 124
Joined: Jul 2009
Reputation:
0
Scroll up, as you can see it says 3 errors.
Posts: 1,506
Threads: 13
Joined: Jun 2015
Quote:
Originally Posted by PeanutButter
Installing the compiler
- Go to Tools>Build System>New Build System
- Replace the code with this code:
Code:
{
"cmd": ["pawncc.exe", "-i includes", "$file", "-;+"],
"path": "C:/path/to/pawno/folder"
}
- You have to change the path to the folder containing pawncc.exe (e.g. "C:/Users/Name/Desktop/MyServer/pawno"), make sure the slashes from your path are / and not \.
- Save the file (remember the name) and close the tab
- Restart the program
- Set your build system: Tools>Build System>name you chose
- You can now press Ctrl+B to compile the the code.
Congratulations, you're done
|
I successfully completed the first five steps but, there's no Pawn/ Pawno in the build system list
Posts: 2,528
Threads: 124
Joined: Jul 2009
Reputation:
0
Do you have "untitled" in the build list by any chance? If so, open Preferences -> Browse packages... open User folder and find untitled.sublime-build and rename it to PAWN.sublime-build
Posts: 1,506
Threads: 13
Joined: Jun 2015
I got it from Preferences > Package Settings. Thanks Misiur, I <3 you
Posts: 2,528
Threads: 124
Joined: Jul 2009
Reputation:
0
But is the .amx created? This box should always appear with -d3, so that's something not ok
Posts: 44
Threads: 8
Joined: Jul 2015
Reputation:
0
Output:
907 Warnings.
warning 219: local variable "i" shadows a variable at a preceding level
warning 219: local variable "i" shadows a variable at a preceding level
warning 219: local variable "i" shadows a variable at a preceding level
warning 219: local variable "i" shadows a variable at a preceding level
warning 219: local variable "i" shadows a variable at a preceding level
warning 219: local variable "i" shadows a variable at a preceding level
warning 219: local variable "i" shadows a variable at a preceding level
warning 219: local variable "i" shadows a variable at a preceding level
warning 219: local variable "i" shadows a variable at a preceding level
warning 219: local variable "i" shadows a variable at a preceding level
warning 219: local variable "i" shadows a variable at a preceding level
warning 219: local variable "i" shadows a variable at a preceding level
warning 219: local variable "i" shadows a variable at a preceding level
warning 219: local variable "i" shadows a variable at a preceding level
Please, help.
Posts: 45
Threads: 4
Joined: Jun 2016
Quote:
Originally Posted by n00blek
|
trying scrolling up or down in that box