gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] build error in server/


From: Bastiaan Jacques
Subject: [Gnash-dev] build error in server/
Date: Wed, 17 May 2006 00:59:46 +0200
User-agent: KMail/1.9.1

Well, with the checkout I just did I get this strange error:

if /bin/sh ../libtool --tag=CXX --mode=compile 
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./swf -I.. -I../libbase -I.. 
-I/usr/include     -I/usr/include/SDL -I/usr/include/SDL  
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib64/gtk-2.0/include 
-I/usr/X11R6/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/X11R6/include/atk-1.0 
 -I/usr/include/libxml2  -DQT_THREAD_SUPPORT  -D_REENTRANT  -g -O2     -ansi    
 -Wall      -MT 
action.lo -MD -MP -MF ".deps/action.Tpo" -c -o action.lo action.cpp; \
        then mv -f ".deps/action.Tpo" ".deps/action.Plo"; else 
rm -f ".deps/action.Tpo"; exit 1; fi
 
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./swf -I.. -I../libbase -I.. 
-I/usr/include -I/usr/include/SDL -I/usr/include/SDL 
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib64/gtk-2.0/include 
-I/usr/X11R6/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/X11R6/include/atk-1.0 
-I/usr/include/libxml2 -DQT_THREAD_SUPPORT -D_REENTRANT -g -O2 -ansi -Wall -MT 
action.lo -MD -MP -MF .deps/action.Tpo -c 
action.cpp  -fPIC -DPIC -o .libs/action.o
 
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./swf -I.. -I../libbase -I.. 
-I/usr/include -I/usr/include/SDL -I/usr/include/SDL 
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib64/gtk-2.0/include 
-I/usr/X11R6/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/X11R6/include/atk-1.0 
-I/usr/include/libxml2 -DQT_THREAD_SUPPORT -D_REENTRANT -g -O2 -ansi -Wall -MT 
action.lo -MD -MP -MF .deps/action.Tpo -c action.cpp -o action.o >/dev/null 
2>&1
make: *** [action.lo] Error 1

As you can see, no warnings or error messages. calling libtool with --debug 
doesn't yield anything interesting, as far as I can tell.

When I run the calls to g++ individually, they all return status zero 
(success).

Any ideas?

-- 
Bastiaan




reply via email to

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