[Omake] 0.9.9.x currently broken

Erick Tryzelaar erickt at dslextreme.com
Sun Jul 2 11:40:38 PDT 2006


Jason Hickey wrote:
> I don't have access to one of these machines--cry:(  So many Windows, 
> but I can only see through the glass darkly...
>
> The main thing that changed recently is that all the file notification 
> code was moved into libmojave (it used to be native to omake).  We use 
> a FAM-style API, but provide a compatibility layer for OSX, which uses 
> the BSD-style kqueue notifications.
>
> You can define FAM_ENABLED=false in your .config in the meantime, 
> which should at least get it to compile (but without support for the 
> -P option).  I'll try some offline source inspection to see if I can 
> tell what's up.
>
> Jason
>

I think I found the problem. In lib/configure/fam.om, the one in 0.9.9 
doesn't have a "-DFAM_KQUEUE" flag set. I added it, and it built :)


More information about the Omake mailing list