From owner-freebsd-questions@FreeBSD.ORG Tue Mar 10 15:21:59 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5EED5411 for ; Tue, 10 Mar 2015 15:21:59 +0000 (UTC) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [IPv6:2001:4b98:c:538::198]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B378DAF for ; Tue, 10 Mar 2015 15:21:58 +0000 (UTC) Received: from mfilter23-d.gandi.net (mfilter23-d.gandi.net [217.70.178.151]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id 42AA64F1867 for ; Tue, 10 Mar 2015 16:21:56 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter23-d.gandi.net Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by mfilter23-d.gandi.net (mfilter23-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 98c+nhRXHopz for ; Tue, 10 Mar 2015 16:21:54 +0100 (CET) X-Originating-IP: 120.60.179.168 Received: from localhost (triband-mum-120.60.179.168.mtnl.net.in [120.60.179.168]) (Authenticated sender: mayuresh@kathe.in) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 67B82FB8B8 for ; Tue, 10 Mar 2015 16:21:51 +0100 (CET) Date: Tue, 10 Mar 2015 20:51:47 +0530 From: Mayuresh Kathe To: freebsd-questions@freebsd.org Subject: obj-c : gnustep : development : strange problem Message-ID: <20150310152146.GA1803@aio.kathe.in> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2015 15:21:59 -0000 hello, i have been tinkering with obj-c under freebsd for a while. all was well, till i had to re-install my system (10.1p6) today. the freebsd system install itself went well, except for the minor hiccup after running "freebsd-update". even the installation of required packages (below) went smoothly; 1. gnustep-base, 2. gmake. i followed all the steps mentioned at http://104.131.11.179/, but, after running "gmake" within the code directory, the following error was thrown out; /usr/local/GNUstep/System/Library/Makefiles:1: *** missing separator. Stop. i have no idea about what this is, i have checked and double checked everything per the instructions, the only deviation being that i no longer need to edit the following file; /usr/local/GNUstep/System/Library/Makefiles/config.make reason being, that file has the correct locations of the clang tools as compared to previous conditions, i.e. /usr/bin/clang, instead of /usr/local/bin/clang (needed to remove "local" from that path). i have visited http://www.freshports.org/devel/gnustep to check if there have been any major changes which might have messed up the installation, couldn't identify anything, maybe i am obtuse. can someone please help me by directing me to appropriate documentation? thanks, ~mayuresh