[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Enigma-devel] Re: compiling from trunk
From: |
Ronald Lamprecht |
Subject: |
Re: [Enigma-devel] Re: compiling from trunk |
Date: |
Mon, 18 Feb 2008 18:52:28 +0100 |
User-agent: |
Thunderbird 2.0.0.9 (Windows/20071031) |
Hi,
Andreas Lochmann wrote:
Tom Davies schrieb:
Small problem. When I tried to compile from trunk, the last lines (at
least that i saw) were:
mkdir: cannot create directory `/usr/local/include/enet': Permission
denied
Of course you have no write access to this directory as user tomdavies!
make[5]: *** [install-libenetincludeHEADERS] Error 1
make[5]: Leaving directory
`/home/tomdavies/trunk/lib-src/enet/include/enet'
make[4]: *** [install-am] Error 2
make[4]: Leaving directory
`/home/tomdavies/trunk/lib-src/enet/include/enet'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/home/tomdavies/trunk/lib-src/enet/include'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/tomdavies/trunk/lib-src/enet'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/tomdavies/trunk/lib-src'
make: *** [install-recursive] Error 1
what does Error 1 mean?
what does Error 2 mean
I tried again using sudo ./autogen.sh && ./configure && make && make
install. but I still got the line:
mkdir: cannot create directory `/usr/local/include/enet': Permission
denied
any suggestions?
For development purposes you need to specify a prefix to configure:
./configure --prefix=/home/tomdavies/
This will install Enigma to your home directory.
Greets,
Ronald