Hello,
when compiling the current CVS tree on IRIX/MIPSpro I get several
Errors in 'mk_viii.cxx':

CC -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src  
-I/opt/include -I/usr/freeware/include -Xcpluscomm -I/opt/FlightGear/include 
-I/usr/local/include  -O2 -use_readonly_const -rdata_shared          -woff 
1001,1012,1014,1110,1116,1155,1172,1174,1234,1401          -woff 
1460,1551,1552,1681          
-OPT:roundoff=0:Olimit=0:div_split=ON:alias=typed:fast_io=ON          
-OPT:got_call_conversion=ON:reorg_common=ON:rsqrt=ON:swp=ON          
-LANG:exceptions=ON -I/opt/include -I/usr/freeware/include
          -Wl,-rpath -Wl,/usr/freeware/lib32 -Wl,-rpath -Wl,.  
-I/opt/FlightGear -c99 -I/opt/FlightGear/include/simgear/compatibility 
-D_REENTRANT -c -o mk_viii.o `test -f 'mk_viii.cxx' || echo './'`mk_viii.cxx
cc-1238 CC: ERROR File = mk_viii.cxx, Line = 1841
  The function "MK_VIII::IOHandler::set_discrete_input" is inaccessible.

    mk->properties_handler.tie(node, (string("inputs/discretes/") + 
name).c_str(), RawValueMethodsData<MK_VIII::IOHandler, bool, bool *>(*this, 
input, &MK_VIII::IOHandler::get_discrete_input, 
&MK_VIII::IOHandler::set_discrete_input));
                                                                                
                                                                                
                                                     ^
[...]
cc-1238 CC: ERROR File = mk_viii.cxx, Line = 1843
  The member "MK_VIII::properties_handler" is inaccessible.

      mk->properties_handler.tie(node, (string("input-feeders/discretes/") + 
name).c_str(), SGRawValuePointer<bool>(feed));
          ^
[...]
cc-1238 CC: ERROR File = mk_viii.hxx, Line = 889
  The function "MK_VIII::VoicePlayer::Speaker::get_property(float *) const" is
          inaccessible.

            &MK_VIII::VoicePlayer::Speaker::get_property,
                                            ^
          detected during instantiation of "void
                    MK_VIII::VoicePlayer::Speaker::tie(SGPropertyNode *, const
                    char *, float *)" at line 2136 of "mk_viii.cxx"
[...]
cc-1238 CC: ERROR File = mk_viii.hxx, Line = 890
  The function "MK_VIII::VoicePlayer::Speaker::set_property(float *, float)" is
          inaccessible.

            &MK_VIII::VoicePlayer::Speaker::set_property));
                                            ^
          detected during instantiation of "void
                    MK_VIII::VoicePlayer::Speaker::tie(SGPropertyNode *, const
                    char *, float *)" at line 2136 of "mk_viii.cxx"

18 errors detected in the compilation of "mk_viii.cxx".


        Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to