From: David C. <unc...@un...> - 2005-03-23 02:15:12
|
I'm working on my XCode "Adobe Begin" project. After setting up the header paths so it properly finds boost and so forth, I get these errors: headers/report_exception.hpp:43: error: looser throw specifier for `virtual adobe::implementation::os_exception::~os_exception()' /usr/include/gcc/darwin/3.3/c++/exception:56: error: overriding `virtual std::exception::~exception() throw ()' headers/latch.hpp:32: error: class `adobe::latch_t<ValueType>' does not have any field named `trigger_func_m' headers/latch.hpp:32: error: class `adobe::latch_t<ValueType>' does not have any field named `validity_func_m' adobe/test/visual/sources/client_assembler.cpp:1314: error: parse error before `>' token The throw specifier issue seems to be from the implicit destructor for os_exception. -- David Catmull unc...@un... http://www.uncommonplace.com/ |