Re: [E-devel] Request for help: Adding libefl to autotools

2014-07-19 Thread Tom Hacohen
Yeah, works. I have something else now (race condition with parallel build. Something is building before eo for some reason). However this is solved. I just scrapped what I had and tried again and this time it worked. -- Tom. On 19/07/14 03:50, Gustavo Sverzut Barbieri wrote: > did it all work?

Re: [E-devel] Request for help: Adding libefl to autotools

2014-07-18 Thread Gustavo Sverzut Barbieri
did it all work? I'd say we need to do a replacement token and expand it to actual lib or libefl. then all libs in automake would have an "if LIBEFL" and then would build a static library as "noinst" and then the final lt-lib is the aggregation of all of those. On Fri, Jul 18, 2014 at 9:22 AM, To

Re: [E-devel] Request for help: Adding libefl to autotools

2014-07-18 Thread Tom Hacohen
OK. I don't know what I missed before but I started from scratch and now it works. :) -- Tom. On 15/07/14 23:49, Tom Hacohen wrote: > Hey everyone (probably Gustavo), > > As part of my work on efl interfaces I've encountered the need of having > a unified library that is both compiled and ships

Re: [E-devel] Request for help: Adding libefl to autotools

2014-07-17 Thread Tom Hacohen
Same with Eo, but something doesn't work for me for some reason. :( I'll take another look. -- Tom. On 18/07/14 04:42, Carsten Haitzler (The Rasterman) wrote: > On Tue, 15 Jul 2014 23:49:32 +0100 Tom Hacohen said: > >> Hey everyone (probably Gustavo), >> >> As part of my work on efl interfaces

Re: [E-devel] Request for help: Adding libefl to autotools

2014-07-17 Thread The Rasterman
On Tue, 15 Jul 2014 23:49:32 +0100 Tom Hacohen said: > Hey everyone (probably Gustavo), > > As part of my work on efl interfaces I've encountered the need of having > a unified library that is both compiled and ships headers which are used > by all of the efl. > > Unfortunately, I can't seem

Re: [E-devel] Request for help: Adding libefl to autotools

2014-07-17 Thread Tom Hacohen
Bump. On 15/07/14 23:49, Tom Hacohen wrote: > Hey everyone (probably Gustavo), > > As part of my work on efl interfaces I've encountered the need of having > a unified library that is both compiled and ships headers which are used > by all of the efl. > > Unfortunately, I can't seem to figure out

[E-devel] Request for help: Adding libefl to autotools

2014-07-15 Thread Tom Hacohen
Hey everyone (probably Gustavo), As part of my work on efl interfaces I've encountered the need of having a unified library that is both compiled and ships headers which are used by all of the efl. Unfortunately, I can't seem to figure out (to be honest, I just get frustrated with autofoo and