Benedikt Meurer wrote: >>Building with --disable-debug bypasses all of that, and compilation >>succeeds, but then I get a lot of linker errors. >> >>.libs/libthunar_vfs_1_la-thunar-vfs-job.o(.text+0x0): In function >>`g_bit_nth_lsf': >>/usr/include/glib-2.0/glib/gutils.h:247: multiple definition of >>`g_bit_nth_lsf' > > Meh. Somehow your compiler/linker combo doesn't handle extern inline > functions properly. What versions of gcc/binutils do you use?
To be precise: GLib thinks your compiler/linker supports extern inline functions, but that's not what the compiler/linker thinks. Benedikt _______________________________________________ Thunar-dev mailing list [email protected] http://foo-projects.org/mailman/listinfo/thunar-dev
