03.05.2013 23:39, Massimo Maiurana kirjoitti:
> Kai Huuhko, il 03/05/2013 22:13, ha scritto:
>
>>> $python setup.py build_ext --prefix=/opt/e17
>> You are using the distutils command "build_ext" here...
>>> [...]
>>> "setup.py install", same prefix, without problems.
>> ... and "install" here, which have different parameters.
>>
>> You will see which parameters are allowed for a command using the --help
>> option, e.g.
>>
>> python setup.py build_ext --help
> I see.
> Well, then --prefix is recognized by build_ext on all libs except evas,
> because it fails only when it comes to cythonize efl.evas_object_image.pxi.
Most likely what you are seeing is cythonize preprocessing the Cython 
source code into C, with Evas done last in this case, and the options 
are only parsed after this preprocessing step. I will still try to 
replicate this tomorrow to see if there's some other problem there.
>
>


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to