RE: [fpc-pascal] Build FP Ide with GDB support

2007-01-04 Thread Lee, John
You can find all fpc versions versions of the libgdb*.zips (they contain all the .a files needed) on the freepascal ftp site /contribs/libgdb/... The ones used for v2.0.4 were mostly v6.2.1 probably for linux eg for windows IIRC. You have to unzip the appropriate libgdb into the appropriate

RE: [fpc-pascal] THashedStringList vs TFPHashTable

2006-09-27 Thread Lee, John
Not in cutils.pas - found them in compiler/cclasses.pas. J At 16:00 27-9-2006, you wrote: Hi, Is TFPHashTable the same as Delphi's THashedStringList? I am looking for a List class that can hold large amounts of objects with a ID string associated for quick lookups. For the

RE: [fpc-pascal] Win32 Build Errors

2006-09-21 Thread Lee, John
Does this mean we can't do snapshot on win32? Is there a fix planned? Eg couldn't we write a fpc version of cp - guess this would only be a few lines or is it more complicated than this? Regards John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter

RE: [fpc-pascal] Compiling the compiler

2006-07-25 Thread Lee, John
This is a known error - I get it too - but I only get when using the v2.1.1 compiler to start make. Do you get it when starting with the v2.0.2 release compiler released too? What about trying a snapshot of v20 compiler eg base_go32_v20.zip or similar. You can get more info with opt=-va on CL

RE: [fpc-pascal] Compiling the compiler

2006-07-24 Thread Lee, John
Suggest you read these links - but from memory this is what you do. As was said before the utils are not included in snapshots- usually it's just the minimum there. A) you need to download the latest go32v2 release which is 2.0.2 eg from ftpmaster.freepascal.org or another ftp site, from

RE: [fpc-pascal] Compiling for DOS

2005-11-12 Thread Lee, John
Felipe, I use Win ME to make go32v2, v2.0.3 and v2.1.1 so this should work ok. I've also used win9se in the past. I produce daily snapshots of these. See ftp.freepascal.org\ snapshots\v20 v21, so you can download these try them out. Regards John -Original Message- From:

RE: [fpc-pascal] Migrating MW objects definitions

2005-10-07 Thread Lee, John
FYI the latest Win32 v2.1.1 snapshot on ftp freepascal.org was last night contains all source changes up to then. John If you downloaded a snapshot, the reason is probably that it was added after that snapshot was created. This e-mail and any attachment is for authorised use by the

RE: [fpc-pascal] Migrating MW objects definitions

2005-10-07 Thread Lee, John
, Lee, John wrote: FYI the latest Win32 v2.1.1 snapshot on ftp freepascal.org was last night contains all source changes up to then. John That does not help for people using Mac OS X (which is where most MacPas users are). Jonas ___ fpc

RE: [fpc-pascal] Pointers

2005-07-28 Thread Lee, John
As Vinzent says there are some problems with the dos (go32v2) - not sure that these are bad enough to prevent us doing a v2.0.x release shortly - the compiler rtl seem to be fine. Anyway in the meantime the _daily_ dos v2.0.1 snapshot which has release + fixes functionality and the v2.1.1

RE: [fpc-pascal] make install error

2005-07-07 Thread Lee, John
make cycle and make zipinstall both work fine here (today) on win32 v2.1.1 and v2.0.1 using fpc.zip in ftp... snapshot/source . If you want the runnable binaries the daily snapshots are now working again too...on ftp.../snapshot/v21/ or /v20 in fpc-*.zip (whole thing including ide), base*.zip

RE: [fpc-pascal] FPC version 2.0.0 officially released.

2005-05-16 Thread Lee, John
There is a v2.0.0 version of go32v2 and will, I hope, be v2.x versions too. When things have settled after the v2.0 release, I'll be making these available as daily snapshots on ftp.freepascal.org in .../snapshots. The v2.0 compiler has the same functionality as the rest of fpc v2.0 works ok,

RE: [fpc-pascal](no subject)

2004-06-28 Thread Lee, John
You may have looked at this already, but can't you run win 9x of some sort eg 98. This can be quite cheap 10e or thereabouts...My guess is this'll run on a 486/pentium with 1? G disk, 16? M memory -then use dos (or even win32) fpc...This'll give you 'multitasking' of a sort and be easier to

RE: Re[4]: [fpc-pascal]there is a problem in fpc daily binary snapshot

2004-06-23 Thread Lee, John
I´m on holiday at present - back 28th so I´ll get snapshots for go32 win32 going again then. Regards John -Original Message- From: Cristiano Magro To: [EMAIL PROTECTED] Sent: 23/06/2004 14:57 Subject: Re[4]: [fpc-pascal]there is a problem in fpc daily binary snapshot Ciao Peter,

RE: [fpc-pascal]Cross-Compiling Debian/Linux - FreeBSD

2003-10-08 Thread Lee, John
Marco, there isn't much documentation for xcomp around... suggest you put the info in this email, and a link http://www.stack.nl/~marcov/buildfaq.pdf or a copy of the document into ftp:\...contrib\cross\ eg in a readme? Regards John For more info about this kind of tricks

RE: [fpc-pascal]No runtime range checking?

2003-10-02 Thread Lee, John
Did you turn it on when you compiled... default is off. J FPC doesn't even complain about range exceeded whether during compilation or runtime... isn't this an egregious violation of Pascal's strict typing philosophy? Does Turbo Pascal/Delphi behave this way as well? This e-mail and any

RE: [fpc-pascal]No runtime range checking?

2003-10-02 Thread Lee, John
You might want to put -gl in there too, so if there is run time error it tells you where...J FPC doesn't even complain about range exceeded whether during compilation or runtime... isn't this an egregious violation of Pascal's strict typing philosophy? Does Turbo Pascal/Delphi behave this

RE: [fpc-pascal]Need packages.zip , link is down.

2003-07-09 Thread Lee, John
You can get the whole of the current v10 or v11 source from ftp.freepascal.org/pub/fpc/snapshot/v11/source or /v10/source in fpc.zip, or you can get packages.zip from these directories too... The ftp site has been down for a few days but seems ok at the moment. hth Regards John -Original

RE: [fpc-pascal] fpc for win98

2003-03-17 Thread Lee, John
Win32 or dos (go32v2) fpcwork perfectly well on win98.I run them on win95 win me. Suggest you use the latest release v1.0.6, available from the many mirror sites. The completedownloadsfor win32 and dos are about 15-20 Mbytes in size.If you only want to compile, link run (ie you don't

RE: [fpc-pascal]Do you know fpmath

2003-03-14 Thread Lee, John
Why don't we suggest to the author that he puts info into our contib units? Or put info in there anyway? J -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 14:55 To: [EMAIL PROTECTED] Subject: Re: [fpc-pascal]Do you know fpmath Ramom

RE: [fpc-pascal](no subject)

2003-03-14 Thread Lee, John
This question isn't very easy to answer - there is no information in it. Please try to be more precise! We can help youif you give us some information eg what operating system are you using, what are you trying to do compile run, or debug? What did you download? What were the error

[fpc-pascal]reporting faults

2003-02-14 Thread Lee, John
Hello everyone...Just a reminder that it's always good to hear from you about faults in fpc because this helps to make it better, and you can report these via the web site interface, or using these [fpc-pascal] [fpc-devel] mailing lists. We are approaching in the next few weeks/months a new

RE: [fpc-pascal]FPC Error! :(

2003-02-13 Thread Lee, John
This isn't enought info! A bit more info needed eg what version/flavour of fpc, date, what source are you compiling...Regards John -Original Message- From: James Mills [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 17:21 To: [EMAIL PROTECTED] Subject: [fpc-pascal]FPC Error!