From: Joe E. <jo...@em...> - 2005-02-18 12:06:46
|
The last time I tried to compile the entire CVS tree from scratch, the compile failed because I didn't have the OSX MIDI classes available (because I wasn't using OSX). To get around the problem, I made some pseudo classes that did nothing, but which, at least, had the correct method and property definitions so that the compilation could proceed without errors. I uploaded it to the Yahoo groups at the time and then Hiroo re-submitted them as a .jar file. Now, using the old .jar file, I got compilation errors again, since the OSX driver seems to have been modified to use some methods and properties that weren't in the original com.apple.jar. I've updated them so that they work again, but this brings up a question: Since there doesn't seem to be any updated com.apple.jar in the CVS, how are people compiling the OSX driver on non-OSX machines (or *are* you even compiling them. Are you excluding them from the compilation?). - Joe |