|
From: Christophe Prud'h. <pru...@MI...> - 2000-08-23 13:44:50
|
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 !!! * class is missing in Friend declaraion in Synchronized.hpp * warning with corelinux::##tag (common.hpp) don't know yet how to fix it 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 ? 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 |