The below patches aren't needed, entrance builds fine on x86_64 and has for
some time.  If the defaults don't work for you, look into exporting your
CFLAGS and LDFLAGS environmental variables so these sort of things get
picked up.

* Didier Casse ([EMAIL PROTECTED]) wrote:
> Dear Developers,
>                         Please take a look at the patches and possibly
> commit them. Thanks
> 
> cheers,
> Didier.
> 
> No, that didn't work.
> 
> I think the following two changes are needed:
> 
> 
> --- configure.in.old    2005-05-07 02:01:12.000000000 -0400
> +++ configure.in        2005-05-30 09:25:36.000000000 -0400
> @@ -199,10 +199,7 @@
>  AC_DEFINE_UNQUOTED(ENTRANCE_XSESSION, "$xsession", [Xsession script])
>  AC_SUBST(xsession)
> 
> -x_cflags="-I/usr/X11R6/include"
> -x_libs="-L/usr/X11R6/lib -lX11 -lXext"
> -AC_SUBST(x_cflags)
> -AC_SUBST(x_libs)
> +AC_PATH_XTRA
> 
>  EDJE_DEF=""
>  AC_SUBST(EDJE_DEF)
> 
> 
> --- src/daemon/Makefile.am.old  2005-05-30 09:26:39.000000000 -0400
> +++ src/daemon/Makefile.am      2005-05-30 09:20:37.000000000 -0400
> @@ -1,6 +1,6 @@
>  ## Process this file with automake to produce Makefile.in
> 
> -INCLUDES = @x_cflags@ @ecore_cflags@ @edb_cflags@
> +INCLUDES = @X_CFLAGS@ @ecore_cflags@ @edb_cflags@
> 
>  sbin_PROGRAMS = entranced
>  bin_SCRIPTS = entrance_wrapper
> @@ -8,4 +8,4 @@
>  entranced_SOURCES = \
>         auth.c auth.h Entranced.h ipc.c ipc.h md5.c md5.h spawner.c
> util.c util.h
> 
> -entranced_LDADD = @x_libs@ -lXau @ecore_libs@ @edb_libs@
> +entranced_LDADD = @X_LIBS@ -lX11 -lXext -lXau @ecore_libs@ @edb_libs@
> 
> 
__ 
Corey Donohoe
http://www.atmos.org


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to