On Thu, 22 Nov 2001, Eugene Kuznetsov wrote: > Hello Zdenek Kabelac, > On Thursday 22 November 2001 02:23, you wrote: > > > >> On Wed, Nov 21, 2001 at 06:01:59PM -0800, Noah Romer wrote: > >> > W/ the latest cvs code, I get: > >> > > >> > In file included from ../../include/avm_output.h:5, > >> > from avm_output.cpp:2: > >> > ../../include/avm_map.h:177: Internal compiler error 892. > >> > ../../include/avm_map.h:177: Please submit a full bug report to > >> > >> Hard to do something with this without access to this compiler > > Try to replace > > template <class Key, class Value> void avm_map<Key, > Value>::update_min_max_weights(_Tnode* node) > > with > > template <class Key, class Value> void avm_map<Key, > Value>::update_min_max_weights(avm_map<Key, Value>::_Tnode* node) > > and see if it helps.
Nope. Still get the internal compiler error. -- Noah Romer | "I hold a firm belief in the stupidity and [EMAIL PROTECTED] | foolishness of humanity, especially myself." PGP key available | - me by finger or email | _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
