pawn-lang/compiler

Can't compile on linux!

TheRedM opened this issue · 2 comments

Screenshot_20220708-070936_Admin Hands.jpg

I don't know what i'm doing wrong! According to the documentation i have to just add the include path using "-i" but i'm getting this error!

Don't put a space between -i and path.
If you're planning on always using the same includes directory, you could consider setting an alias in your .profile file.
Eg.
alias pawncc='pawncc -\;+ -\(+ -i/home/ubuntu/.pawncc/include/'

Also: https://textnot.pictures/

Don't put a space between -i and path.
If you're planning on always using the same includes directory, you could consider setting an alias in your .profile file.
Eg.
alias pawncc='pawncc -\;+ -\(+ -i/home/ubuntu/.pawncc/include/'

Also: https://textnot.pictures/

Thank you, it worked, it's an unusual syntax!