Closed GoogleCodeExporter closed 9 years ago
I get 38 compile errors and 286 warnings building 2.1.1 build 60 as described
ablove.
Original comment by m.anthon...@gmail.com
on 27 Oct 2009 at 4:58
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.
Original comment by m.anthon...@gmail.com
on 27 Oct 2009 at 5:36
The changes has been applied to the SVN trunk. The build should work now.
I have no Snow Leo installed so I can't test this yet. Please verify.
Original comment by skarzhev...@gmail.com
on 8 Jan 2010 at 5:01
Original comment by skarzhev...@gmail.com
on 8 Jan 2010 at 5:02
I brought over version 3027 from SVN. I ran mvn and everything built fine -
thanks!
All of the post-build tests failed, however. I haven't yet had a chance to
look into
that or to attempt to use it from my own code.
Original comment by Herb.Jel...@gmail.com
on 12 Jan 2010 at 10:37
Tested myself on Snow Leo, XCode 3.2.1
All compiles fine.
Tests during build are passed.
Original comment by skarzhev...@gmail.com
on 31 Mar 2010 at 5:13
Doesn't work for me with version 3040. Still doesn't know where the
com_intel_bluetooth_NativeTestInterfaces.h
or com_intel_bluetooth_BluetoothStackOSX.h are.
Original comment by Timothy....@gmail.com
on 8 Apr 2010 at 12:41
the com_intel_bluetooth_NativeTestInterfaces.h and
com_intel_bluetooth_BluetoothStackOSX.h are generated file by javah.
run maven or ant before running native build
Original comment by skarzhev...@gmail.com
on 8 Apr 2010 at 2:19
Original issue reported on code.google.com by
Herb.Jel...@gmail.com
on 13 Oct 2009 at 8:52Attachments: