Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't compile on linux! #713

Open
TheRedM opened this issue Jul 8, 2022 · 2 comments
Open

Can't compile on linux! #713

TheRedM opened this issue Jul 8, 2022 · 2 comments

Comments

@TheRedM
Copy link

TheRedM commented Jul 8, 2022

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!

@ghost
Copy link

ghost commented Jul 9, 2022

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/

@TheRedM
Copy link
Author

TheRedM commented Jul 9, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant