2011/12/26 Philippe Reynes <[email protected]>: > > > >>> Hi, >>> >>> I've done a little patch to fix the compilation with new automake. >> >>does it install the examples in the correct directory ? > > I don't know what is the correct directory, I don't package it. > I've enabled both option : --enable-build-examples --enable-install-examples > > and I have : > > /usr/lib/eina/eina_accessor_01 > ....
This looks wrong, given that Eina is redefining pkglibdir to $(datadir)/$(PACKAGE)/examples so the compiled examples should be installed in the same place as their sources. > /usr/share/eina/examples/eina_accessor_01.c > .... > > > regards, > trem > > > >> >> Index: eina/src/examples/Makefile.am >> =================================================================== >> --- eina.orig/src/examples/Makefile.am >> +++ eina/src/examples/Makefile.am >> @@ -39,7 +39,7 @@ SRCS = \ >> eina_strbuf_01.c \ >> eina_tiler_01.c >> >> -pkglib_PROGRAMS = >> +pkglibexec_PROGRAMS = >> >> if EFL_INSTALL_EXAMPLES >> filesdir = $(datadir)/$(PACKAGE)/examples >> @@ -47,7 +47,7 @@ files_DATA = $(SRCS) >> endif >> >> if EFL_BUILD_EXAMPLES >> -pkglib_PROGRAMS += \ >> +pkglibexec_PROGRAMS += \ >> eina_accessor_01 \ >> eina_array_01 \ >> eina_array_02 \ >> @@ -77,7 +77,7 @@ pkglib_PROGRAMS += \ >> >> if BUILD_TILER_EXAMPLE >> AM_CPPFLAGS += @ECORE_EVAS_CFLAGS@ >> -pkglib_PROGRAMS += eina_tiler_01 >> +pkglibexec_PROGRAMS += eina_tiler_01 >> eina_tiler_01_LDADD = $(top_builddir)/src/lib/libeina.la @ECORE_EVAS_LIBS@ >> endif >> >> >> >> >> regards, >> trem >> >> >> >> >> ________________________________ >> De : Guillaume Friloux <[email protected]> >> À : [email protected] >> Envoyé le : Lundi 26 Décembre 2011 14h09 >> Objet : Re: [E-devel] compilation of eina >> >> On 26/12/2011 14:02, Rafael Fonseca wrote: >>> The attached patch solves that issue but I don't know whether I can >>> commit because of possible side effects (vtorri?). It is based in the >>> following discussion: >>> http://lists.gnu.org/archive/html/coreutils/2011-06/msg00044.html >>> >>> >> Thanks, i myself saw that going back to automake 1.11-1 solves the >> problem too >> >> ------------------------------------------------------------------------------ >> Write once. Port to many. >> Get the SDK and tools to simplify cross-platform app development. Create >> new or port existing apps to sell to consumers worldwide. Explore the >> Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join >> http://p.sf.net/sfu/intel-appdev >> _______________________________________________ >> enlightenment-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >> ------------------------------------------------------------------------------ >> Write once. Port to many. >> Get the SDK and tools to simplify cross-platform app development. Create >> new or port existing apps to sell to consumers worldwide. Explore the >> Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join >> http://p.sf.net/sfu/intel-appdev >> _______________________________________________ >> enlightenment-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > ------------------------------------------------------------------------------ > Write once. Port to many. > Get the SDK and tools to simplify cross-platform app development. Create > new or port existing apps to sell to consumers worldwide. Explore the > Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join > http://p.sf.net/sfu/intel-appdev > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > À : Enlightenment developer list <[email protected]> > ------------------------------------------------------------------------------ > Write once. Port to many. > Get the SDK and tools to simplify cross-platform app development. Create > new or port existing apps to sell to consumers worldwide. Explore the > Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join > http://p.sf.net/sfu/intel-appdev > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
