[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] Firefox plugin fails to build...
From: |
strk |
Subject: |
Re: [Gnash] Firefox plugin fails to build... |
Date: |
Sun, 2 Jul 2006 23:58:33 +0200 |
On Sun, Jul 02, 2006 at 08:16:07PM +0200, annonygmouse wrote:
> Fails to me too.
...
> /bin/sh ../libtool --tag=CXX --mode=link g++ -I.. -I. -I../libbase
> -I../backend -I../libgeometry -I../server -I./mozilla-sdk
> -I./mozilla-sdk/include -I/usr/include/libxml2
> -I/usr/include/gtkglext-1.0 -I/usr/lib/gtkglext-1.0/include
> -I/usr/lib64/gtkglext-1.0/include -I/usr/include/gtk-2.0
> -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
> -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/SDL
> -I/usr/include/SDL -I. -g -O2 -ansi -Wall -o
> libgnashplugin.la -rpath -module -avoid-version -no-undefined -L
> plugin.lo npn_gate.lo npp_gate.lo np_entry.lo -L/usr/lib -lSDL
> -L/usr/lib64 -lSDL_mixer -lGL -lGLU -lgtkglext-x11-1.0
> -lgdkglext-x11-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -L/usr/lib64 -lpango-1.0
> -lcairo -latk-1.0 -lglib-2.0 -L/usr/lib -lxml2 -lz -lm -ljpeg -lpng
> -logg ../backend/libgnashbackend.la ../server/libgnashasobjs.la
> ../server/libgnashserver.la ../libgeometry/libgnashgeo.la
> ../libbase/libgnashbase.la -lSDL_mixer -lrt -lX11 -lXi
> libtool: link: only absolute run-paths are allowed
> make: *** [libgnashplugin.la] Error 1
>
> Any hint?
> I just grabbed the sources from CVS (update) and did a make clean,
> autogen.sh etc.
This is a different problem from the previous.
Just as a test, try:
cd plugin; grep ^top_srcdir Makefile
I guess you'd get:
top_srcdir = ..
If this is the case try re-running ./configure as $PWD/configure
and run the command above again. When you get an absolute path
in top_srcdir try building again and see if it passes that step.
--strk;