[287] in Zephyr Mailing List
Re: Win32 Api
daemon@ATHENA.MIT.EDU (Gregory S. Stark)
Wed Aug 5 23:36:28 1998
To: "Stephen C. Martin" <scmartin@MIT.EDU>
Cc: zephyr@MIT.EDU
From: gsstark@MIT.EDU (Gregory S. Stark)
In-Reply-To: "Stephen C. Martin"'s message of "Tue, 04 Aug 1998 21:15:41 -0400"
Date: 05 Aug 1998 23:32:57 -0400
"Stephen C. Martin" <scmartin@MIT.EDU> writes:
> I noticed an API for zephyr but can seem to get it to compile for win32.
> Is there a way to do this or is there a place I can get an already complied
> version?
>
> I am trying to add zephyr notification to a project I am working on.
As far as I know there is no Windows port of zephyr. You might have some
success compiling it with the Cygwin32 environment. This is basically a
library and development suite that provides a Unix emulation layer in a Win32
environment. More information on this package is at:
http://www.cygnus.com/misc/gnu-win32/
I personally tried to do this a while ago, and I had trouble. But Cygwin has
had a few releases since then and should be quite a bit improved, also I was
building with Kerberos which dramatically increases the complexity. If you're
building without Kerberos and with a current version of Cygwin you have a much
better chance of success.
greg