[Thunar-dev] Unable to compile

Calitar calitar at gmail.com
Thu Dec 15 18:56:16 CET 2005


For about a month now I have not been able to compile any new releases. I am
still working with Thunar 0.1.4svn-r18928. It handles the "sh autogen.sh"
step just fine, but when I try to run "make" I get this (sorry for all the
text, but I can't be sure what is important and what is not):


[thunar]$ make
make  all-recursive
make[1]: Entering directory `/home/calitar/dev/thunar'
Making all in icons
make[2]: Entering directory `/home/calitar/dev/thunar/icons'
Making all in 24x24
make[3]: Entering directory `/home/calitar/dev/thunar/icons/24x24'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/calitar/dev/thunar/icons/24x24'
Making all in 48x48
make[3]: Entering directory `/home/calitar/dev/thunar/icons/48x48'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/calitar/dev/thunar/icons/48x48'
make[3]: Entering directory `/home/calitar/dev/thunar/icons'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/calitar/dev/thunar/icons'
make[2]: Leaving directory `/home/calitar/dev/thunar/icons'
Making all in pixmaps
make[2]: Entering directory `/home/calitar/dev/thunar/pixmaps'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/calitar/dev/thunar/pixmaps'
Making all in po
make[2]: Entering directory `/home/calitar/dev/thunar/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/calitar/dev/thunar/po'
Making all in tdb
make[2]: Entering directory `/home/calitar/dev/thunar/tdb'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/calitar/dev/thunar/tdb'
Making all in thunarx
make[2]: Entering directory `/home/calitar/dev/thunar/thunarx'
make  all-am
make[3]: Entering directory `/home/calitar/dev/thunar/thunarx'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/calitar/dev/thunar/thunarx'
make[2]: Leaving directory `/home/calitar/dev/thunar/thunarx'
Making all in thunar-vfs
make[2]: Entering directory `/home/calitar/dev/thunar/thunar-vfs'
make  all-am
make[3]: Entering directory `/home/calitar/dev/thunar/thunar-vfs'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I.. -I.. -DEXO_API_SUBJECT_TO_CHANGE -DEXO_DISABLE_DEPRECATED
-DG_LOG_DOMAIN=\"thunar-vfs\" -DSN_API_NOT_YET_FROZEN
-DTHUNAR_VFS_COMPILATION -DHAVE_GNUC_VISIBILITY  -DXTHREADS
-I/usr/local/include/exo-0.3 -I/usr/include/gtk-2.0 -I/usr/include/xfce4
-I/usr/lib/gtk-2.0/include -I/usr/X11R6/include
-I/usr/include/atk-1.0-I/usr/include/pango-
1.0 -I/usr/include/freetype2 -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   -O0 -g3
-DG_DISABLE_DEPRECATED -Werror -Wall -fno-strict-aliasing -g -O2 -MT
libthunar_vfs_1_la-thunar-vfs-info.lo -MD -MP -MF ".deps/libthunar_vfs_1_la-
thunar-vfs-info.Tpo" -c -o libthunar_vfs_1_la-thunar-vfs-info.lo `test -f '
thunar-vfs-info.c' || echo './'`thunar-vfs-info.c; \
then mv -f ".deps/libthunar_vfs_1_la-thunar-vfs-info.Tpo"
".deps/libthunar_vfs_1_la-thunar-vfs-info.Plo"; else rm -f
".deps/libthunar_vfs_1_la-thunar-vfs-info.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\"
-DSN_API_NOT_YET_FROZEN -DTHUNAR_VFS_COMPILATION -DHAVE_GNUC_VISIBILITY
-DXTHREADS -I/usr/local/include/exo-0.3
-I/usr/include/gtk-2.0-I/usr/include/xfce4 -I/usr/lib/gtk-
2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0-I/usr/include/pango-
1.0 -I/usr/include/freetype2 -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 -O0 -g3
-DG_DISABLE_DEPRECATED -Werror -Wall -fno-strict-aliasing -g -O2 -MT
libthunar_vfs_1_la-thunar-vfs-info.lo -MD -MP -MF .deps/libthunar_vfs_1_la-
thunar-vfs-info.Tpo -c thunar-vfs-info.c  -fPIC -DPIC -o
.libs/libthunar_vfs_1_la-thunar-vfs-info.o
cc1: warnings being treated as errors
thunar-vfs-info.c: In function 'IA__thunar_vfs_info_get_type':
thunar-vfs-info.c:88: warning: implicit declaration of function 'I_'
thunar-vfs-info.c:90: warning: passing argument 1 of
'g_boxed_type_register_static' makes pointer from integer without a cast
make[3]: *** [libthunar_vfs_1_la-thunar-vfs-info.lo] Error 1
make[3]: Leaving directory `/home/calitar/dev/thunar/thunar-vfs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/calitar/dev/thunar/thunar-vfs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/calitar/dev/thunar'
make: *** [all] Error 2
calitar at 0[thunar]$
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.xfce.org/pipermail/thunar-dev/attachments/20051215/79b54e2e/attachment.html>


More information about the Thunar-dev mailing list