atsusy / tiarmarker

AR marker detecting module for titanium mobile.
http://atsusy.blogspot.com/2011/03/titanium-mobilear.html
MIT License
48 stars 22 forks source link

Can't build the module #1

Open m4nu56 opened 12 years ago

m4nu56 commented 12 years ago

Hello,

I'm having difficulties building the module after cloning the project. Could it be that this file "TiUIView.h" is missing from github? THank's for your help keep up the good work

/tiarmarker/Classes/ComArmarkertiCameraView.h:9:9: fatal error: 'TiUIView.h' file not found [2]

import "TiUIView.h"

     ^

1 error generated. distcc[3504] ERROR: compile /tiarmarker/Classes/ComArmarkertiCameraView.m on localhost failed

\ BUILD FAILED **

atsusy commented 12 years ago

What's your SDK version?

Please confirm titanium.xcconfig.

TITANIUM_SDK_VERSION is correct? TITANIUM_SDK is correct?

blechatellier commented 12 years ago

Hello, same issue when building:

\ BUILD FAILED **

The following build commands failed: CompileC build/tiarmarker.build/Release-iphoneos/tiarmarker.build/Objects-normal/armv7/ComArmarkertiModule.o Classes/ComArmarkertiModule.m normal a rmv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler CompileC build/tiarmarker.build/Release-iphoneos/tiarmarker.build/Objects-normal/armv7/ComArmarkertiCameraView.o Classes/ComArmarkertiCameraView.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler (2 failures)

TITANIUM_SDK_VERSION = 1.8.0.1 TITANIUM_SDK = /Library/Application Support/Titanium/mobilesdk/osx/$(TITANIUM_SDK_VERSION)

Thanks, Brice

blechatellier commented 12 years ago

fyi, build works with 1.6.2

atsusy commented 12 years ago

I created a branch 'experimental'. Can you switch to branch 'experimental'?

blechatellier commented 12 years ago

Thanks, just tried the experimental branch but still get an error: [DEBUG] Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/libtool failed with exit code 1

Any idea what's going on please?

dalinet commented 11 years ago

Sorry, but in Titanium 3.0.2.GA For ios6?