Hi all,

Today I've noticed that the following will break:

    cd edje; ./configure --prefix=/tmp/somedir

It used to "work" before because it was using the system binary (ie:
/usr/bin/edje_cc) and we always tested with --prefix=/usr. Then I've
fixed it so it uses $(top_builddir)/src/bin/edje_cc, but yet epp is
assumed to be in the installed directory (/tmp/somedir/...) yet we did
no make install at this time.

I did not investigate further, but seems edje_cc_parse.c does
eina_prefix_lib_get() yet it does not use the local, uninstalled,
rather going to the installed path and it fails.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to