- Code: Select all
mkbundle -o build/bbiribbabba src/bbiribbabba.exe --deps
However, at some point it all fails with some junk character errors:
- Code: Select all
OS is: Darwin
Sources: 1 Auto-dependencies: True
embedding: /Users/gradha/project/iPhone/bbiribbabba/src/bbiribbabba.exe
embedding: /Library/Frameworks/Mono.framework/Versions/2.8.2/lib/mono/4.0/mscorlib.dll
embedding: /Library/Frameworks/Mono.framework/Versions/2.8.2/lib/mono/gac/Cobra.Lang/0.8.0.1__0a4783a5c7c9616e/Cobra.Lang.dll
embedding: /Library/Frameworks/Mono.framework/Versions/2.8.2/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll
embedding: /Library/Frameworks/Mono.framework/Versions/2.8.2/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll
embedding: /Library/Frameworks/Mono.framework/Versions/2.8.2/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
embedding: /Library/Frameworks/Mono.framework/Versions/2.8.2/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll
embedding: /Library/Frameworks/Mono.framework/Versions/2.8.2/lib/mono/gac/System.Security/4.0.0.0__b03f5f7f11d50a3a/System.Security.dll
Compiling:
as -o temp.o temp.s
temp.s:2:unknown section type: symbol_stubs
temp.s:2:Rest of line ignored. 1st junk character valued 112 (p).
temp.s:3594:unknown section type: symbol_stubs
temp.s:3594:Rest of line ignored. 1st junk character valued 112 (p).
temp.s:2875922:unknown section type: symbol_stubs
temp.s:2875922:Rest of line ignored. 1st junk character valued 112 (p).
temp.s:2981914:unknown section type: symbol_stubs
temp.s:2981914:Rest of line ignored. 1st junk character valued 112 (p).
temp.s:4720162:unknown section type: symbol_stubs
temp.s:4720162:Rest of line ignored. 1st junk character valued 112 (p).
temp.s:5016106:unknown section type: symbol_stubs
temp.s:5016106:Rest of line ignored. 1st junk character valued 112 (p).
temp.s:5143090:unknown section type: symbol_stubs
temp.s:5143090:Rest of line ignored. 1st junk character valued 112 (p).
temp.s:6423098:unknown section type: symbol_stubs
temp.s:6423098:Rest of line ignored. 1st junk character valued 112 (p).
[Fail]
I've tried this with a recent cobra and 2.8.2 mono, along with the CSDK, though I'm not sure if that's even needed. Has somebody else tried building a standalone cobra binary with success under macosx?