I keep getting this error in kdelibs/khtml/misc/khtmlio.cpp. Any ideas as to what to do? (I'm compiling with the Compaq CXX c++ compiler) Thanks! Kyle Larson cxx: Error: khtmlio.cpp, line 74: "KHTMLWidget" is ambiguous HTMLURLRequestJob::HTMLURLRequestJob( KHTMLWidget* _browser, HTMLURLRequest *r, bool _reload ) --------------------------------------^ cxx: Error: khtmlio.cpp, line 74: no instance of overloaded function "HTMLURLRequestJob::HTMLURLRequestJob" matches the specified type HTMLURLRequestJob::HTMLURLRequestJob( KHTMLWidget* _browser, HTMLURLRequest *r, bool _reload ) -------------------^ cxx: Warning: khtmlio.cpp, line 88: missing return statement at end of non-void function "HTMLURLRequestJob::HTMLURLRequestJob" } ^ cxx: Error: khtmlio.cpp, line 441: "KHTMLWidget" is ambiguous KHTMLCache::KHTMLCache( KHTMLWidget *w ) ------------------------^ cxx: Error: khtmlio.cpp, line 441: no instance of overloaded function "KHTMLCache::KHTMLCache" matches the specified type KHTMLCache::KHTMLCache( KHTMLWidget *w ) ------------^ cxx: Warning: khtmlio.cpp, line 445: missing return statement at end of non-void function "KHTMLCache::KHTMLCache" } ^ cxx: Info: 4 errors detected in the compilation of "khtmlio.cpp".