I get 38 compile errors and 286 warnings building 2.1.1 build 60 as
described ablove.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
I was able to get the code to compile by surrounding the offending cases
(in the switch statement that starts
on line 53 of OSXStackTest) with { }. The problem raised by the
compiler, "crosses initialization of XXX", is that
"there is a declaration of an object [...] without scope." (See
http://www.karakas-
online.de/forum/viewtopic.php?t=4194)
Only three such cases exist; gcc generates a lot of duplicate and related
errors.
Note that with this change, and once the build settings for XCode have been
correctly adjusted, the maven
build at the top level of the project succeeds (including most of the
tests). The only errors I got were related
to missing support libraries maven couldn't download.