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 322472 - #include "..." doesn't work correctly
#include "..." doesn't work correctly
Status: RESOLVED WONTFIX
Product: libIDL
Classification: Deprecated
Component: general
0.8.x
Other All
: Normal normal
: ---
Assigned To: Mark McLoughlin
Mark McLoughlin
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2005-11-26 00:24 UTC by Vladimir Panov
Modified: 2018-07-01 08:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vladimir Panov 2005-11-26 00:24:57 UTC
Version details: 0.8.6

libIDL calls the C preprocessor with the -I- flag if available. Apart from
avoiding accidental inclusion of a system C/C++ header, this option has one more
effect. From the gcc man page:
"-I- inhibits the use of the directory of the current file directory as the
first search directory for "#include "file""."
This makes #include "..." in an IDL file which is not in the current directory
useless. I think that it would be beter to use -nostdinc or no such option at all.
Comment 1 André Klapper 2018-07-01 08:30:15 UTC
libIDL is not under active development anymore and has not seen code changes for more than eight years.
Its codebase has been archived: https://gitlab.gnome.org/Archive/libidl/commits/master

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this ticket (or rather transfer the project to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the responsibility for active development again.