juce build

Building problems related to JUCE and how to solve them:

Errors in “MIDIServices.h” .. ?

This might be due to my old XCode 3.0. I downloaded the newest version and got juce from trunk. We will see.

Also downloaded src from trunk. Works with new xcode.

A GPL app that compiles on Linux / Windows / Mac and uses JUCE: grace

  • “copystrings” missing bug. Solution here (or simply
    sudo ln -s /opt/local/bin/ruby /usr/bin/ruby if you are using ruby from macports).
  • “_SetSystemUIMode” missing: add “Carbon” framework
    CarbonMissing
Gaspard Bucher