- milestone: --> JACK
Just compiled rezound on my TiBook running OSX Tiger. It compiles
just fine, after some small fixes.
First up rezound doesn't seem to be targeted for the latest FOX, 1.7,
and FOX seems to be a bit of a moving target. So I had to first make it
include the right files in fox_compat.h, then hack -lFOX-1.7 into the
appropriate makefile and "#define fxparseAccel parseAccel
" and "#define fxunparseAccel unparseAccel" in fox_compat.h.
gcc didn't seem to find FXBool so I changed it to bool for the return
value of bool FXWaveRuler::canFocus().
OSX wasn't recognized as a platform, so I defined it in platform.h.
"which" behaves like on solaris it seems. Question: why don't you just
check the which exit value? Because "which bla && echo found" works
as a test f.e..
I think there was one more fix but I forgot, sorry...
Sound output stutters a little (Using JackOSX), even tho cpu usage
doesn't max out. here.
Other than that it works fine, nice work! Sorry I am not submitting a
patch, but I am not too familiar with autoconf...
great work!
cheers
Daniel
daniel@danieloberhoff.de