View previous topic :: View next topic |
Author |
Message |
nativesun
Joined: 28 Jun 2006 Posts: 5 Location: West Texas
|
Posted: Thu Jul 06, 2006 8:23 am Post subject: Error while compiling libgnomeui [solved] |
|
|
I cannot get libgnomeui to compile at all. Each time I try, I get the following error:
Quote: | gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_DISABLE_DEPRECATED -O2 -march=i686 -MT gtkfilesystemgnomevfs.lo -MD -MP -MF .deps/gtkfilesystemgnomevfs.Tpo -c gtkfilesystemgnomevfs.c -fPIC -DPIC -o .libs/gtkfilesystemgnomevfs.o
gtkfilesystemgnomevfs.c: In function `gtk_file_system_gnome_vfs_iface_init':
gtkfilesystemgnomevfs.c:387: warning: assignment from incompatible pointer type
gtkfilesystemgnomevfs.c:388: warning: assignment from incompatible pointer type
gtkfilesystemgnomevfs.c:392: warning: assignment from incompatible pointer type
gtkfilesystemgnomevfs.c:394: error: structure has no member named `volume_render_icon'
gtkfilesystemgnomevfs.c:402: error: structure has no member named `render_icon'
make[2]: *** [gtkfilesystemgnomevfs.lo] Error 1
make[2]: Leaving directory `/usr/src/libgnomeui-2.14.1/file-chooser'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/libgnomeui-2.14.1'
make: *** [all] Error 2
Creating /var/log/lunar/compile/libgnomeui-2.14.1.bz2
|
I've tried to figure out what modules affect gtkfilesystemgnomevfs, but obviously I'm getting it wrong. I'd sure like to know how to fix this.
Last edited by nativesun on Thu Jul 06, 2006 9:12 pm; edited 1 time in total |
|
Back to top |
|
 |
ElAngelo
Joined: 10 Aug 2005 Posts: 77
|
Posted: Thu Jul 06, 2006 8:31 am Post subject: |
|
|
please could you file this as a bug???
we do have a bug reporter for this kind of things... not all devs are reading the forum.... |
|
Back to top |
|
 |
nativesun
Joined: 28 Jun 2006 Posts: 5 Location: West Texas
|
Posted: Thu Jul 06, 2006 3:41 pm Post subject: |
|
|
ElAngelo wrote: | please could you file this as a bug???
we do have a bug reporter for this kind of things... not all devs are reading the forum.... |
I did file this as a bug. My apologies for not doing this the first time. Usually when there's a compile issue, it's because of some bonehead thing I've done. It was my first ever bug report submitted, so hope I did that halfway right.
Maybe I'll just change my name to noobuser or something like that . |
|
Back to top |
|
 |
ElAngelo
Joined: 10 Aug 2005 Posts: 77
|
Posted: Thu Jul 06, 2006 5:13 pm Post subject: |
|
|
seems to be related to the new gtk+-2... you have the choice between downgrading that one or waiting for the gnome-devs to fix it...
gr,S. |
|
Back to top |
|
 |
nativesun
Joined: 28 Jun 2006 Posts: 5 Location: West Texas
|
Posted: Thu Jul 06, 2006 9:13 pm Post subject: |
|
|
Seems the bump up tchan did to version libgnomeui 2.15 did the trick. Thanks tchan. |
|
Back to top |
|
 |
|