Closed
Bug 326667
Opened 19 years ago
Closed 6 years ago
redefined NS_HIDDEN/IMPORT/EXPORT when including gtkmozembed.h and other headers
Categories
(Core Graveyard :: Embedding: GTK Widget, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: chpe, Assigned: mpgritti)
Details
When including gtkmozembed.h and other gecko headers in the same file, I get warnings about redefined macros NS_HIDDEN/IMPORT_/EXPORT_, for example
In file included from /opt/xulrunner+firefox-trunk-debug/include/xulrunner-1.9a1/xpcom/nsDebug.h:42,
from /opt/xulrunner+firefox-trunk-debug/include/xulrunner-1.9a1/xpcom/nsCOMPtr.h:59,
from ../../../embed/mozilla/EphyBrowser.h:30,
from ../../../embed/mozilla/EphyBrowser.cpp:26:
/opt/xulrunner+firefox-trunk-debug/include/xulrunner-1.9a1/xpcom/nscore.h:117:1: warning: "NS_HIDDEN" redefined
In file included from ../../../embed/mozilla/EphyBrowser.h:29,
from ../../../embed/mozilla/EphyBrowser.cpp:26:
/opt/xulrunner+firefox-trunk-debug/include/xulrunner-1.9a1/gtkembedmoz/gtkmozembed.h:57:1: warning: this is the location of the previous definition
Updated•15 years ago
|
QA Contact: pavlov → gtk-widget
Updated•13 years ago
|
Product: Core → Core Graveyard
Comment 1•6 years ago
|
||
Embedding: GTK Widget isn't a thing, closing.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•