punto- / godot_modules

Assorted godot modules
MIT License
22 stars 6 forks source link

fatal error: 'FlurrySessionBuilder.h' file not found #5

Open ghost opened 7 years ago

ghost commented 7 years ago

I think the libFlurry.a is not included When I build with scons (scons platform=iphone target=release) I got this error:

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/flurry/flurry.iphone.opt.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk -fvisibility=hidden -mthumb "-DIBOutlet=attribute((iboutlet))" "-DIBOutletCollection(ClassName)=attribute((iboutletcollection(ClassName)))" "-DIBAction=void)attribute((ibaction)" -miphoneos-version-min=7.0 -MMD -MT dependencies -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/ -O3 -DNS_BLOCK_ASSERTIONS=1 -gdwarf-2 -Wall -DNDEBUG -DFREETYPE_ENABLED -DENABLE_DEPRECATED -fblocks -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES2_ENABLED -DMPC_FIXED_POINT -fexceptions -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -DXML_ENABLED -Icore -Icore/math -Ieditor -Idrivers -I. -Iplatform/iphone -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Ithirdparty/zlib -Ithirdparty/freetype -Ithirdparty/freetype/include -Ithirdparty/libpng modules/flurry/flurry.mm In file included from modules/flurry/flurry.mm:4: modules/flurry/ios/Flurry.h:17:9: fatal error: 'FlurrySessionBuilder.h' file not found [1]

import "FlurrySessionBuilder.h"

     ^

1 error generated. scons: *** [modules/flurry/flurry.iphone.opt.arm.o] Error 1 scons: building terminated because of errors.