gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] make check fails in libamf directory - help


From: Eric Hughes
Subject: Re: [Gnash-dev] make check fails in libamf directory - help
Date: Thu, 19 Apr 2007 08:43:06 -0600

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





reply via email to

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