compiler icon indicating copy to clipboard operation
compiler copied to clipboard

Can't compile on linux!

Open TheRedM opened this issue 2 years ago • 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!

TheRedM avatar Jul 08 '22 06:07 TheRedM

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/

Kwarde666 avatar Jul 09 '22 00:07 Kwarde666

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!

TheRedM avatar Jul 09 '22 01:07 TheRedM