Eloy Duran
eloy.****@gmail*****
Sun Nov 12 09:34:23 JST 2006
Placing the '-undefined suppress' argument back in pre-config.rb fixes it again... On 11/12/06, Eloy Duran <eloy.****@gmail*****> wrote: > I now get this when trying to build: > > ld: Undefined symbols: > _init_AppKit > _environ > /Users/eloy/Documents/DEVELOPMENT/RubyCocoa/RubyCocoaSrc/latest/rubycocoa/framework/build/RubyCocoa.build/Default/RubyCocoa.build/Objects-normal/ppc/init_cocoa.o > reference to undefined _init_AppKit > /usr/bin/libtool: internal link edit command failed > ** BUILD FAILED ** > > Eloy. > > On 11/11/06, Jonathan Paisley <jp-ww****@dcs*****> wrote: > > Hi, > > > > I've just committed some fixes to trunk related to the qtkit support. > > > > I've added a basic test case to check that the new code is there and > > doesn't crash, but it could do with being extended. > > > > I removed '-undefined suppress' from the build flags in pre-config.rb > > which seems to be okay for me so far. However, please shout if it > > causes trouble! This setting hid the problems from not linking > > QTKit.framework in the project. > > > > Another option for not linking to QTKit.framework would be to look up > > the QTMakeTime and QTMakeTimeRange symbols at runtime, or, > > ultimately, to use Laurent's struct support and function metadata > > when ready. > > > > Cheers, > > Jonathan > > > > >