Open TheRedM opened 2 years ago
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/'
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/'
Thank you, it worked, it's an unusual syntax!
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!