From: ReaperMan <re...@re...> - 2002-01-28 06:52:36
|
Well I am sure it compiles for everyone else otherwise it would be checked in and I know someone said that this doesn't compile on their system too: terminal_type.clear(); g++ -c -g -Wall -Wcast-qual -Wparentheses -Wwrite-strings -Wconversion interface.c interface.c: In method `enum Command_status descriptor_data::terminal_set_termtype(const CString &, int)': interface.c:4271: no matching function for call to `String::wclear (WINDOW *&)' *** Error code 1 make: Fatal error: Command failed for target `interface.o' It could be that I am on gcc 2 and everyone else is on 3 I checked in my changes (oh god) with this as is. Reaps. |