Re: [E-devel] Patch autotools for etk_extra

2007-07-24 Thread Michel BRIAND
"Jerome Pinot" <[EMAIL PROTECTED]> - Tue, 17 Jul 2007 00:17:52 +0900

>> The idea is that we want to build those .pc files conditionally, so
>> the following code either fill in the variables or doesnt:
>>
>> if test "x$have_emotion" = "xyes" ; then
>>   etk_extra_video_pc="etk_extra_video.pc"
>> fi
>>
>> if test "x$have_cairo" = "xyes" ; then
>>   etk_extra_cairo_pc="etk_extra_cairo.pc"
>> fi
>>
>> Thats why we then use the variables in AC_OUTPUT.
>
>I see but I got:
>
>running autogen.sh:
>...
>configure.in:117: required file `$etk_extra_video_pc.in' not found
>configure.in:117: required file `$etk_extra_cairo_pc.in' not found
>
>running then configure:
>...
>checking for ETK... yes
>checking for EMOTION... yes
>checking for CAIRO... yes
>configure: creating ./config.status
>config.status: error: cannot find input file: Makefile.in
>
>Even if I have cairo and emotion in the box. Bypassing the test made
>every body happy here.
>
>I don't have much time to investigate further, I have to release
>SlackE17 (which is long time overdue) and there is still a lot of
>things to correct. I don't bother to keep the patch for myself, I
>believe you'll find a neat fix :-)
>
>

Request that error on Google, and you'll find links like this:
http://www.cygwin.com/ml/automake/2000-11/msg00120.html
where it's said that "automake can't use this" construct.

Better say goodbye to this smart piece that seems not to work and
replace it with a more brutal approach ;)

Cheers,
Michel


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Patch autotools for etk_extra

2007-07-16 Thread Jerome Pinot
> The idea is that we want to build those .pc files conditionally, so
> the following code either fill in the variables or doesnt:
>
> if test "x$have_emotion" = "xyes" ; then
>   etk_extra_video_pc="etk_extra_video.pc"
> fi
>
> if test "x$have_cairo" = "xyes" ; then
>   etk_extra_cairo_pc="etk_extra_cairo.pc"
> fi
>
> Thats why we then use the variables in AC_OUTPUT.

I see but I got:

running autogen.sh:
...
configure.in:117: required file `$etk_extra_video_pc.in' not found
configure.in:117: required file `$etk_extra_cairo_pc.in' not found

running then configure:
...
checking for ETK... yes
checking for EMOTION... yes
checking for CAIRO... yes
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in

Even if I have cairo and emotion in the box. Bypassing the test made
every body happy here.

I don't have much time to investigate further, I have to release
SlackE17 (which is long time overdue) and there is still a lot of
things to correct. I don't bother to keep the patch for myself, I
believe you'll find a neat fix :-)


-- 
Jerome Pinot
http://ngc891.blogdns.net/

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Patch autotools for etk_extra

2007-07-16 Thread Hisham Mardam Bey
On 7/16/07, Jerome Pinot <[EMAIL PROTECTED]> wrote:
> Hi,
>
> This one fix the autotools stuff in etk_extra:
>
> http://ngc891.blogdns.net/pub/projects/patches/etk_extra.patch
>

The idea is that we want to build those .pc files conditionally, so
the following code either fill in the variables or doesnt:

if test "x$have_emotion" = "xyes" ; then
  etk_extra_video_pc="etk_extra_video.pc"
fi

if test "x$have_cairo" = "xyes" ; then
  etk_extra_cairo_pc="etk_extra_cairo.pc"
fi

Thats why we then use the variables in AC_OUTPUT.

-- 
Hisham Mardam Bey
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel