I'm trying to install tveximon, and getting this comiling error below... Im on a redhat fc3 system tried tvision ver 2.03 and 2.1 with same results..
Thanks.. Joe g++ -Wall -O3 -fomit-frame-pointer -ffast-math -I/usr/include/rhtvision -c -o src/main.o src/main.cpp g++ -Wall -O3 -fomit-frame-pointer -ffast-math -I/usr/include/rhtvision -c -o src/TInputBox.o src/TInputBox.cpp src/TInputBox.cpp: In constructor `TInputBox::TInputBox(char**, const char*)': src/TInputBox.cpp:30: warning: base `TDialog' will be initialized after src/TInputBox.cpp:30: warning: base `TWindowInit' src/TInputBox.cpp:30: warning: when initialized here /usr/include/rhtvision/tv/inputln.h: In member function `virtual void TInputBox::handleEvent(TEvent&)': /usr/include/rhtvision/tv/inputln.h:105: error: `char*TInputLineBase::data' is protected src/TInputBox.cpp:58: error: within this context /usr/include/rhtvision/tv/inputln.h:105: error: `char*TInputLineBase::data' is protected src/TInputBox.cpp:59: error: within this context /usr/include/rhtvision/tv/inputln.h:105: error: `char*TInputLineBase::data' is protected src/TInputBox.cpp:63: error: within this context /usr/include/rhtvision/tv/inputln.h:105: error: `char*TInputLineBase::data' is protected src/TInputBox.cpp:68: error: within this context /usr/include/rhtvision/tv/inputln.h:105: error: `char*TInputLineBase::data' is protected src/TInputBox.cpp:69: error: within this context make: *** [src/TInputBox.o] Error 1 -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
