- From: Aron Malkine <aron@malkine.com>
- Date: Tue, 2 Apr 2002 03:14:47 -0500
- To: <www-lib@w3.org>
- Message-ID: <000d01c1da1e$74ee4190$0100a8c0@mint>
Hello all; I'm developing a browser application on WinXP with MSVC 6.0 and I'm interested in trying out libwww for its HTML Parsing capabilities. I have only recently become acquainted with libwww. Unfortunately, some of the distribution package examples ( Load a document and dump to local File and some others) were crashing, so I decided to try out the CVS version. I'm having some problems compiling the CVS source though - it's not clear to me if the CVS files should compile as they exist or not. After acquiring the CVS source files, I bootstrapped them with ActivePerl 5.6.1 and then proceeded to download the Windows makefiles, ( which seem to be the same as the ones for the distribution package, is that correct? - and whats the deal with the PGP key thats provided, is that useful somehow? ). When batch building, things went awry (see below)... Can anyone fill me in on what's happening here? If not I'll go back to the distribution package... Also, what does it mean to 'revert to the latest untagged version' of the CVS? Thanks in advance, Aron Aron G Malkine Technologist Malkine Interactive <http://www.malkine.com/> 718.302.1987 --------------------Configuration: wwwdll - Win32 Release-------------------- Compiling... windll.c wwwdll.c Linking... .\wwwdll.def : warning LNK4087: CONSTANT keyword is obsolete; use DATA .\wwwdll.def : warning LNK4087: CONSTANT keyword is obsolete; use DATA Creating library ..\..\..\Bin/wwwdll.lib and object ..\..\..\Bin/wwwdll.exp --------------------Configuration: wwwutils - Win32 Release-------------------- Compiling... HTArray.c HTAssoc.c HTAtom.c HTBTree.c HTChunk.c HTHash.c HTList.c HTMemory.c HTString.c HTTrace.c HTUU.c windll.c Linking... Creating library ..\..\..\Bin/wwwutils.lib and object ..\..\..\Bin/wwwutils.exp --------------------Configuration: wwwcore - Win32 Release-------------------- Compiling... HTAlert.c HTAnchor.c HTChannl.c HTDNS.c HTError.c HTEscape.c HTEvent.c HTFormat.c HTHost.c HTInet.c HTLib.c HTLink.c HTMemLog.c HTMethod.c HTNet.c HTNoFree.c HTParse.c HTProt.c HTReqMan.c HTResponse.c HTStream.c HTTCP.c HTTimer.c HTTrans.c HTUser.c HTUTree.c HTWWWStr.c windll.c Linking... .\wwwcore.def : warning LNK4197: export "HTSetSignal" specified multiple times; using first specification wwwcore.def : error LNK2001: unresolved external symbol HTMethod_deleteExtensionMethod wwwcore.def : error LNK2001: unresolved external symbol HTMethod_hasEntity wwwcore.def : error LNK2001: unresolved external symbol HTMethod_setExtensionMethod wwwcore.def : error LNK2001: unresolved external symbol HTRequest_deleteMessageBody wwwcore.def : error LNK2001: unresolved external symbol HTRequest_messageBody wwwcore.def : error LNK2001: unresolved external symbol HTRequest_messageBodyFormat wwwcore.def : error LNK2001: unresolved external symbol HTRequest_messageBodyLength wwwcore.def : error LNK2001: unresolved external symbol HTRequest_setMessageBody wwwcore.def : error LNK2001: unresolved external symbol HTRequest_setMessageBodyFormat wwwcore.def : error LNK2001: unresolved external symbol HTRequest_setMessageBodyLength ..\..\..\Bin/wwwcore.lib : fatal error LNK1120: 10 unresolved externals LINK : fatal error LNK1141: failure during build of exports file Error executing link.exe. WinCom.exe - 12 error(s), 3 warning(s) plus many more errors after that - email me if you want the rest...
Received on Tuesday, 2 April 2002 03:15:31 UTC