Chris Sorenson
2013-09-02 00:01:55 UTC
Greets all,
As I've mentioned previously I'm trying to compile
dillo-3.0.3 on Silicon Graphics using the SGI MIPSpro
compiler. I'm doing this for a large group of SGI users who
reside at nekochan.net. The compilation fails in line 884 in
fltkflatview.cc:
----------
cc-3168 CC: ERROR File = fltkui.cc, Line = 884
A name followed by "::" must be a class or namespace name.
bool
FltkToggleButtonResource<I>::FltkToggleButtonResource::isActivated
()
^
cc-1443 CC: ERROR File = fltkui.cc, Line = 884
"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".
----------
I suspect it needs a 'using namespace' or somesuch here,
thoughts?
Thanks a bunch!
As I've mentioned previously I'm trying to compile
dillo-3.0.3 on Silicon Graphics using the SGI MIPSpro
compiler. I'm doing this for a large group of SGI users who
reside at nekochan.net. The compilation fails in line 884 in
fltkflatview.cc:
----------
cc-3168 CC: ERROR File = fltkui.cc, Line = 884
A name followed by "::" must be a class or namespace name.
bool
FltkToggleButtonResource<I>::FltkToggleButtonResource::isActivated
()
^
cc-1443 CC: ERROR File = fltkui.cc, Line = 884
"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".
----------
I suspect it needs a 'using namespace' or somesuch here,
thoughts?
Thanks a bunch!