gnash
[Top][All Lists]
Advanced

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

Re: [Gnash] Compile error on Ubuntu Dapper


From: Hasse Hagen Johansen
Subject: Re: [Gnash] Compile error on Ubuntu Dapper
Date: Wed, 24 May 2006 18:40:27 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

>>>>> "Hasse" == Hasse Hagen Johansen <address@hidden> writes:

>>>>> "strk" == strk  <address@hidden> writes:
    strk> On Wed, May 24, 2006 at 04:46:32PM +0200, Bernhard
    strk> Rosenkraenzer wrote:
    >>> On Wednesday, 24. May 2006 15:58, strk wrote: > Mmm... it's
    >>> newer then the one I have (1.9.5) but I don't get that error.
    >>> > Anyone with 1.9.6 in this list that can check this ?
    >>> 
    >>> Works here (automake 1.9.6, Ark Linux 2006.1)

    strk> Hasse, are you sure the automake run by ./autogen.sh is the
    strk> same you're reporting version of ?



    Hasse> Dohh. Sorry I am stupid. tsk
    Hasse> tsk. update-alternatives. Still got some warnings, but now
    Hasse> it seems to compile :-) Thanks for the help...and sorry
    Hasse> again for being stupid
    strk> --strk;

Answering my own mail. The warnings I now got are these:



It compiles fine but when doing sudo make install I now get this:

make[2]: Entering directory `/home/hhj/gnash/plugin'
make[3]: Entering directory `/home/hhj/gnash/plugin'
make[3]: Nothing to be done for `install-exec-am'.
test -d "/home/hhj/.mozilla/plugins" || /bin/sh ../mkinstalldirs 
"/home/hhj/.mozilla/plugins"
/bin/sh ../libtool --mode=install /usr/bin/install -c -p  libgnashplugin.la 
"/home/hhj/.mozilla/plugins/libgnashplugin.la"
libtool: install: warning: relinking `libgnashplugin.la'
(cd /home/hhj/gnash/plugin; /bin/sh ../libtool  --tag=CXX --mode=relink 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/include/gtk-2.0 
-I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/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 -L/usr/X11R6/lib 
-lX11 -lXi -lSDL -lSDL_mixer -lGL -lGLU -lgtkglext-x11-1.0 -lgdkglext-x11-1.0 
-lgtk-x11-2.0 -lgdk-x11-2.0 -lpango-1.0 -lcairo -latk-1.0 -lglib-2.0 -L/usr/lib 
-lxml2 -lz -lm -ljpeg -lpng -logg -o libgnashplugin.la -rpath 
/home/hhj/.mozilla/plugins -module -avoid-version -no-undefined 
-L/home/hhj/.mozilla/plugins plugin.lo npn_gate.lo npp_gate.lo np_entry.lo 
-L/usr/X11R6/lib -lX11 -lXi -lSDL -lSDL_mixer -lGL -lGLU -lgtkglext-x11-1.0 
-lgdkglext-x11-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -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 )
g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../lib/crti.o 
/usr/lib/gcc/i486-linux-gnu/4.0.3/crtbeginS.o  .libs/plugin.o .libs/npn_gate.o 
.libs/npp_gate.o .libs/np_entry.o  -Wl,--rpath -Wl,/usr/local/lib 
-L/usr/X11R6/lib -L/usr/lib -L/home/hhj/.mozilla/plugins -lSDL -lGL -lGLU 
-lgtkglext-x11-1.0 -lgdkglext-x11-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpango-1.0 
-lcairo -latk-1.0 -lglib-2.0 -lxml2 -lz -ljpeg -lpng -logg -L/usr/local/lib 
-lgnashbackend -lgnashasobjs -lgnashserver -lgnashgeo -lgnashbase -lSDL_mixer 
-lrt -lX11 -lXi -L/usr/lib/gcc/i486-linux-gnu/4.0.3 
-L/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../lib 
-L/usr/lib/gcc/i486-linux-gnu/4.0.3/../../.. -L/lib/../lib -L/usr/lib/../lib 
-lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.0.3/crtendS.o 
/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../lib/crtn.o  -Wl,-soname 
-Wl,libgnashplugin.so -o .libs/libgnashplugin.so
/usr/bin/ld: cannot find -lgnashserver
collect2: ld returned 1 exit status
libtool: install: error: relink `libgnashplugin.la' with the above command 
before installing it
make[3]: *** [install-pluginLTLIBRARIES] Error 1
make[3]: Leaving directory `/home/hhj/gnash/plugin'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/hhj/gnash/plugin'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/hhj/gnash/plugin'
make: *** [install-recursive] Error 1

    Hasse> _______________________________________________ Gnash
    Hasse> mailing list address@hidden
    Hasse> http://lists.gnu.org/mailman/listinfo/gnash





reply via email to

[Prev in Thread] Current Thread [Next in Thread]