From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 18:46:08 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CE6216A4CE for ; Tue, 18 Nov 2003 18:46:08 -0800 (PST) Received: from digital-village.net (digital-village.net [206.53.239.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EE4E43F3F for ; Tue, 18 Nov 2003 18:46:07 -0800 (PST) (envelope-from skidmore@digital-village.net) Received: from [206.53.239.227] (digital-village.net [206.53.239.227]) by digital-village.net (8.12.9p2/8.12.9) with ESMTP id hAJ2rQY8008969 for ; Tue, 18 Nov 2003 21:53:26 -0500 (EST) (envelope-from skidmore@digital-village.net) From: Barry Skidmore To: FreeBSD-Questions Content-Type: multipart/mixed; boundary="=-1FycPs8rKgKLSjjtDsmu" Message-Id: <1069210405.371.23.camel@digital-village.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 18 Nov 2003 21:53:26 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Can't Install KDE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: skidmore@digital-village.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 02:46:08 -0000 X-List-Received-Date: Wed, 19 Nov 2003 02:46:08 -0000 --=-1FycPs8rKgKLSjjtDsmu Content-Type: text/plain Content-Transfer-Encoding: 7bit When doing a make on kde3 in ports on 4.9-RELEASE, I get stuck in the following install loop. I have looked at the file 'cdefs.h', and there are many references to `_POSIX_C_SOURCE', all of which are commented out. Can I assume that I should uncomment lines 273 and 279? I have attached 'cdefs.h'. Barry In file included from /usr/include/string.h:50, from /usr/X11R6/include/qcstring.h:46, from /usr/X11R6/include/qstring.h:42, from /usr/X11R6/include/qwindowdefs.h:44, from /usr/X11R6/include/qobject.h:43, from ../../kdeui/kxmlguifactory.h:23, from ../../kdeui/kmainwindow.h:25, from kmjobviewer.h:25, from kmjobviewer.cpp:22: /usr/include/sys/cdefs.h:273: warning: `_POSIX_C_SOURCE' is not defined /usr/include/sys/cdefs.h:279: warning: `_POSIX_C_SOURCE' is not defined --=-1FycPs8rKgKLSjjtDsmu--