On Mon, 11 Jun 2007 16:03:29 +0900 Yasufumi Haga <[EMAIL PROTECTED]>
babbled:

i also added an AC_PATH_X before XTRA and it seems to work... - cvs update and
see?

> Hi all
> 
> I still don't know what really causes this problem, but as Kim-san told me,
> at laset when I put the first AC_PATH_XTRA before the if clause, the macro
> seems to return the correct value.
> 
> Here's the one I modified:
> 
>   AC_PATH_XTRA
> if test "x$have_evas_software_ddraw" = "xyes"; then
> #  AC_PATH_XTRA
>   AC_CHECK_HEADER(ddraw.h,
> --------------------( snip )--------------------
>            AC_MSG_RESULT($have_evas_software_x11)
>         ]
> )
> #  AC_PATH_XTRA
> if test "x$have_evas_software_x11" = "xyes"; then
>   AC_PATH_XTRA
>   AC_MSG_WARN(>>>>> $X_LIBS / $X_CFLAGS <<<<<)
>   AC_CHECK_HEADER(X11/X.h,
>     [
>       AC_MSG_WARN(>>>>> $X_LIBS / $X_CFLAGS <<<<<)
>       AC_DEFINE(BUILD_ENGINE_SOFTWARE_X11, 1, [Software X11 Rendering
> Backend]) x_dir=${x_dir:-/usr/X11R6}
> 
> And the result is:
> 
> checking X11/X.h presence... yes
> checking for X11/X.h... yes
> checking whether software x11 backend is to be built... yes
> checking for gethostbyname... (cached) yes
> checking for connect... (cached) yes
> checking for remove... (cached) yes
> checking for shmat... (cached) yes
> checking for IceConnectionNumber in -lICE... (cached) yes
> configure: WARNING: >>>>>  -L/usr/X11R6/lib -L/usr/X11R6/lib /
> -I/usr/X11R6/in lude -I/usr/X11R6/include <<<<<
> checking for X11/X.h... (cached) yes
> configure: WARNING: >>>>>  -L/usr/X11R6/lib -L/usr/X11R6/lib /
> -I/usr/X11R6/in lude -I/usr/X11R6/include <<<<<
> checking whether software 16bit x11 backend is to be built... no
> 
> But I know this isn't a solution for this problem. As Raster-san told me, for
> now, it seems to be the only workaround for this problem to use CFLAGS and
> LDFLAGS to set the appropriate directories, or it may be necessary to
> re-install autoxxx stuff.
> 
> Thanks for many helps.
> Regards.
> --Yasufumi
> 
> -------------------------------------------------------------------------
> 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-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-------------------------------------------------------------------------
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-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to