Issue 88 in bluecove: Compile errors under XCode 3.2.1 and OS X 10.6.1

1 view
Skip to first unread message

codesite...@google.com

unread,
Oct 27, 2009, 12:59:03 PM10/27/09
to bluecov...@googlegroups.com

Comment #1 on issue 88 by m.anthony.aiello: Compile errors under XCode
3.2.1 and OS X 10.6.1
http://code.google.com/p/bluecove/issues/detail?id=88

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

codesite...@google.com

unread,
Oct 27, 2009, 1:36:40 PM10/27/09
to bluecov...@googlegroups.com

Comment #2 on issue 88 by m.anthony.aiello: Compile errors under XCode

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.

Reply all
Reply to author
Forward
0 new messages