luite / hfsevents

Haskell bindings for the OS X FSEvents API - Event based filesystem monitoring
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

Installation failure #7

Closed danieroux closed 5 years ago

danieroux commented 10 years ago
error: unknown type name 'uuid_string_t'; did you mean 'io_string_t'?

Result of:

cabal-dev install -v3 hfsevents > hfsevents-fail.log

Linked: https://gist.github.com/danieroux/8171993

luite commented 10 years ago

Can you check if you have a conflicting uuid/uuid.h header somewhere in your include path. The right one belongs to Kernel.framework.

Check /opt/local/include, /usr/local/include, /usr/pkg/include (last one is listed in your extra-include-paths, i guess that's MacPorts)

ryandesign commented 9 years ago

The MacPorts prefix is /opt/local. /usr/pkg does not normally exist on OS X.

danieroux commented 5 years ago

This is probably unreproducible by now