[fpc-devel] Minor error in ppudump from revision 2594

2006-06-24 Thread DSTRODT
In browsing through the latest changes to the ppudump program, I noticed something that looks to be an error. It causes any object/class with virtual method(s) to also be flagged as being "IsForward". The following patch corrects it   Index: ppudump.pp

[fpc-devel] Problems with WINDOWS define (Revision 2291)

2006-01-15 Thread DSTRODT
Revision 2291 adds a WINDOWS define for all Win platforms. I'm sure Florian had a very good reason for doing this but it seems to cause some problems for TP-compatible programs which already have some sort of mysterious meaning attached to that define (specifically, unzip, plex and pyacc). Th

Re: [fpc-devel] make cycle fails on win32

2005-12-15 Thread DSTRODT
Revision 1957 fixes this problem nicely. Thank you, Peter. As always, you're great!!   Dave ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] trunk/fcl/Makefile.fpc doesn't include db dir

2005-12-14 Thread DSTRODT
I'm having the same problem and submitted bug report #4605 about it   Vincent Snijders [EMAIL PROTECTED] wrote:   >Any news about the win32 make cycle problems?>C:/lazarus/source/fpc/2.1/compiler/ppc1.exe -Ur -Xs -OG2p3 -n -Fui386 -Fusystems > -FuC:/lazarus/source/fpc/2.1/rtl/units/i386-win32

[fpc-devel] Re: Errror making fpc: menus.pas(1079, 1) Fatal: Internal error 4321

2005-10-01 Thread DSTRODT
In a message dated 10/1/2005 5:01:25 A.M. Central Daylight Time, Bram Kuijvenhoven <[EMAIL PROTECTED]> writes: >Hi,>>When I try to make fpc from SVN sources, I get the following error.>>make fv_smart FPC=C:/svn/export/fpc/compiler/ppc386.exe RELEASE=1>make[1]: Entering directory `C:/s

Re: [fpc-devel] make install/make zipinstall .svn problem (windows)

2005-08-24 Thread DSTRODT
From: [EMAIL PROTECTED] (Marco van de Voort)>> When I try to run make install or make zipinstall from my fpc svn repository >>directory, I get the errors copied&pasted below. It seems somehow the .svn dirs >>were copied, and this causes porblems later on with the readonly files t

[fpc-devel] Re: removed MaxAvail,MemAvail,HeapSize

2005-05-29 Thread DSTRODT
In a message dated 5/23/2005 5:00:24 A.M. Central Daylight Time, Peter Vreman writes: {$ifdef fpc}const memavail=high(ptrint);maxavail=high(ptrint);{$endif} Peter, you are, indeed, a brilliant man!!! There is true beauty in simplicity. ___ fpc-

[fpc-devel] Problem with install/binw32

2005-02-22 Thread DSTRODT
It would appear that the set of win32 binaries that Peter installed in the install/binw32 directory of cvs on 2/7 contains a back-level version of a couple programs, as compared to the versions available from the binary download (1.9.6 released 1/1/2005). Specifically, the download version of

Re:[fpc-devel] FPC 1.9.6 (a.k.a. 2.0.0-RC1) is out

2005-01-12 Thread DSTRODT
In a message dated 1/2/2005 12:31:43 P.M. Central Standard Time,  [EMAIL PROTECTED] writes: The Free Pascal Team is pleased to announce that FPC version 1.9.6(or 2.0.0-RC1) is available and ready for download. Thanks, Michael.   Downloaded it this morning and it seems to be working nice

Re: [fpc-devel] Optimization error causes pyacc and plex to fail

2005-01-03 Thread DSTRODT
In a message dated 1/3/2005 9:02:50 A.M. Central Standard Time, [EMAIL PROTECTED] writes: > I downloaded the new binary release Michael posted this morning. The > versions in that exhibit the same behavior  > I re-ran all my tests with the same results. plex quits > way too early an

[fpc-devel] Optimization error causes pyacc and plex to fail

2005-01-01 Thread DSTRODT
Can't seem to get bug submission to work so I'm sending this here. The 1.9.x distributed binaries of plex and pyacc both fail, as well as any created from a 1.9.5 source snapshot. plex ends normally but only creates 2 states. pyacc fails with a RTE 216 on a move in procedure setunion of yaccba