On 06/09/12 17:38, Vincent Torri wrote: > On Thu, Sep 6, 2012 at 4:35 PM, Tom Hacohen <tom.haco...@samsung.com> wrote: >> On 06/09/12 17:31, Vincent Torri wrote: >>> >>> On Thu, Sep 6, 2012 at 2:45 PM, Tom Hacohen <tom.haco...@samsung.com> >>> wrote: >>>> >>>> On 06/09/12 15:41, Vincent Torri wrote: >>>>> >>>>> >>>>> On Thu, Sep 6, 2012 at 1:40 PM, Tom Hacohen <tom.haco...@samsung.com> >>>>> wrote: >>>>>> >>>>>> >>>>>> Look at the line before, it's actually failing the libtoolize call so >>>>>> it >>>>>> tries glibtoolize. I get the same thing, vtorri is supposed to be >>>>>> working on it. Autofoo is impossible to work with, but I hope vtorri >>>>>> will be able to fix it. >>>>> >>>>> >>>>> >>>>> i'll check that, but, iirc, i've just copied an autogen.sh of one efl >>>>> into obj dir. >>>> >>>> >>>> >>>> I showed you the error, it's the INCLUDE thingie I had... >>>> >>> >>> what ? glibtoolize is only in autogen.sh : >>> >>> echo "Running libtoolize..." ; (libtoolize --copy --automake || >>> glibtoolize --automake) || exit 1 >>> >>> David : if you report a problem, be more precise... >>> >> >> Yeah, as you can see it tries libtoolize, and if that fails, it tries >> glibtoolize (the "||"). It fails on libtoolize here, although it >> shouldn't... That's the issue I reported the other day. > > eina's autogen.sh : > > echo "Running libtoolize..." ; (libtoolize --copy --automake || > glibtoolize --automake) || exit 1 > > so what's the problem ? The same line works for eina but not for eobj ?
Because libtoolize fails, because of the issues I told you about the other day: .ibtoolize: AC_CONFIG_MACRO_DIR([m4]) conflicts with ACLOCAL_AMFLAGS=-I m4 This causes libtoolize to fail (a bad config in eo) that makes libtoolize return with an error and thus try to issue glibtoolize because of the autogen.sh. glibtoolize has nothing to do with it, it's just a side-effect. The problem is with the config and the error I pasted above. -- Tom. ------------------------------------------------------------------------------ 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