Cvs Commit: cvsnt
| Newsgroups | gmane.comp.version-control.cvs.windows-nt.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: cvsnt Changes by: [email protected] 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...).