-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fixed includes and asserts in v1.6.18 release. #1524
base: master
Are you sure you want to change the base?
Conversation
Thanks for this. I won't be able to take the MR because the authoritative upstream repo is Perforce, but I can apply the same fixes there. |
Hey so I'm still getting some build errors with this PR. I'm just trying to build to compile some other projects and this has been a headache and a half.
|
Same comments as in #1558 |
Also @JoeLudwig its been more then 6 months now, is it that hard to push the patched branch to Github? |
Seems like this is still an issue after the latest update today - is it possible to get a fix for it? Thanks! |
@danwillm Hmm, I can see now that after a year my pull request accumulated some other patches. I guess I should reset it back to the original patch. |
It's really frustrating that Valve will not turn this into the official repo for this. Having to fetch this remote to fix the build process every time I set up my dev environment |
8c3684e
to
ccdcd5a
Compare
It seems some internal include structure leaked through. The fix:
<#include ...>
with project relative includes (of type"#include ..."
and fixes the path.