Results 1 to 1 of 1
I'm building an user environment for gtk for a specific user, however, I'm getting alot of problems due to a bug when building gtk. I've checked for a workaround it, ...
- 02-08-2007 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 1
Building gtk+-2.10.8 but get a undefined reference to g_thread_gettime
I'm building an user environment for gtk for a specific user, however, I'm getting alot of problems due to a bug when building gtk. I've checked for a workaround it, but the closest I get to it is the Workaround for gaim
I can't make any sense of the gaim solution, and don't see how to apply it to the make file for gtk+-2.10.8
Anyone got a clue?
So far I've compiled, just mentioning it:
atk-1.10.3
autoconf-2.60
automake-1.10
cairo-1.3.12
fontconfig-2.4.2
gcc-3.4.4
gcc-g++-3.4.4
glib-2.12.9
libiconv-1.11
libtool-2.1a
pkg-config-0.21
texinfo-0.48
If you want an example of the makefile, it's 35k lines long..
However I'm wondering how to set those options that are mentioned in the gaim solution, I'm getting this error:
Code:/home/haraldsh/library//lib/libgthread-2.0.so: undefined reference to `g_thread_gettime' collect2: ld returned 1 exit status make[2]: *** [pixbuf-threads] Error 1 make[2]: Leaving directory `/home/haraldsh/src/gtk+-2.10.8/tests' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/haraldsh/src/gtk+-2.10.8' make: *** [all] Error 2


Reply With Quote