Hi
I am new to programming and have just started taking C++ classes and wanted to do something creative with C++ that relates to audio i.e. writing a few VST plugins. A friend suggested that I try Juce.
I am having a few problems getting started with it.
My system is a 2012 macbook pro OSX10.7
Xcode 4.5.1
I have installed the command line tools, IOS simulator and all the parts in the documentation tab.
I have put the JUCE folder in my documents directory.
The only example that I can get to compile is the HelloJucer example
Building the Introjucer project generates 14 errors.
/Users/geoffsvault/Documents/juce/extras/Introjucer/JuceLibraryCode/BinaryData.cpp
/Users/geoffsvault/Documents/juce/extras/Introjucer/JuceLibraryCode/BinaryData.cpp:1150:14: Case value evaluates to 3439708769, which cannot be narrowed to type ‘int’
/Users/geoffsvault/Documents/juce/extras/Introjucer/JuceLibraryCode/BinaryData.cpp:1148:14: Case value evaluates to 2510118200, which cannot be narrowed to type ‘int’
/Users/geoffsvault/Documents/juce/extras/Introjucer/JuceLibraryCode/BinaryData.cpp:1147:14: Case value evaluates to 2986571757, which cannot be narrowed to type ‘int’
/Users/geoffsvault/Documents/juce/extras/Introjucer/JuceLibraryCode/BinaryData.cpp:1146:14: Case value evaluates to 3104166330, which cannot be narrowed to type ‘int’
/Users/geoffsvault/Documents/juce/extras/Introjucer/JuceLibraryCode/BinaryData.cpp:1144:14: Case value evaluates to 4227652156, which cannot be narrowed to type ‘int’
/Users/geoffsvault/Documents/juce/extras/Introjucer/JuceLibraryCode/BinaryData.cpp:1142:14: Case value evaluates to 2589788258, which cannot be narrowed to type ‘int’
/Users/geoffsvault/Documents/juce/extras/Introjucer/JuceLibraryCode/BinaryData.cpp:1138:14: Case value evaluates to 2225544384, which cannot be narrowed to type ‘int’
/Users/geoffsvault/Documents/juce/extras/Introjucer/JuceLibraryCode/BinaryData.cpp:1137:14: Case value evaluates to 2298820955, which cannot be narrowed to type ‘int’
/Users/geoffsvault/Documents/juce/extras/Introjucer/JuceLibraryCode/BinaryData.cpp:1136:14: Case value evaluates to 2580019537, which cannot be narrowed to type ‘int’
/Users/geoffsvault/Documents/juce/extras/Introjucer/JuceLibraryCode/BinaryData.cpp:1134:14: Case value evaluates to 3330974881, which cannot be narrowed to type ‘int’
/Users/geoffsvault/Documents/juce/extras/Introjucer/JuceLibraryCode/BinaryData.cpp:1132:14: Case value evaluates to 3259246362, which cannot be narrowed to type ‘int’
/Users/geoffsvault/Documents/juce/extras/Introjucer/JuceLibraryCode/BinaryData.cpp:1130:14: Case value evaluates to 3059177616, which cannot be narrowed to type ‘int’
/Users/geoffsvault/Documents/juce/extras/Introjucer/JuceLibraryCode/BinaryData.cpp:1128:14: Case value evaluates to 2798641378, which cannot be narrowed to type ‘int’
/Users/geoffsvault/Documents/juce/extras/Introjucer/JuceLibraryCode/BinaryData.cpp:1127:14: Case value evaluates to 2500843485, which cannot be narrowed to type ‘int’
BUilding the JuceDemoPlugin
/Applications/Xcode.app/Contents/Developer/Extras/CoreAudio/AudioUnits/AUPublic/OtherBases/AUMIDIEffectBase.cpp:154:18: Member ‘MIDIEvent’ found in multiple base classes of different types
Building the dRowAudioReverb VST
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
I thought if I put up a range of errors it may be helpful.
If anyone could offer me any advice on what I need to do to get Juce to build the examples then that would be really great.
Cheers
GEoff


) that in the minihost provided with juce the AU version is not updating the slider’s label while the vst version is doing it properly. however in plogue bidule and in logic pro both the VST and the AU have the correct slider’s labels… which could be the reason?