Hey
* Vincent Torri wrote on Tue, Apr 22, 2008 at 07:36:41PM CEST:
make INSTALL_PROGRAM="/bin/sh
/home/torri/tmp/cvsroot2/e17/libs/evas/install-sh -c -s" \
install_sh_PROGRAM="/bin/sh
/home/torri/tmp/cvsroot2/e17/libs/evas/install-sh -c -s"
INSTALL_STRIP_FLAG=-s \
`test -z 'arm-wince-cegcc-strip' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='arm-wince-cegcc-strip'"`
install
make[1]: entrant dans le répertoire
Â/home/torri/tmp/cvsroot2/e17/libs/evas/src/modules/engines/software_16_wince
»
make[2]: entrant dans le répertoire
Â/home/torri/tmp/cvsroot2/e17/libs/evas/src/modules/engines/software_16_wince
»
make install-exec-hook
make[3]: entrant dans le répertoire
/home/torri/tmp/cvsroot2/e17/libs/evas/src/modules/engines/software_16_wince
Â
mv
/home/torri/local/wince/lib/evas/modules/engines/software_16_wince/cegcc-arm/module.dll
/home/torri/local/wince/bin/engine_buffer.dll
mv: ne peut
évaluer`/home/torri/local/wince/lib/evas/modules/engines/software_16_wince/cegcc-arm/module.dll':
Aucun fichier ou répertoire de ce type
make[3]: *** [install-exec-hook] Erreur 1
I thought that the install-strip rule strips the library and copied it
where it should (or the other order: copy first, strip after). It sems
that it is not copied.
Do you see why ?
Maybe if you show us software_16_wince/Makefile.am?
Here it is:
any idea why the file is not copied before he install-exec-hook ?
thank you
Vincent
MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
-I. \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib/include \
-I$(top_srcdir)/src/modules/engines \
-I$(top_srcdir)/src/modules/engines/software_16 \
@FREETYPE_CFLAGS@
if BUILD_ENGINE_SOFTWARE_16_WINCE
pkgdir = $(libdir)/evas/modules/engines/software_16_wince/$(MODULE_ARCH)
pkg_LTLIBRARIES = module.la
module_la_SOURCES = \
evas_engine.h \
evas_engine.c \
evas_wince_fb_buffer.c \
evas_wince_gapi_buffer.c
module_la_CFLAGS = @WIN32_CFLAGS@
module_la_LIBADD = $(top_builddir)/src/lib/libevas.la
module_la_LDFLAGS = @lt_no_undefined@ -module -avoid-version
module_la_LIBTOOLFLAGS = --tag=disable-static
module_la_DEPENDENCIES = $(top_builddir)/config.h
include_HEADERS = Evas_Engine_Software_16_WinCE.h
install-exec-hook:
mv
$(libdir)/evas/modules/engines/software_16_wince/$(MODULE_ARCH)/module.dll
$(bindir)/engine_buffer.dll
endif