Ok I figured this out with the help of Vinky.
 http://trac.enlightenment.org/e/changeset/80530

Thanks.

Daniel Juyung Seo (SeoZ)

On Sun, Dec 9, 2012 at 3:10 AM, Daniel Juyung Seo <seojuyu...@gmail.com>wrote:

> Oh.. is this true?
> After this commit, I failed to build efl single tree on my Ubuntu 12.10.
>
> First time, I got errors about gif while doing autogen.
> I installed libgif-dev.
>
> On my second trial, I got errors about tiff while doing autogen.
> I installed libtiff5-dev.
>
> On my third trial, I got errors like:
> >> configure: error: Missing X11/extensions/Print.h
> But I have libxext-dev and libxext6.
> What should I do now?
>
> I want to build efl with default configuration.
> If I need more dependencies, I will try to figure them out and update my
> build script.
>
> Thanks in advance.
>
> Daniel Juyung Seo (SeoZ)
>
>
> On Sat, Dec 8, 2012 at 5:08 AM, Enlightenment SVN <
> no-re...@enlightenment.org> wrote:
>
>> Log:
>> efl: always be strict on dependency checking.
>>
>>
>> Author:       barbieri
>> Date:         2012-12-07 12:08:28 -0800 (Fri, 07 Dec 2012)
>> New Revision: 80498
>> Trac:         http://trac.enlightenment.org/e/changeset/80498
>>
>> Modified:
>>   trunk/efl/m4/evas_check_engine.m4 trunk/efl/m4/evas_check_loader.m4
>>
>> Modified: trunk/efl/m4/evas_check_engine.m4
>> ===================================================================
>> --- trunk/efl/m4/evas_check_engine.m4   2012-12-07 19:38:21 UTC (rev
>> 80497)
>> +++ trunk/efl/m4/evas_check_engine.m4   2012-12-07 20:08:28 UTC (rev
>> 80498)
>> @@ -691,8 +691,8 @@
>>     m4_default([EVAS_CHECK_ENGINE_DEP_]m4_defn([UP]))(DOWN, $3,
>> ${want_engine}, [have_engine="yes"], [have_engine="no"])
>>  fi
>>
>> -if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes" -a
>> "x${use_strict}" = "xyes" ; then
>> -   AC_MSG_ERROR([$4 dependencies not found (strict dependencies
>> checking)])
>> +if test "x${have_engine}" = "xno" -a "x${want_engine}" = "xyes"; then
>> +   AC_MSG_ERROR([$4 dependencies not found])
>>  fi
>>
>>  AC_MSG_CHECKING([whether $4 rendering backend will be built])
>>
>> Modified: trunk/efl/m4/evas_check_loader.m4
>> ===================================================================
>> --- trunk/efl/m4/evas_check_loader.m4   2012-12-07 19:38:21 UTC (rev
>> 80497)
>> +++ trunk/efl/m4/evas_check_loader.m4   2012-12-07 20:08:28 UTC (rev
>> 80498)
>> @@ -442,8 +442,8 @@
>>     m4_default([EVAS_CHECK_LOADER_DEP_]m4_defn([UP]))(DOWN,
>> ${want_loader}, [have_loader="yes"], [have_loader="no"])
>>  fi
>>
>> -if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes" -a
>> "x${use_strict}" = "xyes" ; then
>> -   AC_MSG_ERROR([$1 dependencies not found (strict dependencies
>> checking)])
>> +if test "x${have_loader}" = "xno" -a "x${want_loader}" = "xyes"; then
>> +   AC_MSG_ERROR([$1 dependencies not found])
>>  fi
>>
>>  AC_MSG_CHECKING([whether $1 image loader will be built])
>>
>>
>>
>> ------------------------------------------------------------------------------
>> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
>> Remotely access PCs and mobile devices and provide instant support
>> Improve your efficiency, and focus on delivering more value-add services
>> Discover what IT Professionals Know. Rescue delivers
>> http://p.sf.net/sfu/logmein_12329d2d
>> _______________________________________________
>> enlightenment-svn mailing list
>> enlightenment-...@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>>
>
>
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to