Re: [guppi-list] HoleSet - supporting missing data in Goose




On Tue, 9 Feb 1999, Asger K. Alstrup Nielsen wrote:
> 
> I'm just wondering whether this stuff works with egcs..
> Could somebody please test?  If it doesn't, I'll just
> provide the HoledRealSet by hand, because this is
> what I specifically need right now.  Of course, I'd prefer
> the stuff that's in right now, because I think it's
> a pretty cool way to do it ;-)
> 

I hate to bring the bad news, but...

In file included from HoleSet.cpp:28:
HoleSet.h:68: parse error before `::'
HoleSet.h: In method `void HoleSet<Set>::add_at(unsigned int, const class
basic_string<char,string_char_traits<char>,__default_alloc_template<true,0>
> &)':
HoleSet.h:109: parse error before `::'
HoleSet.h: In method `void HoleSet<Set>::set(unsigned int, const class
basic_string<char,string_char_traits<char>,__default_alloc_template<true,0>
> &)':
HoleSet.h:126: parse error before `::'
HoleSet.h: In method `class
basic_string<char,string_char_traits<char>,__default_alloc_template<true,0>
> HoleSet<Set>::canonical(unsigned int) const':
HoleSet.h:140: parse error before `::'
HoleSet.h: In method `class
basic_string<char,string_char_traits<char>,__default_alloc_template<true,0>
> HoleSet<Set>::printable(unsigned int) const':
HoleSet.h:149: parse error before `::'
HoleSet.h: In method `void HoleSet<RealSet>::add_at(unsigned int, const
class
basic_string<char,string_char_traits<char>,__default_alloc_template<true,0>
> &)':
HoleSet.h:85: warning: comparison between signed and unsigned
HoleSet.h:94: warning: comparison between signed and unsigned
HoleSet.h: In method `class
basic_string<char,string_char_traits<char>,__default_alloc_template<true,0>
> HoleSet<RealSet>::canonical(unsigned int) const':
HoleSet.h:139: warning: control reaches end of non-void function
`HoleSet<RealSet>::canonical(unsigned int) const'
HoleSet.h: In method `class
basic_string<char,string_char_traits<char>,__default_alloc_template<true,0>
> HoleSet<RealSet>::printable(unsigned int) const':
HoleSet.h:148: warning: control reaches end of non-void function
`HoleSet<RealSet>::printable(unsigned int) const'
make[2]: *** [HoleSet.lo] Error 1
make[2]: Leaving directory `/home/hp/cvs/gnome-cvs/goose/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/hp/cvs/gnome-cvs/goose'
make: *** [all-recursive-am] Error 2

The parse errors are all on 'Set', which makes sense if egcs doesn't
support this construct.

Havoc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]