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

Build fails with latest master #645

Closed
cjthompson opened this issue Apr 4, 2013 · 1 comment
Closed

Build fails with latest master #645

cjthompson opened this issue Apr 4, 2013 · 1 comment
Milestone

Comments

@cjthompson
Copy link

I'm trying to build from the latest master on CentOS 5.6 running kernel 2.6.18 (x64) and the build fails with the following message:

fallback.h:395: error: previous declaration of 'char* gettext(const char*)' with 'C++' linkage
/usr/include/libintl.h:41: error: conflicts with new declaration with 'C' linkage
/usr/include/libintl.h:41: error: declaration of 'char* gettext(const char*) throw ()' throws different exceptions
fallback.h:395: error: from previous declaration 'char* gettext(const char*)'
fallback.h:416: error: previous declaration of 'char* dcgettext(const char*, const char*, int)' with 'C++' linkage
/usr/include/libintl.h:54: error: conflicts with new declaration with 'C' linkage
/usr/include/libintl.h:54: error: declaration of 'char* dcgettext(const char*, const char*, int) throw ()' throws different exceptions
fallback.h:416: error: from previous declaration 'char* dcgettext(const char*, const char*, int)'
fallback.h:405: error: previous declaration of 'char* textdomain(const char*)' with 'C++' linkage
/usr/include/libintl.h:83: error: conflicts with new declaration with 'C' linkage
/usr/include/libintl.h:83: error: declaration of 'char* textdomain(const char*) throw ()' throws different exceptions
fallback.h:405: error: from previous declaration 'char* textdomain(const char*)'
fallback.h:400: error: previous declaration of 'char* bindtextdomain(const char*, const char*)' with 'C++' linkage
/usr/include/libintl.h:88: error: conflicts with new declaration with 'C' linkage
/usr/include/libintl.h:88: error: declaration of 'char* bindtextdomain(const char*, const char*) throw ()' throws different exceptions
fallback.h:400: error: from previous declaration 'char* bindtextdomain(const char*, const char*)'
make: *** [highlight.o] Error 1
@ridiculousfish
Copy link
Member

Should be fixed with b936be8 and 8bbd8ab

Thanks for reporting this.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants