[quote]
Wil: thanks dude, it's working now
Wil: but now it throws this http://rafb.net/p/ryQC5y90.html
[/quote]
hummm.. it looks like it can't find the source file, which should be
'cythonized'... The process is that 'cython' will read the *.pyx files and
generate a .c file from it, and then gcc is called to compile that C file...
well, if cython is not there or fails for some reason, then gcc will fail to
build because the C file was never generated...
make sure you have cython installed properly with the appropriate minimal
version (I have 0.9.6.11b)
KaKaRoTo
On Mon, Sep 29, 2008 at 9:56 PM, Youness Alaoui <
[EMAIL PROTECTED]> wrote:
> humm.. you need evas installed.. since you used easy_e17.sh I'm guessing
> it's installed, BUT, it's installed in /opt/e17, so what you should do is :
>
> export PKG_CONFIG_PATH=/opt/e17/lib/pkgconfig
>
> then continue with the ./build_all.sh /usr
>
> it should work then...
>
> On Mon, Sep 29, 2008 at 9:45 PM, Wil Alvarez <[EMAIL PROTECTED]>wrote:
>
>> Hi people, it's me again :D
>>
>> I've heard your advises about compiling so now, i'm just compiling this
>> packages:
>>
>> packages = "imlib2 eet evas ecore embryo edje esmart etk etk_extra
>>> edje_editor edje_viewer"
>>>
>>
>> But, when i'm gonna build the python binding (i execute
>> ./e17_src/BINDINGS/python/build_all.sh /usr) i got this error:
>>
>> Install to /usr
>>> Package evas was not found in the pkg-config search path.
>>> Perhaps you should add the directory containing `evas.pc'
>>> to the PKG_CONFIG_PATH environment variable
>>> No package 'evas' found
>>> Traceback (most recent call last):
>>> File "setup.py", line 66, in <module>
>>> **pkgconfig('"evas >= 0.9.9.043"')
>>> File "setup.py", line 30, in pkgconfig
>>> raise ValueError("could not find pkg-config module: %s" % pkgs)
>>> ValueError: could not find pkg-config module: "evas >= 0.9.9.043"
>>> ERROR: failed to build python-evas
>>>
>>
>> Any advice? Should i adjust a config file or something like that? What i'm
>> doing wrong? I'm following amsn2 readme exactly
>>
>> --
>> "Software Libre porque somos soberanos".
>> Wil A. Alvarez
>> CVA Cafe C.A. CyT
>> Linux Counter #415026
>> http://damncorner.blogspot.com/
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Amsn-devel mailing list
>> Amsn-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/amsn-devel
>>
>>
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel