kdelibs4_snapshot rev:541244 compile errors
8 answers - 385 bytes -

Hello all.
I'm trying to compile kdelibs4_snapshot but get the following errors,
/kio/kssl/kssl.cc warning "kssl.cc contain temp functions"
couple of these
/kdecore/ksocks.h error. ?soclen_t? not declared
and more of these
/kio/kssl/kssl.cc unused parameter warnings
Any help to get me forward please?
Regards
Trenton
No.1 | | 456 bytes |
| 
Thursday 18 May 2006 19:08, Trenton Carr wrote:
/kio/kssl/kssl.cc warning "kssl.cc contain temp functions"
/kio/kssl/kssl.cc unused parameter warnings
Those are just warnings.
/kdecore/ksocks.h error. ?soclen_t? not declared
You probably mean "socklen_t".
Any help to get me forward please?
Please post actual compile errors, not paraphrases. Include details of your
system setup (S, machine type for instance).
No.2 | | 933 bytes |
| 
Fri, 19 May 2006 10:36:28 +0200, Adriaan de Groot <groot (AT) kde (DOT) orgwrote:
Thursday 18 May 2006 19:08, Trenton Carr wrote:
>/kio/kssl/kssl.cc warning "kssl.cc contain temp functions"
>/kio/kssl/kssl.cc unused parameter warnings
>
Those are just warnings.
>
>/kdecore/ksocks.h error. ?soclen_t? not declared
>
You probably mean "socklen_t".
>
>Any help to get me forward please?
>
Please post actual compile errors, not paraphrases. Include details of
your
system setup (S, machine type for instance).
Yes, sorry about that. I was compiling in run level 3 and could not find
any way to copy and paste. Also a search for a log file came up blank. Is
there a way to log the compile output to file?
System is a SUSE10 x64.
Regards
Trenton
No.3 | | 1078 bytes |
| 
Hi all,
on Friday 19 May 2006 19:32, Trenton Carr wrote:
Fri, 19 May 2006 10:36:28 +0200, Adriaan de Groot <groot (AT) kde (DOT) org
wrote:
Thursday 18 May 2006 19:08, Trenton Carr wrote:
>/kio/kssl/kssl.cc warning "kssl.cc contain temp functions"
>/kio/kssl/kssl.cc unused parameter warnings
>
Those are just warnings.
>
>/kdecore/ksocks.h error. ?soclen_t? not declared
>
You probably mean "socklen_t".
>
>Any help to get me forward please?
>
Please post actual compile errors, not paraphrases. Include details of
your
system setup (S, machine type for instance).
Yes, sorry about that. I was compiling in run level 3 and could not find
any way to copy and paste. Also a search for a log file came up blank.
Is there a way to log the compile output to file?
Append "output.txt 2>&1" to your command on the the cli and all output
of stdout and stderr is redirected into output.txt.
No.4 | | 1720 bytes |
| 
Fri, 19 May 2006 10:36:28 +0200, Adriaan de Groot <groot (AT) kde (DOT) orgwrote:
Thursday 18 May 2006 19:08, Trenton Carr wrote:
>/kio/kssl/kssl.cc warning "kssl.cc contain temp functions"
>/kio/kssl/kssl.cc unused parameter warnings
>
Those are just warnings.
>
>/kdecore/ksocks.h error. ?soclen_t? not declared
>
You probably mean "socklen_t".
>
>Any help to get me forward please?
>
Please post actual compile errors, not paraphrases. Include details of
your
system setup (S, machine type for instance).
K, got the output now.
System is SUSE10 AMDx64 3000+, 1gig ram
Regards
Trenton
PS. openssl 9.7 is installed + all dev packages
kde4@M2ADMIN:~/build/kdelibs4_snapshot/buildmake
Building CXX object
/ warning:
#warning "kssl.cc contains temporary functions! Clean up"
/ error:
has not been declared
/ error:
has not been declared
/ error:
has not been declared
/ error:
has not been declared
/ error:
has not been declared
/ error:
has not been declared
/ error:
has not been declared
/ error:
has not been declared
/ warning: unused
parameter
/ warning: unused
parameter
/ warning: unused
parameter
/ warning: unused
parameter
/ warning: unused
parameter
/ warning: unused
parameter
/ warning: unused
parameter
/ warning: unused
parameter
/ warning: unused
parameter
/ warning: unused
parameter
make[2]: [] Error 1
make[1]: [kio/CMakeFiles/kio.dir/all] Error 2
make: [all] Error 2
No.5 | | 391 bytes |
| 
Monday 22 May 2006 22:53, Trenton Carr wrote:
/ error: *
has not been declared
K, that line uses kde_socklen_t, and config.h[.cmake] #defines it to socklen_t unconditionally
(the old build system had a check for it).
I guess socklen_t doesn't exist on your system - which system is that btw?
Interestingly kdecore/network/ uses socklen_t unconditionally.
No.6 | | 661 bytes |
| 
Tuesday 23 May 2006 19:20, Trenton Carr wrote:
Tue, 23 May 2006 10:28:13 +0200, David Faure <faure (AT) kde (DOT) orgwrote:
Monday 22 May 2006 22:53, Trenton Carr wrote:
>/ error: *
> has not been declared
>
K, that line uses kde_socklen_t, and config.h[.cmake] #defines it to
socklen_t unconditionally
(the old build system had a check for it).
I guess socklen_t doesn't exist on your system
I guessed wrong.
Do you now which package will give me socklen_t please?
Not a package, but #include <unistd.hdoes. I fixed this in svn earlier today, both kdelibs branches.
No.7 | | 583 bytes |
| 
Tue, 23 May 2006 10:28:13 +0200, David Faure <faure (AT) kde (DOT) orgwrote:
Monday 22 May 2006 22:53, Trenton Carr wrote:
>/ error: *
> has not been declared
>
K, that line uses kde_socklen_t, and config.h[.cmake] #defines it to
socklen_t unconditionally
(the old build system had a check for it).
I guess socklen_t doesn't exist on your system - which system is that
btw?
SUSE10 AMDx64 3000+ 1 gig ram.
Do you now which package will give me socklen_t please?
Regards
Trenton
No.8 | | 361 bytes |
| 
Tue, 23 May 2006 19:26:37 +0200, David Faure <faure (AT) kde (DOT) orgwrote:
>Do you now which package will give me socklen_t please?
Not a package, but #include <unistd.hdoes. I fixed this in svn earlier
today, both kdelibs branches.
Thanks
Will svn up be enough?
Regards
Trenton