[fpc-pascal] status of sparc solaris support

2011-06-27 Thread Seth Grover
Quick question: http://freepascal.org says: "It is available for different processors: Intel x86, Amd64/x86_64, PowerPC, PowerPC64, Sparc, ARM." "The following operating systems are supported: Linux, FreeBSD, Haiku, Mac OS X/Darwin, DOS, Win32, Win64, WinCE, OS/2, Netware (libc and classic) and Mo

[fpc-pascal] Installing Lazarus on new Debian release

2011-06-27 Thread Rainer Stratmann
How can I get Lazarus working on the new Debian release? There is much information on the web and it seems like everybody says something different. I have a script here which works for the past release of Debian, but I don't know if it is still working. And what are keys good for? #!/bin/sh

[fpc-pascal] Re: Compiling FPC with DEBUG

2011-06-27 Thread Marcos Douglas
On Mon, Jun 27, 2011 at 4:34 PM, Marcos Douglas wrote: > Hi, > > I compile FPC with success using my tutorial: > http://wiki.freepascal.org/Installing_Lazarus#Compiling.2Finstalling_FPC_and_Lazarus_from_Sources_of_SVN_.28Win32.29 > > Questions: > 1- How can I compile all packages with DEBUG option

[fpc-pascal] Compiling FPC with DEBUG

2011-06-27 Thread Marcos Douglas
Hi, I compile FPC with success using my tutorial: http://wiki.freepascal.org/Installing_Lazarus#Compiling.2Finstalling_FPC_and_Lazarus_from_Sources_of_SVN_.28Win32.29 Questions: 1- How can I compile all packages with DEBUG option? 2- How can I compile just one package, eg fcl-xml, with DEBUG opti

Re: [fpc-pascal] Re: Variable export always uppercase?

2011-06-27 Thread Max Vlasov
On Mon, Jun 27, 2011 at 6:46 PM, leledumbo wrote: > http://www.freepascal.org/docs-html/prog/progsu137.html > Thanks, looks like var __errno: integer;cvar; in the interface section helped Max ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.

[fpc-pascal] Re: Variable export always uppercase?

2011-06-27 Thread leledumbo
http://www.freepascal.org/docs-html/prog/progsu137.html -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Variable-export-always-uppercase-tp4526051p4528671.html Sent from the Free Pascal - General mailing list archive at Nabble.com. ___