LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Error compiling Thunar (https://www.linuxquestions.org/questions/linux-software-2/error-compiling-thunar-469588/)

kryptobs2000 08-01-2006 12:43 AM

Error compiling Thunar
 
I've installed libexo fine, and thunar is able to find it, but I get the following error shown after running make:

ext+0x2e):/home/brett/Thunar-0.3.3svn-r22506/thunar/thunar-shortcuts-pane.c:146: more undefined references to `g_intern_static_string' follow
collect2: ld returned 1 exit status
make[3]: *** [Thunar] Error 1
make[3]: Leaving directory `/home/brett/Thunar-0.3.3svn-r22506/thunar'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/brett/Thunar-0.3.3svn-r22506/thunar'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/brett/Thunar-0.3.3svn-r22506'
make: *** [all] Error 2

ciotog 08-02-2006 10:36 PM

Seems that your version of glib is too old, or it isn't included properly in the thunar code.

Try checking to see if the following is in the "include" section of thunar-shortcuts-pane.c:
Code:

#include <glib.h>
If it is, then update glib. If not, try adding it and see what happens. If it then continues you've found a bug in thunar.


All times are GMT -5. The time now is 03:36 AM.