[fpc-devel]daily snapshot check: make process broken

2004-08-07 Thread rstar
D:\Lazarusmake make -C lcl all make[1]: Entering directory `D:/Lazarus/lcl' d:/fpc/bin/win32/rm.exe -f units/i386/win32/alllclunits.ppu d:/fpc/bin/win32/ppc386.exe -gl -Fu. -Fuwidgetset -Fiinclude -FUunits/i386/win32 -di386 alllclunits.pp Hint: End of reading config file d:\fpc\bin\win32\fpc.cfg

[fpc-devel]DateSeparator

2004-08-07 Thread Tony Maro
The DateSeparator is defined in sysinth.inc as Const { Character to be put between date, month and year } DateSeparator: char = '-'; { Format used for short date notation } ShortDateFormat: string = 'd/m/y'; { Format used for long date notation } LongDateFormat: string = 'dd

Re: [fpc-devel]DateSeparator

2004-08-07 Thread Marco van de Voort
The DateSeparator is defined in sysinth.inc as Const { Character to be put between date, month and year } DateSeparator: char = '-'; As said on IRC, I suspect this is a 1.0.10 issue. (1.9.x bootstrapping with 1.0.x I mean), since IIRC 1.0.x doesn't support var x : tx = vx;