From owner-freebsd-questions@FreeBSD.ORG Wed Mar 19 03:32:48 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 097E3E7 for ; Wed, 19 Mar 2014 03:32:48 +0000 (UTC) Received: from mail-oa0-x22b.google.com (mail-oa0-x22b.google.com [IPv6:2607:f8b0:4003:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C4FB27E5 for ; Wed, 19 Mar 2014 03:32:47 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id eb12so2578826oac.16 for ; Tue, 18 Mar 2014 20:32:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:from:content-type:in-reply-to:message-id:date:to :content-transfer-encoding:mime-version; bh=RUmEy19LsL4B3CvFrJSLSyAnqF+Q9mandUl77BfTiT0=; b=LsbO5xmFPOclCbylsWo9FvEGbSrR06yeDPNj3p53Uvn3+OiWmxlbuwFPlgMilZG9H+ BamNMCZtFk6WN1JQHy/bGHCZHYZvBgXTKZLHQ28F5Jk3R+k/+4Z+yBzEwt9uczbVQuxb 0ioWke2ZKD4knzSURzCgeJrTRo1TZF+4bow2xu1XxXc1IgUqDl7qkvLzGIrJ+XnXUukg pulXAeyLLZO7y0CfArnfw3+SHeTZmtxbPZlUmTsgGmlLnfJRU6iZhyLN8tfFgaiptjHl BvVUNCpMfkqNwDx3nkV1zDSzX61SIdTeCG5/BwAkvCEN/bSyWy82lUec0U9nO6sqkSc7 o9dw== X-Received: by 10.60.227.39 with SMTP id rx7mr6325760oec.52.1395199967150; Tue, 18 Mar 2014 20:32:47 -0700 (PDT) Received: from [192.168.1.64] (pool-71-170-112-253.dllstx.fios.verizon.net. [71.170.112.253]) by mx.google.com with ESMTPSA id gm2sm21308365obb.3.2014.03.18.20.32.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 18 Mar 2014 20:32:46 -0700 (PDT) Subject: Re: lang/nimrod doesn't compile anything [SOLVED] References: <85FE6DC9-3D0D-4AAE-BEF7-5F0649DE1E14@gmail.com> From: Matthew Pherigo Content-Type: text/plain; charset=us-ascii X-Mailer: iPad Mail (11D167) In-Reply-To: <85FE6DC9-3D0D-4AAE-BEF7-5F0649DE1E14@gmail.com> Message-Id: Date: Tue, 18 Mar 2014 22:32:48 -0500 To: "freebsd-questions@freebsd.org" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) 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: Wed, 19 Mar 2014 03:32:48 -0000 Hey all, After some googling that I didn't think to do before, I was able to fix it! = For the future problem-sufferers, here's what's going on. Apparently, does n= ot look for its configuration file in anything other than /etc/nimrod.cfg. A= simple ln -s fixed it. Thanks, --Matt > On Mar 18, 2014, at 7:34 PM, Matthew Pherigo wrote: >=20 > Hey all, >=20 > Whenever attempting to compile a program using nimrod, I get this error: > Hint: system [Processing] > Error: cannot open 'lib/system.nim' >=20 > I'm using the latest binary package from the freebsd repos. I was going to= report it as a bug, but I figured I should ask here to see if anyone else h= as encountered this before. If it does turn out to be a bug, i'll report it t= o the maintainer, but I'm hoping it's just some stupid mistake. :) >=20 > --Matt