[E-devel] Elm map badness

2011-07-10 Thread Tom Hacohen
Dear All, Today I tried building elm on a machine that has ecore without ecore con. On that machine elm's build failed because of elm_map using ecore_con_url without ifdefs. Reverting vtorri's last commit fixed it, but I'm not sure if that's the way to go because his commit looks correct (but

Re: [E-devel] Elm map badness

2011-07-10 Thread David Seikel
On Sun, 10 Jul 2011 14:24:33 +0300 Tom Hacohen wrote: > Today I tried building elm on a machine that has ecore without ecore > con. On that machine elm's build failed because of elm_map using > ecore_con_url without ifdefs. > > Reverting vtorri's last commit fixed it, but I'm not sure if that'

Re: [E-devel] Elm map badness

2011-07-10 Thread Tom Hacohen
On 10/07/11 15:10, David Seikel wrote: > On Sun, 10 Jul 2011 14:24:33 +0300 Tom Hacohen > wrote: > >> Today I tried building elm on a machine that has ecore without ecore >> con. On that machine elm's build failed because of elm_map using >> ecore_con_url without ifdefs. >> >> Reverting vtorri's

Re: [E-devel] Elm map badness

2011-07-10 Thread David Seikel
On Sun, 10 Jul 2011 15:15:57 +0300 Tom Hacohen wrote: > On 10/07/11 15:10, David Seikel wrote: > > On Sun, 10 Jul 2011 14:24:33 +0300 Tom Hacohen > > wrote: > > > >> Today I tried building elm on a machine that has ecore without > >> ecore con. On that machine elm's build failed because of elm_

Re: [E-devel] Elm map badness

2011-07-10 Thread Vincent Torri
On Sun, 10 Jul 2011, Tom Hacohen wrote: > Dear All, > > Today I tried building elm on a machine that has ecore without ecore con. On > that machine elm's build failed because of elm_map using ecore_con_url > without ifdefs. > > Reverting vtorri's last commit fixed it i don't see how it can be

Re: [E-devel] Elm map badness

2011-07-10 Thread Tom Hacohen
On 10/07/11 19:25, Vincent Torri wrote: > i don't see how it can be possible to compile elm_map without any > ecore_con checks in configure.ac. My commit was right and as I said, it > was a first part of it. > As I said, I also think your commit was right, but it doesn't compile if I don't reve