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



_______________________________________________
Enigma-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/enigma-devel

Reply via email to