LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   enlightenment installation error, and svn error (https://www.linuxquestions.org/questions/linux-desktop-74/enlightenment-installation-error-and-svn-error-921874/)

vak278 01-03-2012 07:09 PM

enlightenment installation error, and svn error
 
I am trying to install Enlightenment without using the repos. I have been successful in everything, although it took me 2 days, right up to the compilation. ./configure appears to work fine, and a few minutes into the "make" command I get the following error. I've looked for a solution everywhere on Google, and have been unsuccessful.

Making all in conf_randr
make[4]: Entering directory `/home/vaughn/Downloads/enlightenment-0.16.999.65643/src/modules/conf_randr'
CC e_mod_main.lo
CC e_int_config_randr_orientation.lo
CC e_int_config_randr_resolutions.lo
CC e_int_config_randr_arrangement.lo
CC e_int_config_randr_policies.lo
CC e_int_config_randr.lo
CCLD module.la
/usr/local/bin/edje_cc -v -id ../../../src/modules/conf_randr/images -DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5 -DFAST_PC=6 -DE17_PROFILE=SLOW_PC \
../../../src/modules/conf_randr/e-module-conf_randr.edc \
../../../src/modules/conf_randr/e-module-conf_randr.edj
/usr/local/bin/edje_cc: Wrote 303 bytes ( 0Kb) for "edje_file" header
0
1
sh: /usr/local/lib/evas/utils/evas_image_loader.png: not found
/usr/local/bin/edje_cc: Error. Unable to load image "icon.png" used by file "../../../src/modules/conf_randr/e-module-conf_randr.edj": File (or file path) does not exist. Check if path to file "icon.png" is correct (both directory and file name).
make[4]: *** [e-module-conf_randr.edj] Error 255
make[4]: Leaving directory `/home/vaughn/Downloads/enlightenment-0.16.999.65643/src/modules/conf_randr'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/vaughn/Downloads/enlightenment-0.16.999.65643/src/modules'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/vaughn/Downloads/enlightenment-0.16.999.65643/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vaughn/Downloads/enlightenment-0.16.999.65643'
make: *** [all] Error 2


I have been trying sasy-e17.sh due to the following error when i try to use "svn". I get this error every time I type any command containing "svn".

/usr/bin/svn: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/lib/libneon-gnutls.so.27)
/usr/bin/svn: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/lib/libneon-gnutls.so.27)
0

Again, all attempts to find a solution on Google have yielded no solution. I have about 4 months experience using Linux. I am using LinuxMint Debian Edition.

Thanks for reading the long post... I am at my wits end, and would appreciate any help available. Thanks Again.
VK.

hf2046 01-06-2012 12:27 PM

You're getting errors when running svn because you're missing some shared libraries that it was linked with or they weren't compiled with the correct options enabled (libxml2):

Code:

/usr/bin/svn: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/lib/libneon-gnutls.so.27)
/usr/bin/svn: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/lib/libneon-gnutls.so.27)

Also, not sure why you would want to compile from the SVN repository anyway. They provide all the necessary libraries on their download page. Just click on the link, extract, configure, compile, and install in order (Eina, Eet...). Once they're installed, then configure, compile, and install the window manager (Enlightenment).

Learning to do this the manual way will probably save you a lot of headaches and help you install other software from source in the future.


http://www.enlightenment.org/p.php?p=download&l=en


All times are GMT -5. The time now is 01:17 PM.