juced
juced copied to clipboard
Can't compile "jost" on OSX10.9
Hi,
I cloned the repository, opened jost.xcodeproj , modified the project settings to target 10.9 because I don't have the old 10.4u SDKs. I hit compile and I got this error (I replaced the path to cloned repository with [...]) :
CompileC /[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Intermediates/juce-extended.build/Debug/juce-extended.build/Objects-normal/i386/juce_Brush.o /[...]/juced/juce/src/gui/graphics/brushes/juce_Brush.cpp normal i386 c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /[...]/juced/juce/build/macosx
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.9 -g -fvisibility=hidden -Wno-sign-conversion -I/[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Intermediates/juce-extended.build/Debug/juce-extended.build/jucedebug.hmap -I/[...]/juced/juce/build/macosx/../../../vst/vstsdk2.4 -I/[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Products/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Intermediates/juce-extended.build/Debug/juce-extended.build/DerivedSources/i386 -I/[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Intermediates/juce-extended.build/Debug/juce-extended.build/DerivedSources -F/[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Products -MMD -MT dependencies -MF /[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Intermediates/juce-extended.build/Debug/juce-extended.build/Objects-normal/i386/juce_Brush.d --serialize-diagnostics /[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Intermediates/juce-extended.build/Debug/juce-extended.build/Objects-normal/i386/juce_Brush.dia -c /[...]/juced/juce/src/gui/graphics/brushes/juce_Brush.cpp -o /[...]/juced/apps/jost/build/macosx/DerivedData/jost/Build/Intermediates/juce-extended.build/Debug/juce-extended.build/Objects-normal/i386/juce_Brush.o
clang: error: no such file or directory: '/[...]/juced/juce/src/gui/graphics/brushes/juce_Brush.cpp'
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
i didn't maintained the macosx version of jost, probably something changed in the meanwhile and the xcodeproj is out of date.
Has someone figured this out. Mine failed looking for a file under juce/src/juce_appframework. I didn't understand the easy way to update all the paths I think MartyLake is referring to.
Is there a reason it might not still work on OSX?