I keep getting this error:
when trying to install E17 using these instructions: www.sabayonlinux.org • View topic - [Howto] install e17 on SabayonCode:No package 'elementary' found
How do I fix this?
Error:
Code:checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for EXALT... configure: error: Package requirements ( ecore >= 0.9.9.037, eet >= 0.9.9.038, ecore-file >= 0.9.9, ehal >= 0.1.0.002, edbus >= 0.1.0.002, dbus-1 >= 0.1, evas >= 0.9 elementary >= 0.1 ) were not met: No package 'elementary' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables EXALT_CFLAGS and EXALT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details
Are you using the install script? I had some issues with it and had to end up skipping the packages that wouldn't compile.
Code:sudo ./easy_e17.sh -i -skip=elementary
You need to install elementary
remove the blank in the line below
svn co http ://svn.enlightenment.org/svn/e/trunk/TMP/st/elementary
cd elementary
export PKG_CONFIG_PATH=/opt/e17/lib/pkgconfig
./autogen.sh --prefix=/opt/e17
make && make install
I thought the install script was trying to install it though?
Posted by Thiago Cangussu @ 14.03.2009 - 03:35
To solve the problem with elementary package >=0.1 edit the script Easy_e17.sh at line 26 and add "elementary" before exalt in the variable "packages".
Then move elementary dir ($HOME/e17_dir/TMP/elementary) found in TMP dir (in $HOME/e17_src/) to the main dir e17_src (it'll be this: $HOME/e17_src/elementary)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks