| Summary: | dcopperl/DCOP.cpp compile fails with C++ linkage errors. | ||
|---|---|---|---|
| Product: | [Unmaintained] bindings | Reporter: | steve |
| Component: | general | Assignee: | bindings-bugs-null |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | zahl |
| Priority: | NOR | ||
| Version First Reported In: | 3.2.x | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Solaris | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
bug is in the sun perl headers and it's an old kde version; sorry for not touching this sooner! We'll be better with future reports. ;) |
Version: (using KDE KDE 3.2.0) Installed from: Compiled From Sources Compiler: gcc 3.3.1 OS: Solaris Compilation of dcopperl/DCOP.cpp fails with syntax errors in included headers:- gcc -c -I/usr/local/kde-3.2.0/qt/include -I/usr/local/kde-3.2.0/include -x c++ -O4 -mcpu=supersparc -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/local/lib/perl5/5.6.1/sun4-solaris-thread-multi/CORE" DCOP.cpp In file included from /usr/local/lib/perl5/5.6.1/sun4-solaris-thread-multi/CORE/perl.h:2821, from DCOP.xs:3: /usr/local/lib/perl5/5.6.1/sun4-solaris-thread-multi/CORE/perl.h:538: error: previous declaration of `void* Perl_malloc(unsigned int)' with C++ linkage /usr/local/lib/perl5/5.6.1/sun4-solaris-thread-multi/CORE/proto.h:28: error: conflicts with new declaration with C linkage /usr/local/lib/perl5/5.6.1/sun4-solaris-thread-multi/CORE/perl.h:539: error: previous declaration of `void* Perl_calloc(unsigned int, unsigned int)' with C++ linkage /usr/local/lib/perl5/5.6.1/sun4-solaris-thread-multi/CORE/proto.h:29: error: conflicts with new declaration with C linkage /usr/local/lib/perl5/5.6.1/sun4-solaris-thread-multi/CORE/perl.h:540: error: previous declaration of `void* Perl_realloc(void*, unsigned int)' with C++ linkage /usr/local/lib/perl5/5.6.1/sun4-solaris-thread-multi/CORE/proto.h:30: error: conflicts with new declaration with C linkage /usr/local/lib/perl5/5.6.1/sun4-solaris-thread-multi/CORE/perl.h:543: error: previous declaration of `void Perl_mfree(void*)' with C++ linkage /usr/local/lib/perl5/5.6.1/sun4-solaris-thread-multi/CORE/proto.h:31: error: conflicts with new declaration with C linkage gmake[2]: *** [DCOP.o] Error 1 gmake[2]: Leaving directory `/opt/local/kde-3.2.0/src/kdebindings-3.2.0/dcopperl' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/opt/local/kde-3.2.0/src/kdebindings-3.2.0' gmake: *** [all] Error 2