At 07:21 AM 4/19/2007, Udo Giacomozzi wrote:
When running "make check" from the gnash source dir it fails in libamf
dir:

g++ -g -O2 -pthread -march=pentium-m -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -o .libs/test_number test_number.o -L/usr/lib ../../libbase/.libs/libgnashbase.so ../../libamf/.libs/libgnashamf.so /usr/lib/libltdl.so /usr/lib/libglib-2.0.so /usr/lib/libxml2.so /usr/lib/libcurl.so -lboost_thread -lboost_date_time -lpthread -lrt -lX11 -lXi -lm -Wl,--rpath -Wl,/usr/local/lib /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/crt1.o: In function `_start':
../sysdeps/i386/elf/start.S:115: undefined reference to `main'

Is HAVE_DEJAGNU_H defined? If not, test_number.cpp is a no-op, but contains the definition of main().

Adding
        #else
        #error HAVE_DEJAGNU_H is not defined
right at the end, before the final #endif, should answer the question definitively.

Eric



_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to