Re: [fpc-pascal] Comppiling FPC Under FreeBSD 6.2-RC1

2006-12-06 Thread Vincent Snijders
Wolfe, Robert schreef: I was wondering if I could not just do a 'make build freebsd' to help out here? Try using gnu make: gmake build Vincent ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listin

RE: [fpc-pascal] Comppiling FPC Under FreeBSD 6.2-RC1

2006-12-06 Thread Wolfe, Robert
I was wondering if I could not just do a 'make build freebsd' to help out here? Robert Wolfe, MCSE/RHCE, Survey Research and Data Acquisition Resource Department of Health Behavior; Roswell Park Cancer Institute [EMAIL PROTECTED] From

[fpc-pascal] Comppiling FPC Under FreeBSD 6.2-RC1

2006-12-06 Thread Wolfe, Robert
Hi all! When aattempting to compile the latest sources from SVN, I get the following: $ make build Error expanding embedded variable. Any suggestions? Robert Wolfe, MCSE/RHCE, Survey Research and Data Acquisition Resource Department of Health Behavior; Roswell Park Cancer Institute [EMAIL PR

[fpc-pascal] The December 6th build of FreePascal v2.1.1

2006-12-06 Thread Wolfe, Robert
The December 6th build of FreePascal v2.1.1 for Sparc Linux can now be had from: http://www.net261.com:85/pages/robert/software/fpc/ I will also be making available v2.1.1 for FreeBSD 6.2-RC1 available on that site as well once I get it compiled. Robert Wolfe, MCSE/RHCE, Survey Research and

Re: [fpc-pascal] For Daniel: Web Site translation

2006-12-06 Thread Daniël Mantione
Op Wed, 6 Dec 2006, schreef Tiziano_mk: > When will we be able to translate the FAQ page? Well, I'm currently mostly working on all the download pages, but if you like I can start on the FAQ. I'll make a start today. Daniël___ fpc-pascal maillist -

[fpc-pascal] For Daniel: Web Site translation

2006-12-06 Thread Tiziano_mk
When will we be able to translate the FAQ page? bye tiziano ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] TProcess.Terminate leaves all children

2006-12-06 Thread Michael Van Canneyt
On Tue, 5 Dec 2006, Sverrir Valgeirsson wrote: > Hi. > I am using the TProcess class in an application I'm writing on Windows 2000, > and I've noticed that it only kills the actual process it points to when the > Terminate() method is called, and leaves all children of that process running. > >