Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
CVSROOT: /cvs Module name: cvsnt Changes by: abarrett at nodomain.org Thu Jul 10 10:54:05 2008 On host: debiancvs.march-hare.local Directory: cvsnt/installer M tortoisecvs.wxs CVSNT_2_0_x 1.1.2.32 -> 1.1.2.33 Bug Id: Log message: Try and find out why xmlFree() fails to link on HPUX. Statically link the same source for win32 as we use for mac / redhat es v4 / hpux etc. The problem with linking on HPUX appears to be the same as with linking statically on windows - mixing threaded and non-threaded libraries. So I've disabled the thread support in the xmlversion.h file (which will work for windows, but I think hpux/linux will re-generate it - which may not be so good..., but I'll try this first...).