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 303387 - compile fails on "array type has incomplete element type" in gnome-conf.c
compile fails on "array type has incomplete element type" in gnome-conf.c
Status: RESOLVED DUPLICATE of bug 302071
Product: libgnome
Classification: Deprecated
Component: general
2.10.x
Other Linux
: Normal normal
: ---
Assigned To: libgnome maintainer
libgnome maintainer
Depends on:
Blocks:
 
 
Reported: 2005-05-07 16:15 UTC by Stef van der Made
Modified: 2005-06-17 17:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stef van der Made 2005-05-07 16:15:33 UTC
Version details: 2.10.1
Distribution/Version: slackware 8.0

While compiling using gcc-4.0.0. glibc-2.3.3 and gnome-vfs-2.10.1 I get the
following error during the compile process:

 ccache cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes
-pthread -DORBIT2=1 -I/usr/test/garnome3/include/g
lib-2.0 -I/usr/test/garnome3/lib/glib-2.0/include
-I/usr/test/garnome3/include/gnome-vfs-2.0 -I/usr/test/garnome3/lib/gnome-vfs-2
.0/include -I/usr/test/garnome3/include/bonobo-activation-2.0
-I/usr/test/garnome3/include/libbonobo-2.0 -I/usr/test/garnome3/inc
lude/gconf/2 -I/usr/test/garnome3/include/orbit-2.0 -I/usr/test/garnome3/include
-DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\"/usr/
test/garnome3\" -DLIBGNOME_LIBDIR=\"/usr/test/garnome3/lib\"
-DLIBGNOME_DATADIR=\"/usr/test/garnome3/share\" -DLIBGNOME_BINDIR=\"
/usr/test/garnome3/bin\" -DLIBGNOME_LOCALSTATEDIR=\"/usr/test/garnome3/var\"
-DLIBGNOME_SYSCONFDIR=\"/usr/test/garnome3/etc\" -DV
ERSION=\"2.10.0\" -DGNOMEVFSVERSION=\"2.10.1\" -DG_LOG_DOMAIN=\"Gnome\"
-I/usr/test/garnome3/include -I/usr/test/garnome3/include
 -L/usr/test/garnome3/lib -O2 -pipe -MT gnome-gconf.lo -MD -MP -MF
.deps/gnome-gconf.Tpo -c gnome-gconf.c  -fPIC -DPIC -o .libs/g
nome-gconf.o
gnome-gconf.c:33: error: array type has incomplete element type
make[6]: *** [gnome-gconf.lo] Error 1
make[6]: Leaving directory
`/usr/download/garnome-2.10.1.1/platform/libgnome/work/main.d/libgnome-2.10.0/libgnome'
make[5]: *** [all] Error 2
Comment 1 Christian Kellner 2005-05-07 16:19:30 UTC
Seems like its libgnome not gnome-vfs .. reassigning.
Comment 2 Olav Vitters 2005-05-07 21:23:24 UTC
"  Reassign bug to owner of selected component "
Comment 3 Stef van der Made 2005-06-17 17:12:15 UTC

*** This bug has been marked as a duplicate of 302071 ***