Hi,

I have some problems to compiling ecore ( At revision 49865 ) with
easy_e17.sh ( v. 1.3.2 )  script.
I'm on a Debian testing.
Kernel : 2.6.32-5-amd64
gcc (Debian 4.4.4-5) 4.4.4

export
LD_LIBRARY_PATH=$HOME/enlightenment/e17/lib:$LD_LIBRARY_PATH:/usr/local/lib
export
PYTHONPATH="$HOME/enlightenment/e17/lib/python2.5/site-packages:$PYTHONPATH"
export
PKG_CONFIG_PATH=$HOME/enlightenment/e17/lib/pkgconfig:$PKG_CONFIG_PATH


$ cat /tmp/easy_e17/install_logs/python-elementary.log

-------------------------------------------------------------------------------
> EASY_E17 1.3.2 CMD: python setup.py build build_ext
> --include-dirs=/home/moo/enlightenment/e17/include/python2.5
>
> -------------------------------------------------------------------------------
> Package elementary was not found in the pkg-config search path.
> Perhaps you should add the directory containing `elementary.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'elementary' found
> Traceback (most recent call last):
>   File "setup.py", line 68, in <module>
>     **pkgconfig('"elementary >= 0.7.0.49539"'))
>   File "setup.py", line 41, in pkgconfig
>     raise ValueError("could not find pkg-config module: %s" % pkgs)
> ValueError: could not find pkg-config module: "elementary >= 0.7.0.49539"
>


There's no elementary.pc in ~/enlightenment/e17/lib/pkgconfig.


$ cat /tmp/easy_e17/install_logs/shellementary.log

configure: error: Package requirements (elementary) were not met:
>
> No package 'elementary' found
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>

$ dpkg -l elementary
No package elementary  installed.

$ aptitude search elementary

> p   libelementary-bin
> - The Elementary widget set library - helper
> programs
> p   libelementary-data
> - runtime data-files for
> libelementary
> p   libelementary-dbg
> - debugging symbols for use with
> libelementary
> p   libelementary-dev
> - Development files for
> libelementary
> p   libelementary-svn-05
> - The Elementary widget set
> library
> p   python-elementary
> - Python bindings for the Elementary widget set
> library
> p   python-elementary-dev
> - Python bindings for Elementary - development
> files
> v   python2.5-elementary
> -
>
> v   python2.6-elementary


If i try to install python-elementary, the system want to install some
dependance
#  aptitude install python-elementary -s

The following NEW packages will be installed:
>   libecore-con-svn-05{a} libecore-evas-svn-05{a} libecore-fb-svn-05{a}
> libecore-file-svn-05{a} libecore-imf-svn-05{a} libecore-input-svn-05{a}
>   libecore-job-svn-05{a} libecore-svn-05{a} libecore-txt-svn-05{a}
> libecore-x-svn-05{a} libedje-svn-05{a} libeet1{a} libeina-svn-05{a}
>   libelementary-data{a} libelementary-svn-05{a} libevas-svn-05{a}
> python-elementary
>

> -
>

And that is not a good idea since for the next compilation, there will be a
conflict between the header version and the svn version...

Any idea ?

++
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to