Re: Another SGi compiler problem

"corvid" <[email protected]>
Newsgroups gmane.comp.web.dillo.devel
Message-ID <20130124171233.GA3159@local>
Chris wrote:
> Fourteen files compiled so far but then this happened in
> fltkflatview.cc:
> 
> ----------------------------------------------
> cc-3168 CC: ERROR File = fltkui.cc, Line = 782
>   A name followed by "::" must be a class or namespace name.
> 
>   bool
> FltkToggleButtonResource<I>::FltkToggleButtonResource::isActivated
> ()
>                                     ^
> 
> cc-1443 CC: ERROR File = fltkui.cc, Line = 782
>  
> "dw::fltk::ui::FltkToggleButtonResource<I>::FltkToggleButtonResource"
> is not a
>           class template.
> 
>   bool
> FltkToggleButtonResource<I>::FltkToggleButtonResource::isActivated
> ()
>        ^
> 
> 2 errors detected in the compilation of "fltkflatview.cc".
> -----------------------------------------------
> 
> Thoughts? 

Any problem if you change
bool FltkToggleButtonResource<I>::FltkToggleButtonResource::isActivated ()
to
bool FltkToggleButtonResource<I>::isActivated ()
?
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.