Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2014 19:22:23 -0500
From:      Matthew Pherigo <hybrid120@gmail.com>
To:        Tijl Coosemans <tijl@coosemans.org>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>, Neal Nelson <ports@nicandneal.net>
Subject:   Re: lang/nimrod issue: missing forward slash
Message-ID:  <40B749F5-EE6B-4963-A24D-C7A551190BF3@gmail.com>
In-Reply-To: <20140331221329.5e795449@kalimero.tijl.coosemans.org>
References:  <C0A51891-9BF5-44DF-A466-887FB3AAD153@gmail.com> <20140331201111.18f2688b@kalimero.tijl.coosemans.org> <2C2F5FA3-D5F3-4223-A163-F689DA5056BF@gmail.com> <20140331221329.5e795449@kalimero.tijl.coosemans.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Wow! That actually completely worked. Thank you so much! I'll forward this t=
o the port maintainer.

--Matt

> On Mar 31, 2014, at 3:13 PM, Tijl Coosemans <tijl@coosemans.org> wrote:
>=20
> On Mon, 31 Mar 2014 14:08:55 -0500 Matthew Pherigo wrote:
>>>> On Mar 31, 2014, at 1:11 PM, Tijl Coosemans <tijl@coosemans.org> wrote:=

>>>> On Mon, 31 Mar 2014 12:15:35 -0500 Matthew Pherigo wrote:
>>>> 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.
>>>>=20
>>>> When I try to compile anything from nimrod, the paths calls the compile=
r
>>>> 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):
>>>=20
>>> Can you make these example program available somewhere so I can try to
>>> reproduce this?
>>=20
>> The programs themselves don't make any difference. But, here they are.
>> The first one is simply
>> echo("Hello, world!")
>>=20
>> The program that has external dependencies is a very incomplete calculato=
r
>> program, as follows:
>>=20
>> import strutils
>> var a, b, c: float
>> var buf: string
>> echo("Enter your first number! \n> ")
>> buf =3D readLine(stdin)
>> a =3D ParseFloat(buf)
>=20
> It seems that nimrod currently requires procfs to be mounted.  I've
> attached a patch to avoid that.  You can place it in lang/nimrod/files
> and then rebuild the port.  You should also be able to remove
> /etc/nimrod.cfg then.
> <patch-lib-pure-os.nim>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40B749F5-EE6B-4963-A24D-C7A551190BF3>