03.05.2013 22:33, Massimo Maiurana kirjoitti:
> Davide Andreoli, il 01/05/2013 22:16, ha scritto:
>
>>> Looks like --prefix is correctly recognized by ecore, edje, elementary,
>>> emotion, eo, but not by evas.
>>>
>> hmmm, this is so strange :/
>> what command are you using to build?
> Maybe it was a temporary problem, because now I tried to do it again
> with up to date sources and all went fine :)
>
> The only difference is that I was using this command with user privileges:
> $python setup.py build_ext --prefix=/opt/e17
You are using the distutils command "build_ext" here...
>
> And as I said, all libs was built without problems, that message
> appeared only when it tried to build evas. Now I did all as root with
> "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
>
> Thanks for your time.
>


------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to