Micah - 

 Your latest checkin for Spider.C breaks the windows build:

        link @C:\DOCUME~1\chris\LOCALS~1\Temp\nm142.tmp /opt:ref
/out:wget.exe cmpt.obj safe-ctype.obj convert.obj conne
ct.obj host.obj http.obj netrc.obj  ftp-basic.obj ftp.obj ftp-ls.obj
ftp-opie.obj getopt.obj hash.obj          html-pars
e.obj html-url.obj progress.obj retr.obj recur.obj res.obj url.obj
cookies.obj init.obj utils.obj main.obj ptimer.obj v
ersion.obj xmalloc.obj   mswindows.obj gen-md5.obj gnu-md5.obj log.obj
openssl.obj http-ntlm.obj spider.obj kernel32.lib
 advapi32.lib wsock32.lib user32.lib gdi32.lib libeay32.lib ssleay32.lib
Microsoft (R) Incremental Linker Version 8.00.50727.762
Copyright (C) Microsoft Corporation.  All rights reserved.

spider.obj : error LNK2019: unresolved external symbol _ngettext referenced
in function _print_broken_links
wget.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\link.EXE"' : return code '0x460'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\nmake.exe"' : return code '0x2'
Stop.

Looks like here:

  logprintf (LOG_NOTQUIET, ngettext("Found %d broken link.\n\n",
                                    "Found %d broken links.\n\n",
num_elems),
             num_elems);


ngettext not defined anywhere

Christopher G. Lewis
http://www.ChristopherLewis.com

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to