Cocoa and Boost.Python
Cocoa and Boost.Python
- Subject: Cocoa and Boost.Python
- From: James Mastro <email@hidden>
- Date: Mon, 19 Apr 2004 15:05:00 -0400
Is anyone using Cocoa with Boost.Python? I'm getting compiler errors
with this include in MyClass.mm:
#include <boost/python.hpp>
It seems I can't compile Obj-C++ and try to include that header. The
same code compiles fine if it's a .cpp file.
/usr/bin/gcc-3.3 -x objective-c++ // compile errors
/usr/bin/gcc-3.3 -x c++ // compiles OK
I guess I should file a bug.
-jim
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.