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 115497 - _IDL_INCLUDES error
_IDL_INCLUDES error
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Builds
2.3.x
Other Solaris
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-18 23:18 UTC by Jonas Jonsson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4


Attachments
The config.log file (148.21 KB, text/plain)
2003-06-18 23:19 UTC, Jonas Jonsson
Details

Description Jonas Jonsson 2003-06-18 23:18:08 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 ....
Comment 1 Jonas Jonsson 2003-06-18 23:19:49 UTC
Created attachment 17613 [details]
The config.log file
Comment 2 Paolo Borelli 2004-09-08 17:11:32 UTC
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 :)