From: David C. <unc...@un...> - 2005-05-15 18:19:20
|
I'm getting a bunch of errors like this when compiling ui_core_implementation.cpp: ../../../adobe/future/memory.hpp:295: error: declaration of 'adobe::auto_resource<X, Traits>::operator void (adobe::auto_resource<X, Traits>::dummy::*)()() const' ../../../adobe/future/memory.hpp:289: error: conflicts with previous declaration 'adobe::auto_resource<X, Traits>::operator adobe::auto_resource<Y, typename Traits::rebind<Y>::other>' ../../../adobe/future/memory.hpp: In instantiation of `adobe::auto_resource<__CFNumberFormatter*, adobe::ptr_traits<__CFNumberFormatter*> >': /Users/uncommon/Developer/ASL/sandbox/adobe-source/adobe/test/visual/ headers/mac/ui_core_implementation.hpp:323: instantiated from here Compiling with gcc 4 (in XCode 2.0) went much better than I expected, after what I went through on other projects. The main thing is the repeated boost warnings that gcc 4 is an "unknown compiler version". Is there a boost update to fix this? -- David Catmull unc...@un... http://www.uncommonplace.com/ |