svn4310

John Clizbe JPClizbe at comcast.net
Fri Oct 20 08:01:29 CEST 2006


John W. Moore III wrote:
> Building for M$ using MSYS/MingW:
> 
> checking for strsep.........no

checking for strsep... (cached) no

deleted config.cache and reran configure:

checking for strsep... no

> and the Compile fails with:
> 
> gpg.o: In function `main':
> F:/msys/home/Compaq_Owner/4310/g10/gpg.c:1732: undefined reference to
> `S2K_DECODE_COUNT'
> make[1]: *** [gpg.exe] Error 1
> make[1]: Leaving directory `/home/Compaq_Owner/4310/g10'
> make: *** [check-recursive] Error 1
> 
> 
> Since is the same point at which the Compile failed earlier I am
> wondering if there is something precluding it from building on Windows?

Works/worked for me. What are you doing in your build environment outside of
checkout, autogen, configure & make?

> Now, in all fairness; When Compiling without /any/ Modifications the
> seat.test FAILs:
> 
> plain-1 y differ: char 60, line 1
> seat.test: plain-1: mismatch
> FAIL: seat.test

"> Now, in all fairness;" it's a long documented build behavior under
MSYS/MinGW. See Carlo Bianco's Build page.

Here's the patch:

>>>>
--- checks/seat.test~	Tue May 31 01:29:54 2005
+++ checks/seat.test	Fri Aug 12 21:37:51 2005
@@ -6,6 +6,7 @@
     echo "$usrpass1" | $GPG --passphrase-fd 0 --always-trust -seat \
                         -r two -o x --yes $i
     $GPG -o y --yes x
-    cmp $i y || error "$i: mismatch"
+    unix2dos -c 7bit -n $i z
+    cmp z y || error "$i: mismatch"
 done
<<<<


-- 
John P. Clizbe                   Inet:   JPClizbe(a)comcast DOT nyet
Golden Bear Networks             PGP/GPG KeyID: 0x608D2A10
"Be who you are and say what you feel because those who mind don't matter
and those who matter don't mind." - Dr Seuss, "Oh the Places You'll Go"

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 663 bytes
Desc: OpenPGP digital signature
Url : /pipermail/attachments/20061020/3d935c97/signature.pgp


More information about the Gnupg-devel mailing list