enigma-devel
[Top][All Lists]
Advanced

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

[Enigma-devel] Re: compiling from trunk


From: Andreas Lochmann
Subject: [Enigma-devel] Re: compiling from trunk
Date: Mon, 18 Feb 2008 18:38:25 +0100
User-agent: IceDove 1.5.0.14pre (X11/20080208)


Hi,

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
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?
First, try ".autogen.sh" alone, then "./configure", then
"make" alone. If you've got to this point, you should be
able to start Enigma-trunk with "./enigma". Does this work?
(You see the version in the lower-left corner of the
start screen.)

For "make install", I think "sudo" was already the right
idea, but try to log in as root and "make install".
If this still makes problems, try to create the directory
"/usr/local/include/enet" yourself.

I don't know what "Error 1" and "Error 2" mean. I'd guess
it's this (from "man make"):

 "GNU make exits with a status of zero if all makefiles were
 successfully parsed and no targets that were built failed.
 A  status  of one  will  be  returned  if  the  -q  flag  was
 used and make determines that a target needs to be
 rebuilt.  A status of two will be returned if any errors
 were encountered."

Greets,
Andreas






reply via email to

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