On Thu, 31 Dec 2009 22:09:51 -0600, rconn <> wrote:
|---Quote---
|> |Onig 5.9.1. (But I'm definitely *not* going be able to provide
|> support for
|> |the Oniguruma code base.)
|>
|> I don't even want to look at their code. Building the 32-bit version
|> was
|> trivial (copy win32\Makefile Makefile, copy win32\config.h config.h,
|> nmake).
|>
|> I haven't got a clue how to build a 64-bit version. Can you help with
|> that?
|---End Quote---
|Sorry, no. It's a bit less trivial; it took me about a day to modify
|everything appropriately (it doesn't come with x64 support). I didn't save
|any notes on what I did, and I don't have the time right now to try to
|recreate everything.
Hmmm! What I did wasn't too hard (see recent post and please comment). I got a
64-bit onig.lib, and my 4UTILS built OK and DUMPBIN shows its dependancy on
onig.dll. I have no way of testing whether it'll actually work. I finally
found docs on VCVARSALL.BAT and the "x86_amd64" option is correct (according to
MS) for host X86 and target x64.
--
- Vince