From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 18:12:23 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8A21A59 for ; Mon, 31 Mar 2014 18:12:23 +0000 (UTC) Received: from mailrelay002.isp.belgacom.be (mailrelay002.isp.belgacom.be [195.238.6.175]) by mx1.freebsd.org (Postfix) with ESMTP id 467BF18E for ; Mon, 31 Mar 2014 18:12:22 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmcGADSvOVNR8YpU/2dsb2JhbABZgwbBIIMOgR8XdIIlAQEBBDocIxALDgoJJQ8qHgaIEAHQQReOfweEOAEDmE2SNoMyOw Received: from 84.138-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.138.84]) by relay.skynet.be with ESMTP; 31 Mar 2014 20:11:14 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.8/8.14.8) with ESMTP id s2VIBCSS004540; Mon, 31 Mar 2014 20:11:13 +0200 (CEST) (envelope-from tijl@coosemans.org) Date: Mon, 31 Mar 2014 20:11:11 +0200 From: Tijl Coosemans To: Matthew Pherigo Subject: Re: lang/nimrod issue: missing forward slash Message-ID: <20140331201111.18f2688b@kalimero.tijl.coosemans.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 18:12:23 -0000 On Mon, 31 Mar 2014 12:15:35 -0500 Matthew Pherigo wrote: > Hey all, > > I'm having a problem with lang/nimrod that's keeping me from doing any > development at the moment. I think this is an issue created by the > person who created the port (nimrod works fine on my arch linux VM), > but I figured I'd check here in case anyone knows a fix. > > When I try to compile anything from nimrod, the paths calls the compiler > with are incorrect. For example, here is the (successful) compilation > output of a program that doesn't depend on any external Libs (besides > system.nim): Can you make these example program available somewhere so I can try to reproduce this?