Can't compile on linux!
TheRedM opened this issue · 2 comments
TheRedM commented
Deleted user commented
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/'
TheRedM commented
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!