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
PCRE error #547
Comments
|
platform? compiler ? |
Win7+VS2013, Win7+VS2015, Win7+VS2017, Win10+VS2017 |
|
This problem appears with the latest version of pcre (v8.42) compiler is gcc 7.3, platform is *BSD, but that's not really relevant here. |
|
Could the summary please be adjusted to |
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
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
…8.42 See-Also: https://bugs.gentoo.org/651756 See-Also: KhronosGroup/OpenCOLLADA#547 See-Also: KhronosGroup/OpenCOLLADA#570 See-Also: KhronosGroup/OpenCOLLADA#582
|
Not really a fix but I got around it by changing the following in To the definition from And it compiled without complaint. Note that I haven't done much testing or usage of the resulting binary though. |
OpenCOLLADA/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
Line 16 in a748c0e
Have a look at the current pcre header in line 324 (https://vcs.pcre.org/pcre/code/trunk/pcre.h.in?view=markup#L324):
The current OpenCOLLADA definition creates an error:
https://vcs.pcre.org/pcre/code/trunk/pcre.h.in?r1=1454&r2=1710
The text was updated successfully, but these errors were encountered: