lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 'error in definitions' on make install


From: Mikkel Eriksen
Subject: Re: 'error in definitions' on make install
Date: Fri, 10 Oct 2008 09:41:47 +0200

Alright, make install succeeded now. Thanks :)

Still getting segfaults, though, but I'll try with debugging on, and
take a closer look at my document and see what's what.

Mikkel

On Fri, Oct 10, 2008 at 2:01 AM, Colin Klipsch <address@hidden> wrote:
> I compile Lout by hand on my own MacOS X system all the time, so maybe I can
> help.
>
> On Oct 9, 2008, at 2:38 PM, Mikkel Eriksen wrote:
>
>> Well, I got ftp://ftp.cs.usyd.edu.au/jeff/lout/lout-3.37.tar.gz and
>> there were no problems unpacking it. I'd say it would be pretty rare
>> for a malformed file to unpack and look alright.
>>
>> The edited parts of my makefile are as follows:
>>
>> OSUNIX  = 0
>> OSDOS   = 0
>> OSMAC   = 1
>
> Set OSUNIX=1, OSMAC=0.
>
>> PREFIX  = /usr
>> BINDIR  = $(PREFIX)/bin
>> LOUTLIBDIR      = $(PREFIX)/share/lout/lib
>> LOUTDOCDIR      = $(PREFIX)/share/lout/doc
>> MANDIR  = $(PREFIX)/share/lout/man
>
> I'd recommend setting PREFIX equal to /usr/local instead, but this is up to
> you.  To install in /usr, you'll need to run the "make install*" steps under
> 'sudo'.  (You might also need 'sudo' for /usr/local, but that depends on the
> permissions, owner, and group of that directory on your machine.)
>
> Note that the parent directories of LOUTLIBDIR and LOUTDOCDIR must already
> exist before you install.
>
> -- Colin K.
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]