! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Bug while compiling Thunar
Status:
CLOSED: INVALID
Product:
Thunar-vfs
Component:
General

Comments

Description Raik Lieske 2006-06-28 10:48:05 CEST
Hi!

While compiling Thunar0.3.0beta1 from XFCE4 4.3.90beta1 using gcc4.1.1 on Slackware10.1 With Kernel 2.6.16 I get these Error:

make[3]: Entering directory `/tmp/Thunar-0.3.0beta1/thunar-vfs'
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DEXO_API_SUBJECT_TO_CHANGE -DEXO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"thunar-vfs\" -DLIBEXECDIR=\"/usr/local/libexec\" -DSN_API_NOT_YET_FROZEN -DTHUNAR_VFS_COMPILATION -DTHUNAR_VFS_VERSION_API=\"1\" -DG_DISABLE_CAST_CHECKS -DHAVE_GNUC_VISIBILITY   -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/local/include/exo-0.3 -I/usr/include/gtk-2.0 -I/usr/local/include/xfce4 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -I/usr/include/libpng12   -I/usr/include/startup-notification-1.0     -g -O2 -MT libthunar_vfs_1_la-thunar-vfs-thumb.lo -MD -MP -MF ".deps/libthunar_vfs_1_la-thunar-vfs-thumb.Tpo" -c -o libthunar_vfs_1_la-thunar-vfs-thumb.lo `test -f 'thunar-vfs-thumb.c' || echo './'`thunar-vfs-thumb.c; \then mv -f ".deps/libthunar_vfs_1_la-thunar-vfs-thumb.Tpo" ".deps/libthunar_vfs_1_la-thunar-vfs-thumb.Plo"; else rm -f ".deps/libthunar_vfs_1_la-thunar-vfs-thumb.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DEXO_API_SUBJECT_TO_CHANGE -DEXO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"thunar-vfs\" -DLIBEXECDIR=\"/usr/local/libexec\" -DSN_API_NOT_YET_FROZEN -DTHUNAR_VFS_COMPILATION -DTHUNAR_VFS_VERSION_API=\"1\" -DG_DISABLE_CAST_CHECKS -DHAVE_GNUC_VISIBILITY -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/local/include/exo-0.3 -I/usr/include/gtk-2.0 -I/usr/local/include/xfce4 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng12 -I/usr/include/startup-notification-1.0 -g -O2 -MT libthunar_vfs_1_la-thunar-vfs-thumb.lo -MD -MP -MF .deps/libthunar_vfs_1_la-thunar-vfs-thumb.Tpo -c thunar-vfs-thumb.c  -fPIC -DPIC -o .libs/libthunar_vfs_1_la-thunar-vfs-thumb.o
thunar-vfs-thumb.c:61:32: error: gconf/gconf-client.h: No such file or directory
thunar-vfs-thumb.c:114: error: expected specifier-qualifier-list before 'GConfClient'
thunar-vfs-thumb.c: In function 'thunar_vfs_thumb_factory_init':
thunar-vfs-thumb.c:230: error: 'ThunarVfsThumbFactory' has no member named 'client'
thunar-vfs-thumb.c:233: error: 'ThunarVfsThumbFactory' has no member named 'scripts'
thunar-vfs-thumb.c:236: error: 'ThunarVfsThumbFactory' has no member named 'client'
thunar-vfs-thumb.c:239: error: 'ThunarVfsThumbFactory' has no member named 'client'
thunar-vfs-thumb.c:239: warning: assignment makes pointer from integer without a cast
thunar-vfs-thumb.c:249: error: 'ThunarVfsThumbFactory' has no member named 'client'
thunar-vfs-thumb.c:253: error: 'ThunarVfsThumbFactory' has no member named 'client'
thunar-vfs-thumb.c:253: warning: assignment makes pointer from integer without a cast
thunar-vfs-thumb.c:271: error: 'ThunarVfsThumbFactory' has no member named 'scripts'
thunar-vfs-thumb.c: In function 'thunar_vfs_thumb_factory_finalize':
thunar-vfs-thumb.c:297: error: 'ThunarVfsThumbFactory' has no member named 'client'
thunar-vfs-thumb.c:300: error: 'ThunarVfsThumbFactory' has no member named 'scripts'
thunar-vfs-thumb.c: In function 'IA__thunar_vfs_thumb_factory_can_thumbnail':
thunar-vfs-thumb.c:479: error: 'ThunarVfsThumbFactory' has no member named 'scripts'
thunar-vfs-thumb.c: In function 'IA__thunar_vfs_thumb_factory_generate_thumbnail':
thunar-vfs-thumb.c:671: error: 'ThunarVfsThumbFactory' has no member named 'scripts'
make[3]: *** [libthunar_vfs_1_la-thunar-vfs-thumb.lo] Fehler 1
make[3]: Leaving directory `/home/Daten/Install/sources/x/windowmanager/xfce-4.39beta/Thunar-0.3.0beta1/thunar-vfs'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/home/Daten/Install/sources/x/windowmanager/xfce-4.39beta/Thunar-0.3.0beta1/thunar-vfs'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/Daten/Install/sources/x/windowmanager/xfce-4.39beta/Thunar-0.3.0beta1'
make: *** [all] Fehler 2
Comment 1 Benedikt Meurer editbugs 2006-06-29 09:16:00 CEST
Your system seems to be b0rked. pkg-config says that gconf is available, but the header files for gconf aren't installed. Either install gconf properly or try to locate the problematic gconf*.pc file and delete it.
Comment 2 Benedikt Meurer editbugs 2006-07-01 10:08:58 CEST
This is INVALID then.

Bug #1961

Reported by:
Raik Lieske
Reported on: 2006-06-28
Last modified on: 2010-11-07

People

Assignee:
Jannis Pohlmann
CC List:
1 user

Version

Version:
unspecified

Attachments

Additional information