From owner-freebsd-questions@FreeBSD.ORG Sun May 4 23:56:51 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 4C93137B401 for ; Sun, 4 May 2003 23:56:51 -0700 (PDT) Received: from fed1mtao04.cox.net (fed1mtao04.cox.net [68.6.19.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B0D843F75 for ; Sun, 4 May 2003 23:56:48 -0700 (PDT) (envelope-from tom@openadventures.org) Received: from openadventures.org ([68.2.175.193]) by fed1mtao04.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030505065647.NGVR23082.fed1mtao04.cox.net@openadventures.org> for ; Mon, 5 May 2003 02:56:47 -0400 Message-ID: <3EB60B2D.3050507@openadventures.org> Date: Sun, 04 May 2003 23:56:45 -0700 From: Tom Smith User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: 'freebsd-questions' Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Quanta make fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2003 06:56:51 -0000 ENVIRONMENT FreeBSD 4.8-RELEASE KDE 3.1 Quanta 3.1 When I run make in the Quanta source directory I get the following error: /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 After some research, I found that it was recommended (err, required) to run gmake to compile it. When I run gmake, I get: Makefile:20: *** missing separator. Stop I haven't been able to find any further information on this issue or what I need to do to resolve it. I think it's a problem with my box (the problem also occurs when I try to compile kdevelop) but I don't know where to start looking.