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 _______________________________________________ Enigma-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/enigma-devel
