Re: [e-users] question on compiling

2014-11-02 Thread Massimo Maiurana
I usually install all in /opt/e17 so I just have to delete the entire dir and I'm done. This means that you have to tweak your environment to avoid issues. I did set these two variables in my ~/.profile: PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/e17/lib/pkgconfig PYTHONPATH=$PYTHONPATH:/opt/e17/lib/py

Re: [e-users] question on compiling

2014-11-01 Thread P Purkayastha
You can download the original sources for the previous install. Run configure with the same configure flags that you used earlier, and then run "make uninstall". On Nov 1, 2014 7:41 PM, "Frederik Vanrenterghem" wrote: > The release announcements usually have this snippet: > > If you have an exist

[e-users] question on compiling

2014-11-01 Thread Frederik Vanrenterghem
The release announcements usually have this snippet: If you have an existing EFL or Elementary install, you may wish to delete its header files and libraries before compiling and installing to avoid possible conflicts during compilation. What better way to do this short from deleting /usr/local ?