Am Dienstag, 10. Januar 2012 um 18:35:35, schrieb Rob Oakes 
<rob.oa...@oak-tree.us>
> Dear Developers,
> 
> Do you know if anyone has compiled the dependencies for mingw64 bit? I
> finally realized that I'm getting linker errors because the dependencies
> were compiled with an older, 32 bit version of the mingw. Do you know if
> there is a set of dependencies that have been compiled for mingw64?
> Alternatively, are there any instructions for how to compile them from
> source?
> 
> I looked briefly at a few of the source packages (libiconv and libintl),
> and it looked like they required autotools (which I suppose would also
> need msys and all that). Any ideas would be appreciated.
> 
> Cheers,
> 
> Rob

CMake-build uses the external version by default. I would try

        cmake ... -DLYX_EXTERNAL_LIBINTL=OFF -DLYX_NLS=ON ...

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to