Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-25 Thread Dominique Louis
Mattias Gaertner wrote: If you can share it, I can try it. Compile with -vut. For example: cd lazarus make LCL_PLATFORM=carbon CPU_TARGET=powerpc PP=ppcppc OPT=-vt clean all bigide log.txt Take a look at log.txt. I think I may have spotted why there is a differenc between i386 and

Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-24 Thread Dominique Louis
Hi Mattias, Mattias Gaertner wrote: If you can share it, I can try it. I'm using the FreePascal scripts found here - http://www.microbizz.nl/fpc-scripts.zip In particular the fpc-build.command, but I have modified to so that it updates and build directly from /usr/local/share/fpcsrc .

Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-20 Thread Dominique Louis
Vincent Snijders wrote: Turn off rangechecking. I wasn't sure if that would be a good idea, but it certainly allows it to compile. So thanks for that. Now when compiling my app, targetting PowerPC, I get a Fatal error in PrintersDlgs.pp saying Can't find unit LResources used in PrintersDlgs

Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-20 Thread Mattias Gärtner
Zitat von Dominique Louis [EMAIL PROTECTED]: Vincent Snijders wrote: Turn off rangechecking. I wasn't sure if that would be a good idea, but it certainly allows it to compile. So thanks for that. Now when compiling my app, targetting PowerPC, I get a Fatal error in PrintersDlgs.pp saying

Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-20 Thread Dominique Louis
Mattias Gärtner wrote: Have you compiled the LCL for target powerpc? I thought that putting LCL_PLATFORM=carbon with CPU_TARGET=powerpc was enough to do that? That does not seem to work. Am I missing something else? Dominique. ___ Lazarus mailing

Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-20 Thread Mattias Gaertner
On Wed, 20 Aug 2008 17:50:40 +0100 Dominique Louis [EMAIL PROTECTED] wrote: Mattias Gärtner wrote: Have you compiled the LCL for target powerpc? I thought that putting LCL_PLATFORM=carbon with CPU_TARGET=powerpc was enough to do that? That does not seem to work. Am I missing something

Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-20 Thread Dominique Louis
Mattias Gaertner wrote: Do you mean cd lazarus/lcl make LCL_PLATFORM=carbon CPU_TARGET=powerpc PP=fpc ? Was there any error? Ok I added LCL_PLATFORM etc to the make bigide command thinking that it would build the LCL as well if I specified CPU_TARGET=powerpc. This also does not explain

Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-20 Thread Mattias Gaertner
On Wed, 20 Aug 2008 19:42:10 +0100 Dominique Louis [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: Do you mean cd lazarus/lcl make LCL_PLATFORM=carbon CPU_TARGET=powerpc PP=fpc ? Was there any error? Ok I added LCL_PLATFORM etc to the make bigide command thinking that it would

Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-18 Thread Dominique Louis
Felipe Monteiro de Carvalho wrote: build it from the command line: sude make bigide or something similar. I work with subversion Lazarus, so the code is in my user directory and sudo isn't necessary. Hi Felipe, will bigide build it as a Carbon application? Also when building via the

Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-18 Thread Mattias Gärtner
Zitat von Dominique Louis [EMAIL PROTECTED]: Felipe Monteiro de Carvalho wrote: build it from the command line: sude make bigide or something similar. I work with subversion Lazarus, so the code is in my user directory and sudo isn't necessary. Hi Felipe, will bigide build it

Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-18 Thread Dominique Louis
I tried building from the command line using bigide, but I'm getting a range check error in guitestrunner.pas so the compilation aborts. I'm using svn code and 2.3.1 fpc compiler. Dominique. Mattias Gärtner wrote: Zitat von Dominique Louis [EMAIL PROTECTED]: Felipe Monteiro de Carvalho

Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-18 Thread Vincent Snijders
Dominique Louis schreef: I tried building from the command line using bigide, but I'm getting a range check error in guitestrunner.pas so the compilation aborts. Turn off rangechecking. Vincent ___ Lazarus mailing list

Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-17 Thread Dominique Louis
Mattias Gaertner wrote: On Sat, 16 Aug 2008 19:25:04 +0100 Dominique Louis [EMAIL PROTECTED] wrote: Hi All, Under Mac OS X, native Carbon IDE, the TPrintDialog is missing from the Dialogs tab? Is this intentional? If so why? Have you installed the printer4lazarus package? Hmm, it

Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-17 Thread Dominique Louis
Mattias Gaertner wrote: On Sat, 16 Aug 2008 19:25:04 +0100 Dominique Louis [EMAIL PROTECTED] wrote: Hi All, Under Mac OS X, native Carbon IDE, the TPrintDialog is missing from the Dialogs tab? Is this intentional? If so why? Have you installed the printer4lazarus package? Ok I

Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-17 Thread Felipe Monteiro de Carvalho
build it from the command line: sude make bigide or something similar. I work with subversion Lazarus, so the code is in my user directory and sudo isn't necessary. -- Felipe Monteiro de Carvalho ___ Lazarus mailing list

Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-16 Thread Mattias Gaertner
On Sat, 16 Aug 2008 19:25:04 +0100 Dominique Louis [EMAIL PROTECTED] wrote: Hi All, Under Mac OS X, native Carbon IDE, the TPrintDialog is missing from the Dialogs tab? Is this intentional? If so why? Have you installed the printer4lazarus package? Mattias