[Gpg4win-devel] Tex/LaTex Viewers?

Michael W. Lewis michael at lewis.ch
Fri Feb 2 17:37:58 CET 2007


-----BEGIN PGP SIGNED MESSAGE-----

Hello Bernhard (and gpg4win-devel list),

I have the full Cygwin "stack" installed. Running autogen.sh gave the
following warnings. Are they Ok?

$ ./autogen.sh
Running aclocal -I m4 ...
/usr/share/aclocal/pstoedit.m4:7: warning: underquoted definition of AM_PATH_PST
OEDIT
/usr/share/aclocal/pstoedit.m4:7:   run info '(automake)Extending aclocal'
/usr/share/aclocal/pstoedit.m4:7:   or see http://sources.redhat.com/automake/au
tomake.html#Extending-aclocal
Running automake --gnu ...
doc/manual/Makefile.am:21: `:='-style assignments are not portable
doc/manual/Makefile.am:33: `:='-style assignments are not portable
doc/manual/Makefile.am:37: `:='-style assignments are not portable
doc/manual/Makefile.am:60: `:='-style assignments are not portable
doc/manual/Makefile.am:61: `:='-style assignments are not portable
doc/manual/Makefile.am:63: `:='-style assignments are not portable
doc/manual/Makefile.am:106: `%'-style pattern rules are a GNU make extension
doc/manual/Makefile.am:110: `%'-style pattern rules are a GNU make extension
doc/manual/Makefile.am:113: `%'-style pattern rules are a GNU make extension
doc/manual/Makefile.am:116: `%'-style pattern rules are a GNU make extension
doc/manual/Makefile.am:119: `%'-style pattern rules are a GNU make extension
doc/manual/Makefile.am:126: `%'-style pattern rules are a GNU make extension
src/Makefile.am:31: `:='-style assignments are not portable
src/Makefile.am:87: `:='-style assignments are not portable
src/Makefile.am:99: `:='-style assignments are not portable
src/Makefile.am:183: `:='-style assignments are not portable
src/Makefile.am:196: eval $(call INCLUDE_BY_MAKE,gpg4win.mk: non-POSIX variable
name
src/Makefile.am:196: (probably a GNU make extension)
src/Makefile.am:200: `:='-style assignments are not portable
src/Makefile.am:200: addsuffix .nsi,$(addprefix inst-,$(gpg4win_build_list: non-
POSIX variable name
src/Makefile.am:200: (probably a GNU make extension)
src/Makefile.am:200: addsuffix .nsi,$(addprefix uninst-,$(gpg4win_build_list: no
n-POSIX variable name
src/Makefile.am:200: (probably a GNU make extension)
Running autoconf ...
You may now run "./configure --host=i586-mingw32msvc && make".

=====

When I ran the indicated configure script, the result was:

$ ./configure --host=i586-mingw32msvc && make
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i586-mingw32msvc-strip... no
checking for strip... strip
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-cygwin
checking host system type... i586-pc-mingw32msvc


checking for i586-mingw32msvc-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for i586-mingw32msvc-dlltool... no
checking for dlltool... dlltool
checking for make... make
checking for unzip... unzip
checking for tar... tar
checking for mkdir... mkdir
checking for cp... cp
checking for rm... rm
checking for stow... stow
checking for makensis... no
checking for zcat... zcat
checking for texi2dvi... texi2dvi
checking for dvipdf... dvipdf
checking for convert... convert
checking for sha1sum... sha1sum
checking for a BSD-compatible install... /usr/bin/install -c
checking for wget... wget
checking for packages directory... /home/Mike/GPG4WIN/gpg4win-scm-2007-02-01/tru
nk/packages
checking for Bash... 3.2.9(10)-release
checking for package libiconv... no
checking for package gettext-runtime... no
checking for package zlib-bin... no
checking for package crypt-lib... no
checking for package regex-lib... no
checking for package libpng-bin... no
checking for package jpeg-bin... no
checking for package pkgconfig... no
checking for package glib... no
checking for package gtk+... no
checking for package atk... no
checking for package pango... no
checking for package GPGee-bin... no
checking for package GPGee-noinstaller... no
checking for package libgpg-error... no
checking for package gpgme... no
checking for package gnupg... no
checking for package pthreads-w32... no
checking for package gpgol... no
checking for package gpa... no
checking for package winpt... no
checking for package sylpheed-claws... no
checking for internal package man_novice_de... yes
checking for internal package man_advanced_de... yes
checking for internal package man_novice_en... yes
checking for internal package man_advanced_en... yes
checking build list... man_advanced_de man_advanced_en man_novice_de man_novice_
en
configure: makensis is missing
configure: error:
***
*** Required tools not found. Please consult the above messages
*** and install them before running configure again.
***

QUESTIONS: Are these "no" answers a problem? Is the "standard"
NSIS package (with its Windows installer) sufficient to "fix"
this problem? Pointer to a cygwin NSIS package please?


Attached is my revised version of novices.tex. Comments please!

Would someone please "render" this to DVI/PS/PDF and send it to
me as I do not yet have a working TeX/LaTeX environment under
MS-Win, so that I can do some "self-criticism" of my changes
(simplifying language and moving away from Latin/French root
words to Germanic, which are easier to understand for "Jedermann").

Best Regards, Mike Lewis
- -----------------------------------------------
Bernhard Reiter wrote:
> On Monday 29 January 2007 16:37, Michael W. Lewis wrote:
>> Now that I have downloaded all of: gpg4win: trunk/doc/manual, what must I
>> do to turn "version.tex.in" into "version.tex" and "Makefile.am" into
>> "Makefile"? (On Windows? On Linux?).
> 
> This is a toolchain prepared to work on a full SVN checkout,
> see README.SVN on the top level.
> 
> autogen.sh will call autoconf,
> which does Makefile.am -> Makefile.in
> Running configure will then do Makefile.in -> Makefile,
> version.tex.in -> version.tex.
> 
> In you case I suggest to do this manually which probably is easier 
> if you only want to build the manual.
> 
> cp version.tex.in version.tex
> and then - if you want - replace some of the 
> @MANUALVERSION_NOVICES@ things in version.tex with you editor.
> 
> cp Makefile.am Makefile
> I have not tried it and you might need to 
> replace set some of the macros there as well.
> E.g. add lines to the beginning like
> 
> ZCAT=zcat
> CONVERT=convert
> TEXI2DVI=texi2dvi
> DVIPDF=dvipdf
> 
> Regards,
> Bernhard
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Gpg4win-devel mailing list
> Gpg4win-devel at wald.intevation.org
> http://lists.wald.intevation.org/mailman/listinfo/gpg4win-devel

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQIVAwUBRcNo4vG/jwtMAxiRAQFasBAArJYtqKf8gYU8ksz+JjqyDD7TjMWMbTgK
6LGl+yR6OG6VPIij4zqJbFkDspnrCy7tFemj56hIeLg8GmnSfbF8JN6+6bLP9hwn
hbr8OH42A0FeABkW205QXhrwNLCjpyJWj0DTKAdmsgGVLgu1aKsxwJuU44USdw1+
Fp8bmMBV9WjE5AYo3mYMEZWEMiRZ8mFpUE1wAxEWc+LthwLDBeQlC68cWUgfBnTp
H0y+Q39KLmOAGuLju7iZZjWqkerOf6ArPm7xHgmoPk/yuxJjDPaBwSIDMxyJB3nV
23cUEcqBnwLYabaQ8kD/xrbn7RZucsE+TPISn06K4tKxd4RMTaoXVt3UGti1mHUu
xYIjsBviagG9AaVWuxoMuRX0AqChoF07/kvAUbT4EbD2/OJAUxAr7Qxhuml/hh1j
H/0MskFt4zujR/jG8DAzqX7M/ZA4CjEsYklHECx00Q2hu7aSRcRUUz/eW9EST5zW
rooaU9tUBM9q1A2jueACLa59r2Utf0VejXx4dBRJ/Q0SwB8itIGblsPE57Xm1xtz
5Xqqi2RQdzL4TJgZr3Q1lWO1kOF0i3MYfP/7ccGa0RO2GQadiHOZMJ480z0RV3gC
laUOK0Pa+a6xJ/kIl029dIPzPIt7f/FTlPYqLT11tdVkX7kaEVm3tf/kVL1z/fZH
nzTfbascvQY=
=PKqh
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: novices_ml1.zip
Type: application/x-zip-compressed
Size: 16544 bytes
Desc: not available
Url : http://lists.wald.intevation.org/pipermail/gpg4win-devel/attachments/20070202/bb3ae559/novices_ml1.bin


More information about the Gpg4win-devel mailing list