[Rubycocoa-devel 398] Re: release

Back to archive index

Fujimoto Hisa hisa****@fobj*****
Mon Oct 23 09:27:45 JST 2006


On 2006/10/23, at 0:40, kimura wataru wrote:
> I've finished preparing release-0.5.0.
>
>   * update docsrc.
>   * some fix (see ChangeLog)
>
> I uploaded binary package to the following URL:
>
>   http://rubycocoa.sourceforge.net/files/RubyCocoa-0.5.0preview- 
> OSX10.4universal.dmg
>
> Please test this on intel Mac.

I've tried on MacBook and OSX 10.4.8...

seems failed at link time. require 'osx/cocoa' was failed. and to  
build sample/simpleapp with xcodebuild was failed, too.
(self build from current src-trunk seems work fine.)

$ /usr/bin/ruby -r osx/cocoa -e0
dyld: NSLinkModule() error
dyld: Symbol not found: _RBRubyCocoaInit
   Referenced from: /usr/lib/ruby/site_ruby/1.8/powerpc-darwin8.0/ 
rubycocoa.bundle
   Expected in: flat namespace

Trace/BPT trap

...

[mbw:/tmp/simpleapp]$ xcodebuild
=== BUILDING APPLICATION TARGET SimpleApp WITH THE DEFAULT  
CONFIGURATION (Default) ===
   (snip snip snip)
StandaloneExecutable.LinkUsingFileList /Users/hisa/tmp/simpleapp/ 
build/Default/SimpleApp.app/Contents/MacOS/SimpleApp /Users/hisa/tmp/ 
simpleapp/build/SimpleApp.build/Default/SimpleApp.build/Objects- 
normal/LinkFileList
     /usr/bin/gcc-4.0  -o /Users/hisa/tmp/simpleapp/build/Default/ 
SimpleApp.app/Contents/MacOS/SimpleApp  "-L/Users/hisa/tmp/simpleapp/ 
build/Default"  "-F/Users/hisa/tmp/simpleapp/build/Default"  - 
filelist /Users/hisa/tmp/simpleapp/build/SimpleApp.build/Default/ 
SimpleApp.build/Objects-normal/LinkFileList  "-arch" "i386" "-Wl,- 
no_arch_warnings"   "-framework" "Cocoa" "-framework" "RubyCocoa"
/usr/bin/ld: Undefined symbols:
_RBApplicationMain
collect2: ld returned 1 exit status
** BUILD FAILED **




More information about the Rubycocoa-devel mailing list
Back to archive index