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

List:       kde-bugs-dist
Subject:    Bug#1620: marked as done (Compilation error in 1.1.2pre for target hppa1.1-hp-hpux10.20)
From:       owner () bugs ! kde ! org (Stephan Kulow)
Date:       1999-10-04 19:33:01
[Download RAW message or body]

Your message dated Mon, 4 Oct 1999 12:24:25 -0700
with message-id <19991004122425.E12156@fastlane.granroth.org>
and subject line KDE bugs information: logs for bug#1620
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

Received: (at submit) by bugs.kde.org; 28 Jul 1999 07:18:58 +0000
From Stefan.Becker@nmp.nokia.com Wed Jul 28 09:18:57 1999
Received: from mgw-x1.nokia.com ([131.228.20.21]:27872 "EHLO mgw-x1.nokia.com" ident: \
"NO-IDENT-SERVICE[2]") by max.tat.physik.uni-tuebingen.de with ESMTP id <748079-211>; \
                Wed, 28 Jul 1999 09:18:40 +0200
Received: from mgw-i1.ntc.nokia.com (mgw-i1.ntc.nokia.com [131.228.118.60])
	by mgw-x1.nokia.com (8.9.3/8.9.3) with ESMTP id KAA02579
	for <submit@bugs.kde.org>; Wed, 28 Jul 1999 10:18:06 +0300 (EETDST)
From:	Stefan.Becker@nmp.nokia.com
Received: from samail01.nmp.nokia.com (samail01.nmp.nokia.com [131.228.240.6])
	by mgw-i1.ntc.nokia.com (8.9.3/8.9.3) with ESMTP id KAA27414
	for <submit@bugs.kde.org>; Wed, 28 Jul 1999 10:18:04 +0300 (EETDST)
Received: from localhost (root@localhost)
	by samail01.nmp.nokia.com (8.8.6 (PHNE_14041)/8.8.6) with SMTP id KAA12627
	for submit@bugs.kde.org; Wed, 28 Jul 1999 10:29:24 +0300 (EETDST)
X-OpenMail-Hops: 2
Date:	Wed, 28 Jul 1999 08:42:49 +0200
Message-Id: <H00001ba019f704e@MHS>
Subject: Compilation error in 1.1.2pre for target hppa1.1-hp-hpux10.20
TO:	submit@bugs.kde.org
Encoding: 34 text
Return-Path: <Stefan.Becker@nmp.nokia.com>
X-Orcpt: rfc822;submit@bugs.kde.org
X-UIDL: 933146337.981541.8801

Package: kbiff
Version: 1.1.2pre

HP-UX does not include the declaration for h_errno, thus the compilation
fails. Don't ask me why it's flagged in the standard HP-UX include files
> -)

The following patch fixes the problem for now. But I would suggest that
in the future there should be a configure check for h_errno.

--------------------------- CUT HERE ---------------------------------
--- kdenetwork/kbiff/kbiffmonitor.cpp~  Fri Jun  4 04:25:09 1999
+++ kdenetwork/kbiff/kbiffmonitor.cpp   Tue Jul 27 12:08:39 1999
@@ -35,6 +35,10 @@
 
 #define MAXSTR (1024)
 
+#if defined (_HPUX_SOURCE)
+extern int h_errno;
+#endif
+
 static bool real_from(const char *buffer);
 static const char *compare_header(const char *header, const char
*field);
 
--------------------------- CUT HERE ---------------------------------

Regards,

	Stefan

---
Stefan Becker
E-Mail: Stefan.Becker@nmp.nokia.com


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

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