building bonobo Mac OS X



Bonobo doesn't currently build on HFS+ filesystems, because it tries to
have both "bonobo.h" and "Bonobo.h" in the same directory (which doesn't
work on HFS+ because of the filename case insensitivity thing).
Fortunately, the two files eventually get installed into different
directories, so there's no problem with that.

Fixing this would basically require moving bonobo.h into a different
directory (perhaps the top level?), because since Bonobo.h is the one
that's installed in ${includedir}/bonobo, you want to refer to it as
"bonobo/Bonobo.h", and the other as just "bonobo.h".

Is this something we could possibly do or is the answer just "sorry,
make a small UFS partition and build on that"? :)

-- Dan




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]