gharbi taoufik wrote:

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

  Very strange... What verision of GCC ar you using ?

Do you have any idea how to fix this?

I don't see these errors on other platforms. I'm guessing there is a header file issue, as these line numbers don't go to a case statement, but to an assertion. So I'd guess that your cross compiler is having a problem with a missing curly brace for some reason. You might want to try using "-E" to examine the preprocessor output.

        - rob -


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

Reply via email to