Hi again,
I have in someway manually edited and corrected the makefiles.
Building gnash proceeded with acceptable speed ;-)
But now I get the following message while building:
arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I.. -I../libbase -I/home/gtn66/gnash/result/SDL-1.2.9/include/SDL -D_REENTRANT -I/home/gtn66/gnash/Mesa-6.4.2/include -Wall -DMXD_OS_LINUX -D_GNU_SOURCE -D_REENTRANT -Wall -I/home/gtn66/gnash/result/SDL-1.2.9/include/SDL -D_REENTRANT -I.. -I. -I.. -I../libbase -I/home/gtn66/gnash/result/SDL-1.2.9/include/SDL -D_REENTRANT -I/home/gtn66/gnash/Mesa-6.4.2/include -g -O2 -MT kd_tree_packed.lo -MD -MP -MF .deps/kd_tree_packed.Tpo -c kd_tree_packed.cpp -fPIC -DPIC -o .libs/kd_tree_packed.o
kd_tree_packed.cpp: In member function `void kd_face::local_assert()':
kd_tree_packed.cpp:128: error: duplicate case value
kd_tree_packed.cpp:128: error: previously used here
kd_tree_packed.cpp: In member function `void kd_leaf::local_assert()':
kd_tree_packed.cpp:144: error: duplicate case value
kd_tree_packed.cpp:144: error: previously used here
Do you have any idea how to fix this?
Thanks
strk <[EMAIL PROTECTED]> schrieb:
On Wed, Feb 22, 2006 at 11:18:17AM +0100, gharbi taoufik wrote:
> Hi Rob,
>
> You are right :-).
>
> I have corrected all Makefiles (with "-I" and "-L") . And now the error does not occur anymore.
>
> But now the question:
>
> Why the Makefiles are incorrect?
The Makefile.am were incorrect, if you do have the fix (current CVS should
be fine) you need to run ./autogen.sh to regenerate the Makefile.in, and
then ./configure to generate the Makefile from the Makefile.in
--strk;
Telefonieren Sie ohne weitere Kosten mit Ihren Freunden von PC zu PC!
Jetzt Yahoo! Messenger installieren!
_______________________________________________ Gnash mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash
