From kde-bugs-dist Wed Feb 28 21:26:27 2001 From: marzulli () erols ! com Date: Wed, 28 Feb 2001 21:26:27 +0000 To: kde-bugs-dist Subject: Bug#21087: compile ldap time X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=98339743607730 Package: kioslave Version: KDE 2.1.0 Severity: normal Installed from: Compiled From Sources Compiler: gcc 2.95.3 OS: Linux OS/Compiler notes: Mandrake 7.1 While compiling kioslave in the kdebase package, my compiler aborted the build at line 496 in kldap.h at the declaration of "struct timeval _timeout". The complaint was concerning an incomplete declaration. By commenting out lines 11, 12, 14, 15, and 17, thus including both and I was able to fix the compilation error. Configure should be checked for it's behavior on x86 Linux systems to see if the preprocessor shoud define "TIME_SYS_TIME" or if the line containing the "ifndef" in kldap.h is correct. (Submitted via bugs.kde.org)