|
From: Frank V. C. <fr...@co...> - 2000-08-23 13:59:23
|
Christophe Prud'homme wrote: > > Hi > it is Yet Another Round Of G++ Test ! > > I try to track some compilations problems : > > * missing #include <IteratorBoundsException.hpp> in Iterator.hpp > might cause big trouble with exception since nothing is know about this > class at compile time. This problem occur in other place > the compiler needs the class interface at compile time !!! Oops > * class is missing in Friend declaraion in Synchronized.hpp don't need it because it is foward declared in DECLARE_CLASS(Synchronized) as per C++ standard. Are you getting an error? > * warning with corelinux::##tag (common.hpp) don't know yet how to fix it whats the warning? > > BTW Frank why do you need to do this > > #if !defined(__ITERATOR_HPP) > #include <Iterator.hpp> > #endif > > since it is done already in Iterator.hpp ? Please elucidate? > > more to come (may be) > C. > > -- > Christophe Prud'homme | > MIT, 77, Mass Ave, Rm 3-243 | He that breaks a thing to find out > Cambridge MA 02139 | what it is has left the path of wisdom. > Tel (Office) : (00 1) (617) 253 0229 | -- J.R.R. Tolkien > Fax (Office) : (00 1) (617) 258 8559 | > http://augustine.mit.edu/~prudhomm | > Following the hacker spirit > > _______________________________________________ > Corelinux-develop mailing list > Cor...@li... > http://lists.sourceforge.net/mailman/listinfo/corelinux-develop -- Frank V. Castellucci http://corelinux.sourceforge.net OOA/OOD/C++ Standards and Guidelines for Linux http://PythPat.sourceforge.net Pythons Pattern Package |