[Tclxml-users] win32 compile help
by Erik Purins other posts by this author
Jun 24 2005 1:07AM messages near this date
[Tclxml-users] new user : need install advice
|
[Tclxml-users] Re: API Change?
Hey dudes,
I'm trying to work around my combo distro problems by compiling from source.
I'm using the 3.0 distributions for windows from the tcl xml homepage.
I have compile problems with windows binaries for zlib from the recommended download source,
http://xmlsoft.org/sources/win32/. Specifically, the windows makefile is trying to link aga
inst zlib_a.lib which doesn't exist in the distributions of zlib at that place. There's 2 di
stros, zlib-1.2.2.win32.zip and the earlier point release zlib-1.2.1.win32.zip.
The readme hints at the author's working version. Do I explicitly need zlib-1.1.4.win32? Wou
ld I be just as well off trying to link against zlib.dll instead of the requested zlib_a.dll
? When I do this, I get the following link errors;
'LINK : warning LNK4049: locally defined symbol "_xmlFree" imported
libxml2_a.lib(xpath.obj) : error LNK2001: unresolved external symbol __ftol2
libxml2_a.lib(xmlschemastypes.obj) : error LNK2001: unresolved external symbol _
_ftol2
libxml2_a.lib(xpointer.obj) : error LNK2001: unresolved external symbol __ftol2
.\Release\tcllibxml230.dll : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.'
I think before I move on to compiling DOM, I need to resolve this.
Any advice appreciated.
-e
--
Erik Purins
(415) 701-7103
shaggy@[...].org
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Tclxml-users mailing list
Tclxml-users@[...].net
https://lists.sourceforge.net/lists/listinfo/tclxml-users
|