> Result from `evas-config --cflags` is not added to gcc command line.
What"s > wrong ??
>
> I'm waiting for your comments ;) !
>
> Best regards,
> Michel
>

There's a CFLAGS definition missing in configure.in

line ~506
AC_CHECK_HEADER(Evas_Engine_GL_X11.h,

should be
CFLAGS=$evas_cflags
AC_CHECK_HEADER(Evas_Engine_GL_X11.h,


Cheers,

 -- andreas


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to