Until today, the cvs source compiled fine under GCC v3.0.2. Now I get:
../include/cc++/misc.h: In member function `void
ost::Keydata::load(ost::Keydata::Define*)':
../include/cc++/misc.h:302: `char*ost::Keydata::Define::keyword' is private
keydata.cpp:236: within this context
../include/cc++/misc.h:302: `char*ost::Keydata::Define::keyword' is private
keydata.cpp:238: within this context
../include/cc++/misc.h:302: `char*ost::Keydata::Define::keyword' is private
keydata.cpp:240: within this context
../include/cc++/misc.h:303: `char*ost::Keydata::Define::value' is private
keydata.cpp:240: within this context
make[1]: *** [keydata.lo] Error 1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Until today, the cvs source compiled fine under GCC v3.0.2. Now I get:
../include/cc++/misc.h: In member function `void
ost::Keydata::load(ost::Keydata::Define*)':
../include/cc++/misc.h:302: `char*ost::Keydata::Define::keyword' is private
keydata.cpp:236: within this context
../include/cc++/misc.h:302: `char*ost::Keydata::Define::keyword' is private
keydata.cpp:238: within this context
../include/cc++/misc.h:302: `char*ost::Keydata::Define::keyword' is private
keydata.cpp:240: within this context
../include/cc++/misc.h:303: `char*ost::Keydata::Define::value' is private
keydata.cpp:240: within this context
make[1]: *** [keydata.lo] Error 1
Fixed very recently
We are preparing version 2 so something can be wrong. Thanks for your report