3.4.2 currently isn't on our list of compilers (our GCC usage is
tracking Apple's released compilers at the moment) - However, I made
some changes that we should roll out soon:
On Mar 15, 2005, at 3:40 AM, Niki Spahiev wrote:
> Using - gcc version 3.4.2 (mingw-special) i got this
>
> gcc.compile.c++ bin\gcc\debug\eve.o
> In file included from ../../../adobe/eve.hpp:19,
> from ..\..\source\eve.cpp:22:
> ../../../adobe/forest.hpp:392: error: expected `;' before "nodes_m"
This is our bug, I'm removing the qualifier.
> ../../../adobe/forest.hpp:402: error: non-template `rebind' used as
> template
Hmm - not sure if this is our issue or not - but I added a template
qualifier that should fix it.
>
> and this
>
> gcc.compile.c++ bin\gcc\debug\virtual_machine.o
> ../../../third_party/boost_tp/boost/boost/type_traits/remove_const.hpp:
> In function `void <unnamed>::virtual_machine_init_once()':
> ../../../third_party/boost_tp/boost/boost/type_traits/
> remove_const.hpp:56:
> error: `template<class T> struct boost::remove_const' is not a
> function,
> ../../../adobe/conversion.hpp:42: error: conflict with
> `template<class T> T& adobe::remove_const(const T&)'
> ..\..\source\virtual_machine.cpp:355: error: in call to
> `remove_const'
Yikes - This is very odd - the error message is saying that a fully
qualified function name is conflicting with a structure in another
namespace... I suspect this is a gcc bug in this version.
Foster's on vacation at the moment - I'll have him update the CVS when
he returns with the above fixes.
Sean
>
> regards,
> Niki Spahiev
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real
> users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Adobe-source-devel mailing list
> Ado...@li...
> https://lists.sourceforge.net/lists/listinfo/adobe-source-devel
|