Re: [fpc-devel] build unit dependency list

2006-08-08 Thread Vincent Snijders
Mario R. Carro wrote: On Saturday 05 August 2006 10:39, Peter Vreman wrote: At 14:53 4-8-2006, you wrote: Hi, I have a few hand made makefiles for some (up to now) Delphi projects that I use to build the releases. I would want to be able to automagically generate the dependencies for the unit

Fwd: Re: [fpc-devel] build unit dependency list

2006-08-08 Thread Mario R. Carro
> On Fri, 4 Aug 2006 09:53:00 -0300 > > "Mario R. Carro" <[EMAIL PROTECTED]> wrote: > > Hi, I have a few hand made makefiles for some (up to now) Delphi projects > > that I use to build the releases. I would want to be able to > > automagically generate the dependencies for the units in the project

Re: [fpc-devel] build unit dependency list

2006-08-08 Thread Mario R. Carro
On Saturday 05 August 2006 10:39, Peter Vreman wrote: > At 14:53 4-8-2006, you wrote: > >Hi, I have a few hand made makefiles for some (up to now) Delphi > >projects that > >I use to build the releases. I would want to be able to automagically > >generate the dependencies for the units in the proje

[fpc-devel] Two questions regarding errorxxxx.msg

2006-08-08 Thread ik
Hi, I'm trying to translate the following error message, but I do not understand it, and I wonder if you could help me out: unit_u_no_reload_is_caller=10049_U_No reload, is caller: $1 % When you use the \var{-vu} flag, the compiler warns that it % has will not reload the unit because it is the u

Re: [fpc-devel] Borland's new product line up

2006-08-08 Thread Daniël Mantione
Op Tue, 8 Aug 2006, schreef Alexsander Rosa: > A free downloadable version? Borland has done this before; for example I remember free Kylix and C++ downloads. The reason is simple: Amateurs help a lot in making a technology useable in the enterprise. This was the case with Turbo Pascal and D

Re: [fpc-devel] Borland's new product line up

2006-08-08 Thread Alexsander Rosa
"The Turbo product set includes Turbo Delphi(r) for Win32, Turbo Delphi for .NET(r), Turbo C++(r) and Turbo C#(r). Each version will be available in two editions: Turbo Explorer, a free downloadable version, and Turbo Professional, a version priced less than $500 which is designed to accept thousa

Re: [fpc-devel] Borland's new product line up

2006-08-08 Thread Leonardo M. Ram
Good news!, i hope the new Delphi will be smaller than bds2006. --- Daniël Mantione <[EMAIL PROTECTED]> wrote: > > http://www.turboexplorer.com > > The Turbo brand is back! > > Daniël> ___ > fpc-devel maillist - fpc-devel@lists.freepascal.org > h

Re: [fpc-devel] Re: native compiler for ARM

2006-08-08 Thread Florian Klaempfl
Alexander Todorov wrote: We do not have a system that is powerfull enough (enough memory) to build one. You need 64mb at minimum to build the compiler and even that will be tight. Is it possible to be done with less amount of memory and large swap space? Not really, it takes hours then. B

[fpc-devel] Borland's new product line up

2006-08-08 Thread Daniël Mantione
http://www.turboexplorer.com The Turbo brand is back! Daniël___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] IDE segfaults at startup

2006-08-08 Thread Stefan Kisdaroczi
Hi, the IDE segfaults (SIGSEGV) on startup on my System. I have the problem with fpc on amd64/linux/debian and didnt test on other systems. The strange thing is, that I know a way to start the ide which works, but I dont find the problem. I normally have only the Debian Package installed, but f

Re: [fpc-devel] Re: native compiler for ARM

2006-08-08 Thread Daniël Mantione
Op Tue, 8 Aug 2006, schreef Alexander Todorov: > > We do not have a system that is powerfull enough (enough memory) to build > > one. You need 64mb at minimum to build the compiler and even that will be > > tight. > > Is it possible to be done with less amount of memory and large swap space? T

[fpc-devel] Re: native compiler for ARM

2006-08-08 Thread Alexander Todorov
We do not have a system that is powerfull enough (enough memory) to build one. You need 64mb at minimum to build the compiler and even that will be tight. Is it possible to be done with less amount of memory and large swap space? By the way, I haven't received test reports about the 2.0.4rc c

Re: [fpc-devel] native compiler for ARM

2006-08-08 Thread Daniël Mantione
Op Tue, 8 Aug 2006, schreef Alexander Todorov: > Hello list, > I am wondering why there isn't native compiler/ide fro ARM but just > cross-compiler? > What is the problem for missing that? Any readings about compiler > internals and different targets are more that welcome! We do not have a syst

Re: [fpc-devel] native compiler for ARM

2006-08-08 Thread Jonas Maebe
On 8 aug 2006, at 10:04, Alexander Todorov wrote: I am wondering why there isn't native compiler/ide fro ARM but just cross-compiler? What is the problem for missing that? Most arm systems aren't powerful enough (mainly concerning the amount of available memory) to run the compiler. Jona

[fpc-devel] native compiler for ARM

2006-08-08 Thread Alexander Todorov
Hello list, I am wondering why there isn't native compiler/ide fro ARM but just cross-compiler? What is the problem for missing that? Any readings about compiler internals and different targets are more that welcome! Thanks. ___ fpc-devel maillist - f