gtk+-2.0.6 not compiling

2002-10-23 Thread Amir 'CG' Caspi
Hi all... I was wondering whether anyone might be able to help me with a problem. I've been trying to build gtk+-2.0.6 and am getting stuck when testgtk.o fails to link properly to another gtk+ library. Specifically, I'm getting an "undefined symbol" error, although the symbols though be

Re: gtk+-2.0.6 not compiling

2002-10-24 Thread Amir 'CG' Caspi
On Thu, 24 Oct 2002, Richard Warren wrote: > you should check the archives for this list around the dates of the 5th and Will do, thanks. I checked the bug listings and the FAQ, but forgot about the list archives. Whoops. =) > Solaris 2.8 by any chance? How did you guess? ;-) Indeed, that's

Re: gtk+-2.0.6 not compiling

2002-10-24 Thread Amir 'CG' Caspi
On Thu, 24 Oct 2002, Richard Warren wrote: > It is actually there (#81232) although it was tricky to find - see Yeah, definitely tricky. =) Indeed, I made the change you recommended (removing the "const" keywords), and that part now links just fine. BUT I got yet another linker error, th

Re: gtk+-2.0.6 not compiling

2002-10-25 Thread Amir 'CG' Caspi
On Fri, 25 Oct 2002, Richard Warren wrote: > like to change gtk_binary_age and gtk_interface_age as well in case Probably a good idea, although so far gtk+ has built properly without that change... so I'll jump off that bridge later. =) > the bug report (#81232) this should ultimately be fixed t

Re: can't install gtk2.0 on solaris 2.8

2002-11-06 Thread Amir 'CG' Caspi
On Wed, 6 Nov 2002, Sylvain Jaume wrote: > In file included from configure:10177: > /usr/local/include/glib.h:66: glibconfig.h: No such file or directory You need to include glib in your PKG_CONFIG_PATH (and possibly in your LD_LIBRARY_PATH as well). Add /lib/pkgconfig to your PKG_CONFIG_

Re: pango-1.2.1 compile failure with fontconfig-1.0.1 , compile okwithout fontconfig

2003-02-04 Thread Amir 'CG' Caspi
On Tue, 4 Feb 2003, torsten wrote: > ./.libs/libpangoft2-1.0.so: undefined reference to `FT_Get_Next_Char' > ./.libs/libpangoft2-1.0.so: undefined reference to `FT_Get_First_Char' It looks like you're not properly linking to the freetype library. First, do you have libfreetype installed? If so,