Re: [fpc-pascal] Mac OS X SDL without gcc or XCode

2009-03-21 Thread dmitry boyarintsev
> "2009-03-21 16:25:08.178 test[694:10b] Warning once: This application, > or a library it uses, is using NSQuickDrawView, which has been > deprecated. Apps should cease use of QuickDraw and move to Quartz." > > Am i doing something wrong? Nothing. i've got the same warning too. I suspect this is S

Re: [fpc-pascal] Mac OS X SDL without gcc or XCode

2009-03-21 Thread Joseph Montanez
I am also using sdl via macports but when I run an sdl demo, i get: "2009-03-21 16:25:08.178 test[694:10b] Warning once: This application, or a library it uses, is using NSQuickDrawView, which has been deprecated. Apps should cease use of QuickDraw and move to Quartz." Am i doing something wrong?

Re: [fpc-pascal] Mac OS X SDL without gcc or XCode

2009-03-17 Thread dmitry boyarintsev
> Yes, that can still be removed. Removed...yes, but shall it be removed in fpc headers? Or should it be removed in jedi-sdl headers first, and only after that fpc sdl headers will be updated? I could make a patch, removing x11 dependancy for darwin, but something tells me, that it would not be ac

Re: [fpc-pascal] Mac OS X SDL without gcc or XCode

2009-03-17 Thread Jonas Maebe
On 17 Mar 2009, at 19:13, dmitry boyarintsev wrote: In this case, libSDLmain.a is always available in pre-compiled form (it's automatically compiled along with the rest of the sources). That's also why the FPC SDL unit always links against against that library (so that it works without ha

Re: [fpc-pascal] Mac OS X SDL without gcc or XCode

2009-03-17 Thread dmitry boyarintsev
> In this case, libSDLmain.a is always available in pre-compiled form (it's > automatically compiled along with the rest of the sources). That's also why > the FPC SDL unit always links against against that library (so that it works > without having to add anything extra in the main program.). Tha

Re: [fpc-pascal] Mac OS X SDL without gcc or XCode

2009-03-17 Thread Jonas Maebe
On 17 Mar 2009, at 14:52, dmitry boyarintsev wrote: There're some fpc-sdl templates for XCode (at jedi-sdl). I'm using Lazarus IDE (codetools mostly wanted feature) for development, and using XCode is pain for me. It's also possible to use precompiled library, as desctibed at this forum thread: