Re: [fltk.development] fltk-1.3.x-r7513: ".objc_class_name_" symbolprefixes?

2010-04-17 Thread Greg Ercolano
Stewart Dickson wrote: > Hi, > > I just downloaded > http://ftp2.easysw.com/pub/fltk/snapshots/fltk-1.3.x-r7513.tar.gz > built and installed it using: > cd /usr/local/src/fltk-1.3.x-r7513 > ./configure > make > sudo make install > i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)

Re: [fltk.development] fltk-1.3.x-r7513: ".objc_class_name_" symbolprefixes?

2010-04-18 Thread manolo gouy
> Hi, > > I just downloaded > http://ftp2.easysw.com/pub/fltk/snapshots/fltk-1.3.x-r7513.tar.gz > built and installed it using: > cd /usr/local/src/fltk-1.3.x-r7513 > ../configure > make > sudo make install > i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) > > When I attempt to bu

Re: [fltk.development] fltk-1.3.x-r7513: ".objc_class_name_" symbolprefixes?

2010-04-18 Thread manolo gouy
> Stewart: > > You just have to add these 2 arguments at the end of your link > command(s): > -framework Cocoa > > I realize you may also have to add -framework AudioToolbox To sum up, you should have this in your link command(s): -framework Carbon -framework AudioToolbox -framework Cocoa ___

Re: [fltk.development] fltk-1.3.x-r7513: ".objc_class_name_" symbolprefixes?

2010-04-18 Thread imacarthur
On 18 Apr 2010, at 9:56, manolo gouy wrote: > > I realize you may also have to add > -framework AudioToolbox > > To sum up, you should have this in your link command(s): > -framework Carbon -framework AudioToolbox -framework Cocoa There's a thing: do we actually use anything from framework Carbon

Re: [fltk.development] fltk-1.3.x-r7513: ".objc_class_name_" symbolprefixes?

2010-04-18 Thread Matthias Melcher
On 18.04.2010, at 12:54, imacarthur wrote: > > On 18 Apr 2010, at 9:56, manolo gouy wrote: >> >> I realize you may also have to add >> -framework AudioToolbox >> >> To sum up, you should have this in your link command(s): >> -framework Carbon -framework AudioToolbox -framework Cocoa > > There

Re: [fltk.development] fltk-1.3.x-r7513: ".objc_class_name_"symbolprefixes?

2010-04-18 Thread manolo gouy
> > On 18 Apr 2010, at 9:56, manolo gouy wrote: > > > > I realize you may also have to add > > -framework AudioToolbox > > > > To sum up, you should have this in your link command(s): > > -framework Carbon -framework AudioToolbox -framework Cocoa > > There's a thing: do we actually use anything fro

Re: [fltk.development] fltk-1.3.x-r7513: ".objc_class_name_" symbolprefixes?

2010-04-18 Thread Stewart Dickson
What I have been doing is to copy the Makefile and makeinclude from fltk-1.*-r*/tests and modify it for my project. -framework Carbon provides the symbols: _InstallEventLoopTimer, referenced from: Fl::add_timeout(...) _GetEventParameter, referenced from: carbonTextHandler(...) _Inst

Re: [fltk.development] fltk-1.3.x-r7513: ".objc_class_name_" symbolprefixes?

2010-04-18 Thread Michael Sweet
On Apr 18, 2010, at 1:36 AM, manolo gouy wrote: > ... > You just have to add these 2 arguments at the end of your link > command(s): > -framework Cocoa FWIW, we should be including the framework in the linker options produced by fltk-config. Michael Swee