no rule to make target on po

Eildert Groeneveld eg at tzv.fal.de
Tue Mar 25 15:50:17 CST 2003


On Tuesday 25 March 2003 15:25, Derek Atkins wrote:
> Eildert Groeneveld <eg at tzv.fal.de> writes:
> > Thanx for the pointer. Unfortunately, this did not help. I did a make
> > distclean and a cvs update -C
> > same problem:
> > make[2]: Leaving directory `/usr/local/src/gnucash/intl-scm'
> > Making all in po
> > make[2]: Entering directory `/usr/local/src/gnucash/po'
> > make[2]: *** No rule to make target `all'.  Stop.
> > make[2]: Leaving directory `/usr/local/src/gnucash/po'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/usr/local/src/gnucash'
> >
> > any other clues? Apparently the binaries have been created, so at least
> > gnucash can be used.
>
> All I can guess is that you have some weird version of gettextize
> installed...  What warning messages do you get during autogen?
>


this is what autogen does:


./autogen.sh   --enable-hbci  --enable-maintainer-mode --prefix=/usr/local/
#./autogen.sh  --enable-opt-style-install --enable-hbci --enable-sql 
--prefix=/usr/local/
root(eno,gnucash)# ./autogen.sh   --enable-hbci  --enable-maintainer-mode 
--prefix=/usr/local/
processing .
deletefiles is  macros/gnome-gettext.m4
Creating ./aclocal.m4 ...
Running gettextize...  Ignore non-fatal messages.
Wiping out intl/ subdirectory
Copying file ABOUT-NLS
Copying file config.rpath
Copying file mkinstalldirs
Copying file intl/ChangeLog
Copying file intl/Makefile.in
Copying file intl/VERSION
Copying file intl/bindtextdom.c
Copying file intl/config.charset
Copying file intl/dcgettext.c
Copying file intl/dcigettext.c
Copying file intl/dcngettext.c
Copying file intl/dgettext.c
Copying file intl/dngettext.c
Copying file intl/eval-plural.h
Copying file intl/explodename.c
Copying file intl/finddomain.c
Copying file intl/gettext.c
Copying file intl/gettextP.h
Copying file intl/gmo.h
Copying file intl/hash-string.h
Copying file intl/intl-compat.c
Copying file intl/l10nflist.c
Copying file intl/libgnuintl.h
Copying file intl/loadinfo.h
Copying file intl/loadmsgcat.c
Copying file intl/localcharset.c
Copying file intl/locale.alias
Copying file intl/localealias.c
Copying file intl/localename.c
Copying file intl/ngettext.c
Copying file intl/os2compat.c
Copying file intl/os2compat.h
Copying file intl/osdep.c
Copying file intl/plural-exp.c
Copying file intl/plural-exp.h
Copying file intl/plural.c
Copying file intl/plural.y
Copying file intl/ref-add.sin
Copying file intl/ref-del.sin
Copying file intl/textdomain.c
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en at boldquot.header
Copying file po/en at quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
Adding an entry to po/ChangeLog (backup is in po/ChangeLog~)
Copying file m4/codeset.m4
Copying file m4/gettext.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/inttypes.m4
Copying file m4/inttypes_h.m4
Copying file m4/inttypes-pri.m4
Copying file m4/isc-posix.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/progtest.m4
Copying file m4/stdint_h.m4
Copying file m4/uintmax_t.m4
Copying file m4/ulonglong.m4

Please run 'aclocal -I m4' to regenerate the aclocal.m4 file.
You need aclocal from GNU automake 1.5 (or newer) to do this.
Then run 'autoconf' to regenerate the configure file.

You might also want to copy the convenience header file gettext.h
from the /usr/share/gettext directory into your package.
It is a wrapper around <libintl.h> that implements the configure --disable-nls
option.

Press Return to acknowledge the previous two paragraphs.

Making ./aclocal.m4 writable ...
Running intltoolize ...
patching file po/Makefile.in.in
Running aclocal  -I macros ...
Running autoheader...
configure.in:69: warning: AC_TRY_RUN called without default to allow cross 
compiling
configure.in:77: warning: AC_TRY_RUN called without default to allow cross 
compiling
configure.in:217: warning: AC_TRY_RUN called without default to allow cross 
compiling
configure.in:236: warning: AC_TRY_RUN called without default to allow cross 
compiling
configure.in:972: warning: AC_TRY_RUN called without default to allow cross 
compiling
Running automake --gnu  ...
Running autoconf ...
configure.in:69: warning: AC_TRY_RUN called without default to allow cross 
compiling
configure.in:77: warning: AC_TRY_RUN called without default to allow cross 
compiling
configure.in:217: warning: AC_TRY_RUN called without default to allow cross 
compiling
configure.in:236: warning: AC_TRY_RUN called without default to allow cross 
compiling
configure.in:972: warning: AC_TRY_RUN called without default to allow cross 
compiling
Running ./configure --enable-maintainer-mode --enable-error-on-warning 
--enable-compile-warnings --enable-hbci --enable-maintainer-mode 
--prefix=/usr/local/ ...
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking for perl... /usr/bin/perl
checking how to run the C preprocessor... gcc -E
checking host system type... i686-pc-linux-gnu
checking for ranlib... ranlib
checking for strerror in -lcposix... no
checking for ANSI C header files... yes
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for argz.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for stddef.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for GNU gettext in libc... yes
checking for dcgettext... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for bison... bison
checking version of bison... v. ?.??, bad
checking for catalogs to be installed...  da de el en_GB es es_NI fr hu it ja 
nb nl pl pt pt_BR ru sk sv uk zh_CN zh_TW
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for Cygwin environment... no
checking for mingw32 environment... no
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking for strerror in -lcposix... (cached) no
checking whether byte ordering is bigendian... no
checking whether make sets ${MAKE}... (cached) yes
checking for ANSI C header files... (cached) yes
checking for limits.h... (cached) yes
checking for stpcpy... (cached) yes
checking for memcpy... yes
checking for timegm... yes
checking for towupper... yes
checking for the tm_gmtoff member of struct tm... yes
checking if scanf supports %lld conversions... yes
checking for ltdl.h... yes
checking for glib-config... /usr/bin/glib-config
checking for GLIB - version >= 0.99.7... yes
checking for dlfcn.h... (cached) yes
checking for dl.h... no
checking for ghttp_ssl.h... no
checking for utmp.h... yes
checking for locale.h... (cached) yes
checking for mcheck.h... yes
checking for unistd.h... (cached) yes
checking for wctype.h... yes
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking for dlerror... yes
checking for library containing gettext... none required
checking for darwin... no
checking for qt_null in -lqthreads... yes
checking for main in -ltermcap... yes
checking for main in -lreadline... yes
checking for guile-config... yes
checking whether guile-config works... yes
checking for sin in -lm... yes
checking for guile libraries... -L/usr/lib -lguile -lqthreads -lpthread -lm
checking for guile headers...
checking whether guile works... yes
checking for guile... /usr/bin/guile
checking for guile - 1.3.4 <= version < 99.99.99... yes
checking for g-wrap-config... /usr/bin/g-wrap-config
checking for g-wrap - 1.3.3 <= version < 99.99.99... yes
checking for g-wrap compile args... -I /usr/include/g-wrap
checking for g-wrap link args... -L/usr/lib -lgwrap-wct -lgwrap-glib
checking for g-wrap module directory... /usr/share/guile
checking if guile long_long is at least as big as gint64... yes
checking for scm_long_long2num in -lguile... yes
checking if unsigned long is at least as big as guint32... yes
checking if guile needs our copy of srfi-1... yes
checking if guile needs our copy of srfi-11... yes
checking if guile needs our copy of srfi-19... yes
checking if guile needs our copy of srfi-2... yes
checking if guile needs our copy of srfi-8... yes
checking if guile needs our copy of srfi-9... yes
checking if guile needs our copy of (guile www)... yes
checking for gnome-config... /usr/bin/gnome-config
checking for xmlNewDoc in -lxml... yes
checking for xmlElemDump in -lxml... yes
checking for OpenHBCI... /usr/local/
checking for OpenHBCI - version >= 0.9.4... yes
checking for nl_langinfo and D_FMT... yes
checking for perl... /usr/bin/perl
checking for doxygen... no
checking for dbopen... no
checking for dbopen in -ldb1... no
checking for dbopen in -ldb... no
checking for __db185_open in -ldb-3... yes
checking for db_185.h... yes
checking for db1/db.h... no
checking for db4/db_185.h... no
checking for poptStrippedArgv in -lpopt... yes
checking for gnome-config... (cached) /usr/bin/gnome-config
checking if /usr/bin/gnome-config works... yes
checking for orbit-config... /usr/bin/orbit-config
checking for orbit-idl... /usr/bin/orbit-idl
checking for working ORBit environment... yes
checking for gnorba libraries... yes
Unknown library `gtkxmhtml'. Install the libgtkxmhtml-dev package
checking what warning flags to pass to the C compiler... -Wall -Wunused 
-Wmissing-prototypes -Wmissing-declarations
checking what language compliance flags to pass to the C compiler...
checking for gdk-pixbuf-config... /usr/bin/gdk-pixbuf-config
checking for GDK_PIXBUF - version >= 0.2.5... yes
checking for gnome-config... (cached) /usr/bin/gnome-config
checking for GNOME-PRINT - version >= 0.21... found 0.37
checking for libglade-config... /usr/bin/libglade-config
checking for libglade... yes
checking for main in -lgal... yes
checking for gtkhtml < 1.1... checking for gtk_html_new in -lgtkhtml... yes
checking for ghttp_request_new in -lghttp... yes
checking for ghttp_enable_ssl in -lghttp... no
configure: warning: ****** ghttp does not have SSL support.
checking for main in -lzvt... yes
checking for main in -loaf... yes
checking for gnome-config... (cached) /usr/bin/gnome-config
checking for libguppi - version >= 0.35.1... yes
checking for pthread_mutex_init... yes
checking for strptime... yes
checking for localtime_r... yes
checking what extra warning flags to pass to the C compiler...  -Werror
updating cache ./config.cache
creating ./config.status
creating m4/Makefile
creating intl/Makefile
creating po/Makefile.in
creating Makefile
creating accounts/Makefile
creating accounts/C/Makefile
creating accounts/da/Makefile
creating accounts/de_DE/Makefile
creating accounts/el_GR/Makefile
creating accounts/es_ES/Makefile
creating accounts/fr_FR/Makefile
creating accounts/pt_BR/Makefile
creating accounts/pt_PT/Makefile
creating accounts/sk/Makefile
creating debian/Makefile
creating doc/Makefile
creating doc/examples/Makefile
creating intl-scm/Makefile
creating lib/Makefile
creating lib/guile-www/Makefile
creating lib/srfi/Makefile
creating lib/libc/Makefile
creating macros/Makefile
creating rpm/Makefile
creating src/Makefile
creating src/app-file/Makefile
creating src/app-file/test/Makefile
creating src/app-file/gnome/Makefile
creating src/app-utils/Makefile
creating src/app-utils/test/Makefile
creating src/backend/Makefile
creating src/backend/net/Makefile
creating src/backend/file/Makefile
creating src/backend/file/test/Makefile
creating src/backend/file/test/test-files/Makefile
creating src/backend/file/test/test-files/xml2/Makefile
creating src/backend/postgres/Makefile
creating src/backend/postgres/test/Makefile
creating src/backend/rpc/Makefile
creating src/bin/Makefile
creating src/bin/overrides/Makefile
creating src/bin/test/Makefile
creating src/core-utils/Makefile
creating src/calculation/Makefile
creating src/calculation/test/Makefile
creating src/doc/Makefile
creating src/doc/design/Makefile
creating src/doc/xml/Makefile
creating src/engine/Makefile
creating src/engine/test/Makefile
creating src/engine/test-core/Makefile
creating src/experimental/Makefile
creating src/experimental/cbb/Makefile
creating src/experimental/cbb/cbb-engine/Makefile
creating src/experimental/cgi-bin/Makefile
creating src/experimental/gg/Makefile
creating src/gnc-module/Makefile
creating src/gnc-module/test/Makefile
creating src/gnc-module/test/mod-foo/Makefile
creating src/gnc-module/test/mod-bar/Makefile
creating src/gnc-module/test/mod-baz/Makefile
creating src/gnc-module/test/misc-mods/Makefile
creating src/gnome/Makefile
creating src/gnome/glade/Makefile
creating src/gnome-utils/Makefile
creating src/gnome-utils/test/Makefile
creating src/gnome-search/Makefile
creating src/import-export/Makefile
creating src/import-export/test/Makefile
creating src/import-export/binary-import/Makefile
creating src/import-export/binary-import/test/Makefile
creating src/import-export/qif-import/Makefile
creating src/import-export/qif-import/test/Makefile
creating src/import-export/qif-io-core/Makefile
creating src/import-export/qif-io-core/test/Makefile
creating src/import-export/ofx/Makefile
creating src/import-export/ofx/test/Makefile
creating src/import-export/hbci/Makefile
creating src/import-export/hbci/glade/Makefile
creating src/import-export/hbci/test/Makefile
creating src/network-utils/Makefile
creating src/network-utils/test/Makefile
creating src/optional/Makefile
creating src/optional/swig/Makefile
creating src/optional/swig/examples/Makefile
creating src/pixmaps/Makefile
creating src/quotes/Makefile
creating src/register/Makefile
creating src/register/ledger-core/Makefile
creating src/register/ledger-core/test/Makefile
creating src/register/register-core/Makefile
creating src/register/register-core/test/Makefile
creating src/register/register-gnome/Makefile
creating src/register/register-gnome/test/Makefile
creating src/report/Makefile
creating src/report/report-gnome/Makefile
creating src/report/report-gnome/test/Makefile
creating src/report/report-system/Makefile
creating src/report/report-system/test/Makefile
creating src/report/standard-reports/Makefile
creating src/report/standard-reports/test/Makefile
creating src/report/locale-specific/Makefile
creating src/report/locale-specific/us/Makefile
creating src/report/locale-specific/us/test/Makefile
creating src/report/stylesheets/Makefile
creating src/report/stylesheets/test/Makefile
creating src/report/utility-reports/Makefile
creating src/report/utility-reports/test/Makefile
creating src/scm/Makefile
creating src/scm/gnumeric/Makefile
creating src/scm/printing/Makefile
creating src/tax/Makefile
creating src/tax/us/Makefile
creating src/tax/us/test/Makefile
creating src/test-core/Makefile
creating src/business/Makefile
creating src/business/business-core/Makefile
creating src/business/business-core/test/Makefile
creating src/business/business-core/file/Makefile
creating src/business/business-utils/Makefile
creating src/business/dialog-tax-table/Makefile
creating src/business/business-gnome/Makefile
creating src/business/business-gnome/glade/Makefile
creating src/business/business-ledger/Makefile
creating src/business/business-reports/Makefile
creating gnucash-config
creating config.h
mv: cannot stat `po/POTFILES': No such file or directory
./config.status: line 1061: po/POTFILES.tmp: No such file or directory
creating po/POTFILES
creating po/Makefile
Now type `make' to compile gnucash
root(eno,gnucash)#









> > Eildert
>
> -derek

-- 
Eildert Groeneveld
===================================================
Institute for Animal Science
Mariensee 31535 Neustadt Germany
Tel : (+49)(0)5034 871155 Fax : (+49)(0)5034 871239
e-mail: eg at tzv.fal.de  http://www.tzv.fal.de/~eg/ 
===================================================



More information about the gnucash-devel mailing list