-
Notifications
You must be signed in to change notification settings - Fork 253
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
COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h: Include pcre.h #582
base: main
Are you sure you want to change the base?
Conversation
CRLF and LF were mixed in lots of files, confusing tools like `patch`.
This fixes a compilation error with libpcre-8.42: ``` error: conflicting declaration 'typedef struct real_pcre8_or_16 pcre' ``` Closes: KhronosGroup#547 Closes: KhronosGroup#570
…ils/include/COLLADABUPcreCompiledPattern.h In the previous commit COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h was changed to already include this header.
732a3ec
to
82b3edc
Compare
…8.42 See-Also: https://bugs.gentoo.org/651756 See-Also: KhronosGroup/OpenCOLLADA#547 See-Also: KhronosGroup/OpenCOLLADA#570 See-Also: KhronosGroup/OpenCOLLADA#582
FAILURE: exercise-opencollada-pull-request build #143
Pull Requests:
|
broken jenkins computer (HW failure).. |
I relaunched the build, but this is not a Jenkins issue only. for example: on windows: on mac: |
FAILURE: exercise-opencollada-pull-request build #150
Pull Requests:
|
This fixes a compilation error with libpcre-8.42:
Also remove inclusion of pcre.h from files already including COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
Closes: #547
Closes: #570
Depends-On: #581