Re: [lazarus] SVN 9232 fails during compile

2006-05-03 Thread Micha Nelissen

Yoyong Hernan wrote:

Hi All,

D:\Projects\pascal\lazarusmake
Compiling LCLType.pp
LCLType.pp(880,16) Error: Identifier not found ULONG_PTR
LCLType.pp(880,25) Error: Error in type definition


Ah, I only checked compilation with 2.0.3. ULONG_PTR = PtrUInt, will fix 
this tonight.


Micha

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] SVN 9232 fails during compile

2006-05-03 Thread Yoyong Hernan

Micha Nelissen wrote:

Yoyong Hernan wrote:

Hi All,

D:\Projects\pascal\lazarusmake
Compiling LCLType.pp
LCLType.pp(880,16) Error: Identifier not found ULONG_PTR
LCLType.pp(880,25) Error: Error in type definition


Ah, I only checked compilation with 2.0.3. ULONG_PTR = PtrUInt, will 
fix this tonight.


Micha





As a side question, do i have to use 2.0.3 or 2.0.2 is just fine? I am 
running in Windows  XP Pro Sp2


_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] SVN 9232 fails during compile

2006-05-03 Thread Micha Nelissen

Yoyong Hernan wrote:
As a side question, do i have to use 2.0.3 or 2.0.2 is just fine? I am 
running in Windows  XP Pro Sp2


Lazarus releases must compile with the latest fpc release. We try to 
keep lazarus SVN also compilable with latest fpc release but sometimes 
it gets broken by accident, like now.


Micha

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] SVN 9232 fails during compile

2006-05-02 Thread Yoyong Hernan

Hi All,

SVN 9232 fails during compile, can anyone check? Below is the log

D:\Projects\pascal\lazarusmake
makefile:3740: warning: overriding commands for target `examples'
makefile:3702: warning: ignoring old commands for target `examples'
make -C lcl all
make[1]: Entering directory `D:/Projects/pascal/lazarus/lcl'
C:/FPC/2.0.2/bin/i386-win32/rm.exe -f units/i386-win32/alllclunits.ppu
C:/FPC/2.0.2/bin/i386-win32/gmkdir.exe -p units/i386-win32
C:/FPC/2.0.2/bin/i386-win32/ppc386.exe -gl -Fu. -Fuforms -Fuwidgetset 
-Fiinclude

-FE. -FUunits/i386-win32 -di386 alllclunits.pp
Free Pascal Compiler version 2.0.2 [2005/11/26] for i386
Copyright (c) 1993-2005 by Florian Klaempfl
Target OS: Win32 for i386
Compiling alllclunits.pp
Compiling LCLStrConsts.pas
Writing Resource String Table file: LCLStrConsts.rst
Compiling FPCAdds.pas
Compiling LazLinkedList.pas
Compiling DynHashArray.pp
Compiling LCLProc.pas
Compiling AvgLvlTree.pas
Compiling FileUtil.pas
Compiling LCLType.pp
LCLType.pp(880,16) Error: Identifier not found ULONG_PTR
LCLType.pp(880,25) Error: Error in type definition
LCLType.pp(909,16) Error: Identifier not found ULONG_PTR
LCLType.pp(909,25) Error: Error in type definition
LCLType.pp(2216,1) Fatal: There were 4 errors compiling module, stopping
LCLType.pp(63,12) Fatal: Compilation aborted
make[1]: *** [alllclunits.ppu] Error 1
make[1]: Leaving directory `D:/Projects/pascal/lazarus/lcl'
make: *** [lcl] Error 2

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives