After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 301803 - ifdef __cplusplus missing from includes
ifdef __cplusplus missing from includes
Status: RESOLVED DUPLICATE of bug 155304
Product: pygtk
Classification: Bindings
Component: general
2.3.x/2.4.x
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-24 16:17 UTC by Matt Wette
Modified: 2005-04-24 16:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matt Wette 2005-04-24 16:17:54 UTC
Distribution/Version: Fedore Core 3

Try to compile c++ code using #include <pygobject.h>
I get problem w/ the word "typename" appearing in pygobject.h

maybe "#ifdef __cplusplus ... extern "C" {" could be added.

I ran into this trying to compile matplotlib (.sourceforge.net).
Comment 1 Gustavo Carneiro 2005-04-24 16:40:29 UTC

*** This bug has been marked as a duplicate of 155304 ***