From: Stalkern 2 Reply-To: stalkern2 at tin.it To: lablgtk at kaba.or.jp Subject: Re: Compilation woes with lablgtk2 and libXft Date: Tue, 2 Dec 2003 10:30:57 +0100 References: <200312020954.12285.stalkern2 at tin.it> In-Reply-To: <200312020954.12285.stalkern2 at tin.it> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312021030.57701.stalkern2 at tin.it> Il Tuesday 02 December 2003 09:54, Stalkern 2 ha scritto: > Hello to everybody > > I've made up my mind and I'm starting porting some gtk1 apps to gtk2. > First, I've switched back from mlglade to lablgladecc so to move on to gtk2 > through lablgladecc-2. > > I've successfully configured lablgtk-2.2.0 with > --with-glade > --with-gnomecanvas > > I'm on a Debian Woody+unstable upgraded for GTK+-2.0 > > I get a poorly documented error: > --------------------------------------------------------------------------- >-------------- make[1]: Entering directory > `/my_OCAML/oc_downloaded/lablgtk-2.2.0/src' > > ocamlmktop -thread -o lablgtktop unix.cma threads.cma \ > -I . lablgtk.cma lablglade.cma lablgnomecanvas.cma gtkThread.cmo > gtkInit.cmo > > Error on dynamically loaded library: /usr/lib/libXft.so.2: undefined > symbol: XRenderFindStandardFormat > --------------------------------------------------------------------------- >-------------- > > My XFree86 is a 4.1.0-16 > Are you using 4.3.0 instead? > I forgot to say: I have also: # pkg-config --libs --modversion xrender 0.8.3 -L/usr/X11R6/lib -lXrender -lX11 # pkg-config --libs --modversion xft 2.1.2 -L/usr/X11R6/lib -lXft -lfreetype -lz -lXrender -lX11 -lfontconfig What is stranger is that _before_ the upgrades I _could_ run lablgtk2 (well, without glade and gnomecanvas :-/ ) Ernesto