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

Default includes (SM1.11) can not found/read #5

Closed
Bara opened this issue Dec 25, 2021 · 2 comments · Fixed by #6
Closed

Default includes (SM1.11) can not found/read #5

Bara opened this issue Dec 25, 2021 · 2 comments · Fixed by #6

Comments

@Bara
Copy link

Bara commented Dec 25, 2021

Since the sourcepawn (compiler) update from november (2021) or so, it seems like that Setup-SP will no longer work with latest SM1.11 versions.

Examples:
https://github.com/surftimer/Surftimer-Official/runs/4343458952
https://github.com/Bara/Multi-Colors/actions/runs/1511711441

While testing this in a VM with Ubuntu 20.04 and VSCode, I couldn't reproduce this.

@c0rp3n
Copy link

c0rp3n commented Jan 3, 2022

Yup I have also ran into this issue when updating colorlib.

The current workaround is adding -i $includePath when calling spcomp.

So in my case this worked out to:

spcomp -E -w234 -O2 -v2 -i $includePath -i $SCRIPTS_PATH/include $file

clugg added a commit to clugg/sm-json that referenced this issue Feb 8, 2022
clugg added a commit to clugg/sm-json that referenced this issue Feb 8, 2022
eisbaer66 added a commit to higps/robogithub that referenced this issue Jul 3, 2022
caxanga334 added a commit to caxanga334/tf-bewithrobots-redux that referenced this issue Jul 5, 2022
@rumblefrog rumblefrog pinned this issue Jul 6, 2022
sapphonie added a commit to sapphonie/SOAP-TF2DM that referenced this issue Jul 6, 2022
@rumblefrog rumblefrog unpinned this issue Jul 6, 2022
@rumblefrog
Copy link
Owner

rumblefrog commented Jul 6, 2022

This has been fixed on master, pin to master or @v1.2.0

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

Successfully merging a pull request may close this issue.

3 participants