Hi Piers, On 25 February 2010 23:05, Piers Haken <pie...@hotmail.com> wrote: > Is there a list of which versions of the various dependancies are required > for building swfmill on windows? > > I’m using the latest version of libxml2 (2.7.6) and libpng (1.2.37) and I’m > getting a bunch of link errors: > > c:/swfmill/src/SWFFile.cpp:216: undefined reference to `xmlFree' > > and > > c:/swfmill/src/swft/readpng.c:210: undefined reference to > `png_set_longjmp_fn' > > Has anyone else seen these?
I would hazard a guess that you have built dynamically linked versions of these two libraries but not statically linked versions. swfmill tries to link statically, and if static builds aren’t present you’ll get errors. The other possibility is that the libraries somehow aren’t in your link path. If that doesn’t help, could you post a full log of your build, or at least a bit more detail? It’s hard to say exactly what’s going on without more information. Sorry for not replying sooner. I hope this helps anyway. Dan. _______________________________________________ swfmill mailing list swfmill@osflash.org http://osflash.org/mailman/listinfo/swfmill_osflash.org