GNOME Bugzilla – Bug 115497
_IDL_INCLUDES error
Last modified: 2004-12-22 21:47:04 UTC
The following is an example to show what's happening: Making all in libnautilus-private gmake[4]: Entering directory `/home/jonas/garnome-0.24.2/gnome/nautilus/work/main.d/nautilus-2.3.1/libnautilus-private' /opt/gnome-2.4/bin/orbit-idl-2 -I.. /opt/gnome-2.4/share/idl/bonobo-activation-2.0 /opt/gnome-2.4/share/idl/bonobo-2.0 nautilus-metafile-server.idl orbit-idl-2 2.7.1 compiling mode, show preprocessor errors, passes: stubs skels common headers skel_impl imodule /opt/gnome-2.4/bin/glib-genmarshal nautilus-marshal.list --header --prefix=nautilus_marshal > nautilus-marshal.h cpp0: : No such file or directory Error: Empty file ** (process:15353): WARNING **: /opt/gnome-2.4/share/idl/bonobo-activation-2.0 compilation failed cpp0: : No such file or directory /opt/gnome-2.4/bin/glib-genmarshal nautilus-marshal.list --body --prefix=nautilus_marshal > nautilus-marshal-guts.c Error: Empty file ** (process:15353): WARNING **: /opt/gnome-2.4/share/idl/bonobo-2.0 compilation failed <stdin>:26:22: Bonobo.idl: No such file or directory In file included from <stdin>:27: ../libnautilus/nautilus-view-component.idl:40:22: Bonobo.idl: No such file or directory ../libnautilus/nautilus-view-component.idl:61: Error: `Bonobo' undeclared identifier ** (process:15353): WARNING **: nautilus-metafile-server.idl compilation failed touch nautilus_metafile_server_idl_stamp The '-I' is left out in front of each directory that should be included for the IDL-files. I have a sane GNU tool chain, but I'm not sure if all my GNU tools are being used (since Solaris provides crippled versions of some of the programs) .... I'll attach my config.log, and meanwhile I'll edit my makefiles ....
Created attachment 17613 [details] The config.log file
A build error more than an year old... I'm closing this since I suppose it would go noticed if nautilus didn't compile for all this time :)