Hi Erwin, some good news... I've managed to compile the maya plugin on my system, actually using my xcode template in the end.
The file is too big to attach here, so for a while I've put it here:
PLEASE SEE POST BELOW
I've not tested beyond loading the plug and clicking a few buttons, and there where a few warnings in the compile:
Code:
/Users/davegreenwood/Documents/MayaPlugDev/bullet276/MayaPlugin/constraint/bt_sixdof_constraint.h:40: warning: unused variable 'sixdof'
/Users/davegreenwood/Documents/MayaPlugDev/bullet276/MayaPlugin/constraint/bt_sixdof_constraint.h: In member function 'virtual void bt_sixdof_constraint_t::set_AngLimit(float, float)':
/Users/davegreenwood/Documents/MayaPlugDev/bullet276/MayaPlugin/constraint/bt_sixdof_constraint.h:46: warning: unused variable 'sixdof'
all relating to sixdof, plus a few linking warnings:
Code:
ld: warning std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)has different visibility (1) in /usr/lib/libstdc++-static.a(string-inst.o) and (2) in /Users/davegreenwood/Documents/MayaPlugDev/bullet276/MayaPlugin/build/bullet.build/Default/dynamicaMayaPlugin.build/Objects-normal/dynamicaMayaPlugin.bundle-i386-master.o
ld: warning std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)has different visibility (1) in /usr/lib/libstdc++-static.a(string-inst.o) and (2) in /Users/davegreenwood/Documents/MayaPlugDev/bullet276/MayaPlugin/build/bullet.build/Default/dynamicaMayaPlugin.build/Objects-normal/dynamicaMayaPlugin.bundle-i386-master.o
ld: warning __ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_S8_.eh has different visibility (1) in /usr/lib/libstdc++-static.a(string-inst.o) and (2) in /Users/davegreenwood/Documents/MayaPlugDev/bullet276/MayaPlugin/build/bullet.build/Default/dynamicaMayaPlugin.build/Objects-normal/dynamicaMayaPlugin.bundle-i386-master.o
ld: warning __ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_.eh has different visibility (1) in /usr/lib/libstdc++-static.a(string-inst.o) and (2) in /Users/davegreenwood/Documents/MayaPlugDev/bullet276/MayaPlugin/build/bullet.build/Default/dynamicaMayaPlugin.build/Objects-normal/dynamicaMayaPlugin.bundle-i386-master.o
ld: warning std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)has different visibility (2) in /Users/davegreenwood/Documents/MayaPlugDev/bullet276/Extras/BulletColladaConverter/Debug/libBulletColladaConverter.a(ColladaConverter.o) and (1) in /usr/lib/libstdc++-static.a(string-inst.o)
ld: warning __ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_S8_.eh has different visibility (2) in /Users/davegreenwood/Documents/MayaPlugDev/bullet276/Extras/BulletColladaConverter/Debug/libBulletColladaConverter.a(ColladaConverter.o) and (1) in /usr/lib/libstdc++-static.a(string-inst.o)
Anyway, if anyone would care to test it, please report your findings.
Thanks
Dave.
oops, I just noticed I named the zip incorrectly, the file contains 2.75 rc6 not 2.76 rc5, the link is fine though.