On Wed, Feb 29, 2012 at 10:13 AM, Christopher Michael
<cpmicha...@comcast.net> wrote:
> On 02/29/2012 03:58 AM, Daniel Juyung Seo wrote:
>> Thanks but what's m4 slience and how can I set that?
>> Thanks in advance.
>>
> It's an m4 macro that silences normal (clean) build output so you don't
> see (or need to) all the -I/usr/include output during build (or other
> such define things).
>
> Basically, instead of the messy output you are used to, you will get
> something like this:
>
> (mmmm, clean code)
>
> make[5]: Entering directory
> `/home/devilhorns/e/evas/src/modules/engines/gl_common'
>   CC     evas_gl_context.lo
>   CC     evas_gl_shader.lo
>   CC     evas_gl_rectangle.lo
>   CC     evas_gl_texture.lo
>   CC     evas_gl_image.lo
>   CC     evas_gl_font.lo
>   CC     evas_gl_polygon.lo
>   CC     evas_gl_line.lo
>   CC     evas_gl_filter.lo
>   CCLD   libevas_engine_gl_common.la
> make[5]: Leaving directory
> `/home/devilhorns/e/evas/src/modules/engines/gl_common'
> Making all in gl_x11
>
> make[5]: Entering directory
> `/home/devilhorns/e/evas/src/modules/engines/software_x11'
>   CC     module_la-evas_engine.lo
>   CC     module_la-evas_xcb_xdefaults.lo
>   CC     module_la-evas_xcb_outbuf.lo
>   CC     module_la-evas_xcb_buffer.lo
>   CC     module_la-evas_xcb_color.lo
>   CC     module_la-evas_xcb_main.lo
>   CCLD   module.la
> make[5]: Leaving directory
> `/home/devilhorns/e/evas/src/modules/engines/software_x11'
>
>
> (booo, not clean code) ;)
>
> make[5]: Entering directory
> `/home/devilhorns/e/evas/src/modules/engines/gl_x11'
>   CC     module_la-evas_engine.lo
> evas_engine.c: In function '_sym_init':
> evas_engine.c:519:4: warning: assignment from incompatible pointer type
> evas_engine.c:519:4: warning: assignment from incompatible pointer type
> evas_engine.c: In function 'eng_gl_make_current':
> evas_engine.c:3349:35: warning: comparison between signed and unsigned
> integer expressions
>   CC     module_la-evas_x_main.lo
>   CCLD   module.la
> make[5]: Leaving directory
> `/home/devilhorns/e/evas/src/modules/engines/gl_x11'
> Making all in gl_sdl
> make[5]: Entering directory
> `/home/devilhorns/e/evas/src/modules/engines/gl_sdl'
> make[5]: Nothing to be done for `all'.
>
> Not sure exactly what is required to get it working on buntu distros. I
> just build the normal (latest) autoconf, automake, etc, etc and it just
> works :) I'm sure google could help you w/ your buntu issues tho ;)

recent automake (can't remember the version, but something like 1.10 or 1.11)

to have old output (can be sometimes useful) : make V=0

Vincent

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to