jetpacapp / DeepBeliefSDK

The SDK for Jetpac's iOS Deep Belief image recognition framework
Other
2.86k stars 437 forks source link

RomoExample fails to build on non-Pete machines #3

Open cbowns opened 10 years ago

cbowns commented 10 years ago

The framework search paths for RomoExample includes:

//:configuration = Debug
FRAMEWORK_SEARCH_PATHS = $(inherited) $(DEVELOPER_FRAMEWORKS_DIR) /Users/petewarden/projects/DeepBeliefSDK /Users/petewarden/projects/RomoSDK_v1.0C/frameworks

//:configuration = Release
FRAMEWORK_SEARCH_PATHS = $(inherited) $(DEVELOPER_FRAMEWORKS_DIR) /Users/petewarden/projects/DeepBeliefSDK /Users/petewarden/projects/RomoSDK_v1.0C/frameworks

//:completeSettings = some
FRAMEWORK_SEARCH_PATHS

But RomoSDK isn't part of the DeepBeliefSDK, so it fails to build. This is probably worth noting in a README for RomoExample.


The raw build log:

    cd /Users/cbowns/Development/DeepBeliefSDK/examples/RomoExample
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fmodules -fmodules-cache-path=/Users/cbowns/Library/Developer/Xcode/DerivedData/ModuleCache -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.0 -iquote /Users/cbowns/Library/Developer/Xcode/DerivedData/RomoExample-dnmxhznrcpgonyhgnipvijjytqkl/Build/Intermediates/RomoExample.build/Debug-iphonesimulator/RomoExample.build/RomoExample-generated-files.hmap -I/Users/cbowns/Library/Developer/Xcode/DerivedData/RomoExample-dnmxhznrcpgonyhgnipvijjytqkl/Build/Intermediates/RomoExample.build/Debug-iphonesimulator/RomoExample.build/RomoExample-own-target-headers.hmap -I/Users/cbowns/Library/Developer/Xcode/DerivedData/RomoExample-dnmxhznrcpgonyhgnipvijjytqkl/Build/Intermediates/RomoExample.build/Debug-iphonesimulator/RomoExample.build/RomoExample-all-target-headers.hmap -iquote /Users/cbowns/Library/Developer/Xcode/DerivedData/RomoExample-dnmxhznrcpgonyhgnipvijjytqkl/Build/Intermediates/RomoExample.build/Debug-iphonesimulator/RomoExample.build/RomoExample-project-headers.hmap -I/Users/cbowns/Library/Developer/Xcode/DerivedData/RomoExample-dnmxhznrcpgonyhgnipvijjytqkl/Build/Products/Debug-iphonesimulator/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/cbowns/Library/Developer/Xcode/DerivedData/RomoExample-dnmxhznrcpgonyhgnipvijjytqkl/Build/Intermediates/RomoExample.build/Debug-iphonesimulator/RomoExample.build/DerivedSources/i386 -I/Users/cbowns/Library/Developer/Xcode/DerivedData/RomoExample-dnmxhznrcpgonyhgnipvijjytqkl/Build/Intermediates/RomoExample.build/Debug-iphonesimulator/RomoExample.build/DerivedSources -F/Users/cbowns/Library/Developer/Xcode/DerivedData/RomoExample-dnmxhznrcpgonyhgnipvijjytqkl/Build/Products/Debug-iphonesimulator -F/Applications/Xcode.app/Contents/Developer/Library/Frameworks -F/Users/petewarden/projects/DeepBeliefSDK -F/Users/petewarden/projects/RomoSDK_v1.0C/frameworks -MMD -MT dependencies -MF /Users/cbowns/Library/Developer/Xcode/DerivedData/RomoExample-dnmxhznrcpgonyhgnipvijjytqkl/Build/Intermediates/RomoExample.build/Debug-iphonesimulator/RomoExample.build/Objects-normal/i386/SquareCamViewController.d --serialize-diagnostics /Users/cbowns/Library/Developer/Xcode/DerivedData/RomoExample-dnmxhznrcpgonyhgnipvijjytqkl/Build/Intermediates/RomoExample.build/Debug-iphonesimulator/RomoExample.build/Objects-normal/i386/SquareCamViewController.dia -c /Users/cbowns/Development/DeepBeliefSDK/examples/RomoExample/SquareCamViewController.m -o /Users/cbowns/Library/Developer/Xcode/DerivedData/RomoExample-dnmxhznrcpgonyhgnipvijjytqkl/Build/Intermediates/RomoExample.build/Debug-iphonesimulator/RomoExample.build/Objects-normal/i386/SquareCamViewController.o

In file included from /Users/cbowns/Development/DeepBeliefSDK/examples/RomoExample/SquareCamViewController.m:48:
/Users/cbowns/Development/DeepBeliefSDK/examples/RomoExample/SquareCamViewController.h:50:9: fatal error: 'RMCore/RMCore.h' file not found
# import <RMCore/RMCore.h>
^


1 error generated.