Re: [Lazarus] OS X/Carbon Compilation

2008-03-04 Thread Damien Gerard
Le Mar 4, 2008 à 10:30 AM, Marc Weustink a écrit : > Damien Gerard wrote: >> Le Mar 1, 2008 à 12:32 AM, Marc Weustink a écrit : >> >>> Damien Gerard wrote: Consequently, a simple solution is : make clean all LCL_PLATFORM=carbon FPC=fpc OPT="-k-framework - kcarbon -k-fram

Re: [Lazarus] OS X/Carbon Compilation

2008-03-04 Thread Marc Weustink
Damien Gerard wrote: > Le Mar 1, 2008 à 12:32 AM, Marc Weustink a écrit : > >> Damien Gerard wrote: >>> Consequently, a simple solution is : >>> >>> make clean all LCL_PLATFORM=carbon FPC=fpc OPT="-k-framework -kcarbon >>> -k-framework -kOpenGL -k'-dylib_file' -k'/System/Library/Frameworks/ >>> Op

Re: [Lazarus] OS X/Carbon Compilation

2008-02-29 Thread Damien Gerard
Le Mar 1, 2008 à 12:32 AM, Marc Weustink a écrit : > Damien Gerard wrote: >> Consequently, a simple solution is : >> >> make clean all LCL_PLATFORM=carbon FPC=fpc OPT="-k-framework -kcarbon >> -k-framework -kOpenGL -k'-dylib_file' -k'/System/Library/Frameworks/ >> OpenGL.framework/Versions/A/Libr

Re: [Lazarus] OS X/Carbon Compilation

2008-02-29 Thread Marc Weustink
Damien Gerard wrote: > Consequently, a simple solution is : > > make clean all LCL_PLATFORM=carbon FPC=fpc OPT="-k-framework -kcarbon > -k-framework -kOpenGL -k'-dylib_file' -k'/System/Library/Frameworks/ > OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/ > Frameworks/OpenGL

Re: [Lazarus] OS X/Carbon Compilation

2008-02-27 Thread Hess, Philip J
Duly reported. Thanks. -Phil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Felipe Monteiro de Carvalho Sent: Tuesday, February 26, 2008 10:43 AM To: General mailing list Subject: Re: [Lazarus] OS X/Carbon Compilation 2008/2/26 Hess, Philip J <[EM

Re: [Lazarus] OS X/Carbon Compilation

2008-02-27 Thread Damien Gerard
Le Feb 27, 2008 à 9:07 AM, Marco van de Voort a écrit : > On Tue, Feb 26, 2008 at 10:56:08PM +0100, Damien Gerard wrote: >>> Or remove the X11 dependency, since you're compiling for carbon. >> >> I will try but I don't know how to do this. >> I assume fpcmake should rebuild the Makefile from Make

Re: [Lazarus] OS X/Carbon Compilation

2008-02-27 Thread Damien Gerard
Le Feb 27, 2008 à 9:07 AM, Marco van de Voort a écrit : > On Tue, Feb 26, 2008 at 10:56:08PM +0100, Damien Gerard wrote: >>> Or remove the X11 dependency, since you're compiling for carbon. >> >> I will try but I don't know how to do this. >> I assume fpcmake should rebuild the Makefile from Make

Re: [Lazarus] OS X/Carbon Compilation

2008-02-27 Thread Marco van de Voort
On Tue, Feb 26, 2008 at 10:56:08PM +0100, Damien Gerard wrote: > > Or remove the X11 dependency, since you're compiling for carbon. > > I will try but I don't know how to do this. > I assume fpcmake should rebuild the Makefile from Makefile.fpc but > under OS X when I try to use it I always have

Re: [Lazarus] OS X/Carbon Compilation

2008-02-26 Thread Damien Gerard
> Or remove the X11 dependency, since you're compiling for carbon. I will try but I don't know how to do this. I assume fpcmake should rebuild the Makefile from Makefile.fpc but under OS X when I try to use it I always have the error: Shani [milipili] /usr/local/share/lazarus/lcl/interfaces/ca

Re: [Lazarus] OS X/Carbon Compilation

2008-02-26 Thread Felipe Monteiro de Carvalho
2008/2/26 Hess, Philip J <[EMAIL PROTECTED]>: > I was going to suggest that, but it's not clear to me how to do that. In the > Inherited tab, it includes /usr/X11R6/lib; /sw/lib even when Carbon is > selected. These library paths are read-only and appear to be hardwired into > the IDE. Then thi

Re: [Lazarus] OS X/Carbon Compilation

2008-02-26 Thread Hess, Philip J
EMAIL PROTECTED] on behalf of Marc Weustink Sent: Tue 2/26/2008 9:53 AM To: General mailing list Subject: Re: [Lazarus] OS X/Carbon Compilation Hess, Philip J wrote: > Damien, > > I google and found this: > > http://developer.apple.com/releasenotes/DeveloperTools/RN-Id/index.html >

Re: [Lazarus] OS X/Carbon Compilation

2008-02-26 Thread Marc Weustink
Hess, Philip J wrote: > Damien, > > I google and found this: > > http://developer.apple.com/releasenotes/DeveloperTools/RN-Id/index.html > > See this item down in known issues: > # > > Re-export cycle detection causes many X11 programs to fail to link > > There are two libGL.dylib files. One i

Re: [Lazarus] OS X/Carbon Compilation

2008-02-26 Thread Hess, Philip J
bject: Re: [Lazarus] OS X/Carbon Compilation Le Feb 26, 2008 à 12:58 AM, Hess, Philip J a écrit : > Damien, > > I had no trouble rebuilding the Laz IDE from within the IDE using > today's snapshot (20080225) on Tiger/PowerPC. Also no trouble > rebuilding the L

Re: [Lazarus] OS X/Carbon Compilation

2008-02-26 Thread Felipe Monteiro de Carvalho
On Mon, Feb 25, 2008 at 6:49 PM, Hess, Philip J <[EMAIL PROTECTED]> wrote: > It looks like somebody added an OpenGL dependency to the Carbon > widgetset for some reason. I added dependency to OpenGL because it's the only possible way to implement screenshot taking. The wiki was updated: http://w

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Damien Gerard
a great idea for an application which does not use it. > Thanks. > > -Phil > > > > > -Original Message- > From: [EMAIL PROTECTED] on behalf of Damien > Gerard > Sent: Mon 2/25/2008 4:41 PM > To: General mailing list > Subject: Re: [Lazarus] OS X/Carb

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Hess, Philip J
hot? Thanks. -Phil -Original Message- From: [EMAIL PROTECTED] on behalf of Damien Gerard Sent: Mon 2/25/2008 4:41 PM To: General mailing list Subject: Re: [Lazarus] OS X/Carbon Compilation Le Feb 25, 2008 à 10:25 PM, Hess, Philip J a écrit : > Did you recompile LCL? Maybe you're m

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Marc Weustink
Damien Gerard wrote: > Le Feb 25, 2008 à 10:25 PM, Hess, Philip J a écrit : > >> Did you recompile LCL? Maybe you're missing the .o/.ppu files for >> the new opengl unit that was added to Carbon, although these files >> should have been included with the snapshot. >> > > > I made a "clean al

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Damien Gerard
t of OS X. >> > > I use 10.5.2 Leopard. > Yes OpenGL is part of OS X. > >> Thanks. >> >> -Phil >> >> >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> ] On Behalf Of Damien Gerard >> Sent: Monda

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Hess, Philip J
amien Gerard Sent: Monday, February 25, 2008 4:04 PM To: General mailing list Subject: Re: [Lazarus] OS X/Carbon Compilation Le Feb 25, 2008 à 7:19 PM, Hess, Philip J a écrit : > I'm not at my Mac right now, but I believe if you look in /system/ > library/frameworks you should see open

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Damien Gerard
iginal Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > ] On Behalf Of Damien Gerard > Sent: Monday, February 25, 2008 1:10 PM > To: General mailing list > Subject: Re: [Lazarus] OS X/Carbon Compilation > > > Le Feb 25, 2008 à 6:49 PM, Hess, Philip J a é

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Hess, Philip J
ginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Damien Gerard Sent: Monday, February 25, 2008 1:10 PM To: General mailing list Subject: Re: [Lazarus] OS X/Carbon Compilation Le Feb 25, 2008 à 6:49 PM, Hess, Philip J a écrit : > It looks like somebody added a

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Damien Gerard
Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Damien > Gerard > Sent: Monday, February 25, 2008 11:45 AM > To: lazarus > Subject: [Lazarus] OS X/Carbon Compilation > > > When I try to compile the last snapshot of Lazarus or my own App > (usin

Re: [Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Hess, Philip J
n Behalf Of Damien Gerard Sent: Monday, February 25, 2008 11:45 AM To: lazarus Subject: [Lazarus] OS X/Carbon Compilation When I try to compile the last snapshot of Lazarus or my own App (using the fpc snapshot DMG 2.2.0) Shani [milipili] ~/Projects/lazarus % fpc Err 18 #16 Free Pasc

[Lazarus] OS X/Carbon Compilation

2008-02-25 Thread Damien Gerard
When I try to compile the last snapshot of Lazarus or my own App (using the fpc snapshot DMG 2.2.0) Shani [milipili] ~/Projects/lazarus % fpc