[kde-solaris] kdenetwork3.1 compile problem

NS srikanth P kde-solaris@mail.kde.org
Sun Mar 16 13:26:00 2003


Hi,
	I am getting following error when compiling kdenetwork 3.1.

connect.cpp: In function `void addpeerdns()':
connect.cpp:1373: `open' undeclared (first use this function)
connect.cpp:1373: (Each undeclared identifier is reported only once
connect.cpp:1373: for each function it appears in.)
connect.cpp:1370: warning: `int fd2' might be used uninitialized in this 
function
gmake[3]: *** [connect.o] Error 1
gmake[3]: Leaving directory `/tmp/kdenetwork-3.1/kppp'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/tmp/kdenetwork-3.1/kppp'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/kdenetwork-3.1'
gmake: *** [all] Error 2

SunOS 5.8 Generic_108528-14 sun4u sparc SUNW,Ultra-5_10
gcc version  2.95.3

fucntion open is part of fcntl.h and this is included. I used ./configure 
--disable-largefile before which open64 problems used to come. After using 
--disable-largefile iam getting this problem. Except kdenetwork i am able to 
compile everything. 

Help me. I want kmail.... I tried to compile kmail and it also got stuck with 
this open problem.

Regards,
Srikanth