Re: Problems compiling galeon in garnome-0.20.0




Frederico Spengler wrote:

Hello,

I recently compile gnome-2.2rc1 with garnome. Everything went fine..
until I tried to compile galeon.
I had already compiled mozilla-1.2 so I removed the dependency on
galeon's Makefile and changed CONFIGURE_ARGS to:
CONFIGURE_ARGS = $(DIRPATHS) --with-mozilla-snapshot=1.2 \
--with-mozilla=/opt/include/mozilla-1.2b --enable-nautilus-view

But at the time that g++ would link several objects into galeon-bin...
I got this error:

/usr/local/garnome/lib/libXft.so.2: undefined reference to
`XRenderQuerySubpixelOrder'
collect2: ld returned 1 exit status
make[3]: ** [galeon-bin] Erro 1
make[3]: Leaving directory
`/root/garnome-0.20.0/gnome/galeon/work/galeon-1.3.1/src'
make[2]: ** [all-recursive] Erro 1
make[2]: Leaving directory
`/root/garnome-0.20.0/gnome/galeon/work/galeon-1.3.1'
make[1]: ** [all-recursive-am] Erro 2
make[1]: Leaving directory
`/root/garnome-0.20.0/gnome/galeon/work/galeon-1.3.1'
make: ** [build-work/galeon-1.3.1/Makefile] Erro 2

Looks like you're not linking with Xrender.  Unfortunately, Xrender doesn't
yet have an autoconf script, nor does it have an Xrender-config script which
would normally add the flags to the compile for galeon.  I think you should
be able to add -lXrender to the libraries in the Makefile and it should build
for you.

HTH,

Ben




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]