Backends/gtkairo/ffi.lisp has a defcfun entry for XGetErrorText which as far as I can tell is not exported by any of the Win32 GTK DLLs (that makes sense, although one could imagine it being defined for interoperability reasons). The dribble-x-errors function in Backends/gtkairo/event.lisp uses a conditional to avoid calling XGetErrorText on Win32. I've changed my local copy of ffi.lisp to avoid the defcfun with the same conditional; perhaps the same fix could be checked in?
Thanks.
--- Jack Unrue jdunrue@gmail.com wrote:
Backends/gtkairo/ffi.lisp has a defcfun entry for XGetErrorText which as far as I can tell is not exported by any of the Win32 GTK DLLs (that makes sense, although one could imagine it being defined for interoperability reasons). The dribble-x-errors function in Backends/gtkairo/event.lisp uses a conditional to avoid calling XGetErrorText on Win32. I've changed my local copy of ffi.lisp to avoid the defcfun with the same conditional; perhaps the same fix could be checked in?
I'm curious - how close is McCLIM to working natively on Windows without needing an X server?
Cheers, CY
____________________________________________________________________________________ Sponsored Link
Mortgage rates near 39yr lows. $420k for $1,399/mo. Calculate new payment! www.LowerMyBills.com/lre
On 11/20/06, C Y smustudent1@yahoo.com wrote:
I'm curious - how close is McCLIM to working natively on Windows without needing an X server?
Not close yet, but I'm working on it. My intention is to get it far enough along that at least some of the examples work, then see what else folks would like to have done in order for the code to be imported into CVS -- at that point, it would be fair game for anyone to hack on.
On 11/20/06, Jack Unrue jdunrue@gmail.com wrote:
On 11/20/06, C Y smustudent1@yahoo.com wrote:
I'm curious - how close is McCLIM to working natively on Windows without needing an X server?
Not close yet, but I'm working on it. My intention is to get it far enough along that at least some of the examples work, then see what else folks would like to have done in order for the code to be imported into CVS -- at that point, it would be fair game for anyone to hack on.
That's assuming you aren't happy with gtkairo (which doesn't need an X server, either).