[fpc-devel] 2.5.1 doesn't build today

2011-01-30 Thread Thaddy

current trunk doesn't build. fails on pxlib
- make clean
- make all
- make zipinstall
Platform i-386-win32
OS XP sp3
Bootstrap 2.4.2
---
make[3]: Entering directory `C:/FPC/2.5.1/packages/pxlib'
make all LINKSMART=1 CREATESMART=1
make[4]: Entering directory `C:/FPC/2.5.1/packages/pxlib'
C:/FPC/2.5.1/compiler/ppc386.exe -XX -CX -Ur -Xs -O2 -n 
-FuC:/FPC/2.5.1/rtl/units/i386-win32 -FE. -F

Uunits/i386-win32 -di386 -dRELEASE src/pxlib.pp
make: Interrupt/Exception caught (code = 0xc005, addr = 0x7c90100b)
make[3]: *** [fpc_smart] Error 255
make[3]: Leaving directory `C:/FPC/2.5.1/packages/pxlib'
make[2]: *** [pxlib_smart] Error 2
make[2]: Leaving directory `C:/FPC/2.5.1/packages'
make[1]: *** [packages_smart] Error 2
make[1]: Leaving directory `C:/FPC/2.5.1'
make: *** [build-stamp.i386-win32] Error 2
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


[fpc-devel] 2.5.1 doesn't build

2010-12-03 Thread Thaddy
There seem to be a couple of stringresources missing in sqldb.pp latest 
checkout, make clean, make all


/FPC/2.5.1/packages/fcl-db/units/i386-win32 -di386 -dRELEASE sqldb.pp
sqldb.pp(765,32) Error: Identifier not found SCommitting
sqldb.pp(779,37) Error: Identifier not found SCommitRetaining
sqldb.pp(790,35) Error: Identifier not found SRollingBack
sqldb.pp(804,41) Error: Identifier not found SRollBackRetaining
sqldb.pp(2193) Fatal: There were 4 errors compiling module, stopping
Fatal: Compilation aborted
make[5]: *** [sqldb.ppu] Error 1
make[5]: Leaving directory `C:/FPC/2.5.1/packages/fcl-db/src/sqldb'
make[4]: *** [fpc_smart] Error 2
make[4]: Leaving directory `C:/FPC/2.5.1/packages/fcl-db/src/sqldb'
make[3]: *** [src/sqldb_smart] Error 2
make[3]: Leaving directory `C:/FPC/2.5.1/packages/fcl-db'
make[2]: *** [fcl-db_smart] Error 2
make[2]: Leaving directory `C:/FPC/2.5.1/packages'
make[1]: *** [packages_smart] Error 2
make[1]: Leaving directory `C:/FPC/2.5.1'
make: *** [build-stamp.i386-win32] Error 2

C:\FPC\2.5.1
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] 2.5.1 doesn't build

2010-12-03 Thread Vincent Snijders
2010/12/3 Thaddy tha...@thaddy.com:
 There seem to be a couple of stringresources missing in sqldb.pp latest
 checkout, make clean, make all

 /FPC/2.5.1/packages/fcl-db/units/i386-win32 -di386 -dRELEASE sqldb.pp
 sqldb.pp(765,32) Error: Identifier not found SCommitting
 sqldb.pp(779,37) Error: Identifier not found SCommitRetaining
 sqldb.pp(790,35) Error: Identifier not found SRollingBack
 sqldb.pp(804,41) Error: Identifier not found SRollBackRetaining
 sqldb.pp(2193) Fatal: There were 4 errors compiling module, stopping
 Fatal: Compilation aborted
 make[5]: *** [sqldb.ppu] Error 1
 make[5]: Leaving directory `C:/FPC/2.5.1/packages/fcl-db/src/sqldb'
 make[4]: *** [fpc_smart] Error 2
 make[4]: Leaving directory `C:/FPC/2.5.1/packages/fcl-db/src/sqldb'
 make[3]: *** [src/sqldb_smart] Error 2
 make[3]: Leaving directory `C:/FPC/2.5.1/packages/fcl-db'
 make[2]: *** [fcl-db_smart] Error 2
 make[2]: Leaving directory `C:/FPC/2.5.1/packages'
 make[1]: *** [packages_smart] Error 2
 make[1]: Leaving directory `C:/FPC/2.5.1'
 make: *** [build-stamp.i386-win32] Error 2


Is that with r16499 or later?
http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revrevision=16499

Vincent
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] 2.5.1 doesn't build

2010-12-03 Thread Michael Van Canneyt



On Fri, 3 Dec 2010, Thaddy wrote:

There seem to be a couple of stringresources missing in sqldb.pp latest 
checkout, make clean, make all


The resourcestrings are in dbconst, and I forgot to commit that. This has been 
fixed meanwhile.

Michael.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] 2.5.1 doesn't build

2010-12-03 Thread Thaddy


The resourcestrings are in dbconst, and I forgot to commit that. This 
has been fixed meanwhile.

Tnx
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel