[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Compile error in kdelibs
From:       Scott Newton <scottn () ihug ! co ! nz>
Date:       2004-07-14 22:30:25
Message-ID: 200407151030.25895.scottn () ihug ! co ! nz
[Download RAW message or body]

On Mandrake the gssapi.h file is found in the cyrus-sasl package which I don't 
have installed and have never needed it before. 

/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H 
-I.-I. -I../.. -I../../dcop -I../../kio/kssl -I../../interfaces 
-I../../kio/httpfilter -I../../dcop -I../../libltdl -I../../kdefx 
-I../../kdecore -I../../kdeui -I../../kio -I../../kio/kio -I../../kio/kfile 
-I../.. -I/usr/lib/qt3/include -I/usr/X11R6/include -I/usr/include  
-I/usr/include  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor 
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 
-Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new 
-fno-common  -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL 
-DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o http.lo `test -f 'http.cc' || echo 
'./'`http.cc
http.cc:73:20: gssapi.h: No such file or directory
http.cc: In member function `QCString HTTPProtocol::gssError(int, int)':
http.cc:5172: error: `OM_uint32' undeclared (first use this function)
http.cc:5172: error: (Each undeclared identifier is reported only once for 
eachfunction it appears in.)
http.cc:5172: error: expected `;' before "new_status"
http.cc:5173: error: expected `;' before "msg_ctx"
http.cc:5174: error: `gss_buffer_desc' undeclared (first use this function)
http.cc:5174: error: expected `;' before "major_string"
http.cc:5175: error: expected `;' before "minor_string"
http.cc:5176: error: expected `;' before "ret"
http.cc:5182: error: `ret' undeclared (first use this function)
http.cc:5182: error: `new_status' undeclared (first use this function)
http.cc:5182: error: `GSS_C_GSS_CODE' undeclared (first use this function)
http.cc:5182: error: `GSS_C_NULL_OID' undeclared (first use this function)
http.cc:5182: error: `msg_ctx' undeclared (first use this function)
http.cc:5182: error: `major_string' undeclared (first use this function)
http.cc:5182: error: `gss_display_status' undeclared (first use this function)
http.cc:5185: error: `GSS_C_MECH_CODE' undeclared (first use this function)
http.cc:5185: error: `minor_string' undeclared (first use this function)
http.cc:5188: error: `GSS_ERROR' undeclared (first use this function)
http.cc: In member function `QString HTTPProtocol::createNegotiateAuth()':
http.cc:5198: error: `OM_uint32' undeclared (first use this function)
http.cc:5198: error: expected `;' before "major_status"
http.cc:5199: error: expected `;' before "req_flags"
http.cc:5200: error: `gss_buffer_desc' undeclared (first use this function)
http.cc:5200: error: expected `;' before "input_token"
http.cc:5201: error: expected `;' before "output_token"
http.cc:5202: error: `gss_name_t' undeclared (first use this function)
http.cc:5202: error: expected `;' before "server"
http.cc:5203: error: `gss_ctx_id_t' undeclared (first use this function)
http.cc:5203: error: expected `;' before "ctx"
http.cc:5204: error: `gss_OID' undeclared (first use this function)
http.cc:5204: error: expected `;' before "mech_oid"
http.cc:5205: error: `gss_OID_desc' does not name a type
http.cc:5207: error: `ctx' undeclared (first use this function)
http.cc:5207: error: `GSS_C_NO_CONTEXT' undeclared (first use this function)
http.cc:5208: error: `mech_oid' undeclared (first use this function)
http.cc:5208: error: `krb5_oid_desc' undeclared (first use this function)
http.cc:5214: error: `input_token' undeclared (first use this function)
http.cc:5217: error: `major_status' undeclared (first use this function)
http.cc:5217: error: `minor_status' undeclared (first use this function)
http.cc:5218: error: `GSS_C_NT_HOSTBASED_SERVICE' undeclared (first use this 
function)
http.cc:5218: error: `server' undeclared (first use this function)
http.cc:5218: error: `gss_import_name' undeclared (first use this function)
http.cc:5223: error: `GSS_ERROR' undeclared (first use this function)
http.cc:5228: error: `GSS_C_NO_CREDENTIAL' undeclared (first use this 
function)
http.cc:5230: error: `req_flags' undeclared (first use this function)
http.cc:5230: error: `GSS_C_INDEFINITE' undeclared (first use this function)
http.cc:5231: error: `GSS_C_NO_CHANNEL_BINDINGS' undeclared (first use this 
function)
http.cc:5232: error: `GSS_C_NO_BUFFER' undeclared (first use this function)
http.cc:5232: error: `output_token' undeclared (first use this function)
http.cc:5233: error: `gss_init_sec_context' undeclared (first use this 
function)
http.cc:5238: error: `gss_release_name' undeclared (first use this function)
http.cc:5240: error: `gss_delete_sec_context' undeclared (first use this 
function)
http.cc:5257: error: `gss_release_buffer' undeclared (first use this function)
make[4]: *** [http.lo] Error 1
make[4]: Leaving directory `/home2/kdecvs/kdelibs/kioslave/http'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home2/kdecvs/kdelibs/kioslave/http'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home2/kdecvs/kdelibs/kioslave'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home2/kdecvs/kdelibs'
make: *** [all] Error 2

-- 
Regards
Scott Newton
 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic