[E-devel] automake c++ linker rule generated due to static evas ddraw code

2016-02-09 Thread Sylvain BERTRAND
Hi, Automake will generate a c++ linker rule for libevas only because of EVAS_STATIC_BUILD_SOFTWARE_DDRAW section in Makefile_Evas.am, and that even for a non static build. I can compile the EFL cleanly with _only_ a C compiler/linker if I comment out this section (and the no-c++ blocker from con

Re: [E-devel] c++ hard dependency?

2015-11-12 Thread Sylvain BERTRAND
On Thu, Nov 12, 2015 at 10:22:09AM +, Tom Hacohen wrote: > Unfortunately it's needed for physics. I think that if you disable > physics, the C++ dependency should disappear. If it's still there then, > it's just bad autotools work on our part. :'( I did disable physics: configure is still l

[E-devel] c++ hard dependency?

2015-11-12 Thread Sylvain BERTRAND
Hi, I did disable the c++ bindings, but still, a c++ compiler was required to configure the EFL (today's git). Is c++ now an hard dependency of enlightenment SDK, or is this a GNU autotools mis-configuration? regards, -- Sylvain