[fpc-devel]path problems in lastest fpc snap

2004-07-24 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]gdb issue

2004-07-24 Thread Rimgaudas Laucius
Hi, i tried to view integer variable value in binary mode using gdb (5.2.1, windows, fpc1010 ) command "p /t i". But it shows nothing. Does anyone else come across this issue or i am doing something wrong?

Re: [fpc-devel]path problems in lastest fpc snap

2004-07-24 Thread Jonas Maebe
On 24 jul 2004, at 16:31, [EMAIL PROTECTED] wrote: 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:

[fpc-devel]Fixes for interbase/db

2004-07-24 Thread Joost van der Sluis
Hi all, i have some fixes for the database implementation in FCL. Changes in interbase.pp: * Removed unused Fprepared * Changed the error message 'database connect string not filled in' to 'database connect string (databasename) not filled in' * Preparestatement and

Re: [fpc-devel]path problems in lastest fpc snap

2004-07-24 Thread rstar
The snap should contain the latest units!??? Jonas Maebe wrote: On 24 jul 2004, at 16:31, [EMAIL PROTECTED] wrote: 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.

Re: [fpc-devel]path problems in lastest fpc snap

2004-07-24 Thread Jonas Maebe
On 24 jul 2004, at 17:45, [EMAIL PROTECTED] wrote: The snap should contain the latest units!??? It does, but they don't overwrite the units installed by your release (not under *nix anyway, I don't know about the win32 version). As such, the new compiler is probably still trying to use old

Re: [fpc-devel]Fixes for interbase/db

2004-07-24 Thread Joost van der Sluis
i have some fixes for the database implementation in FCL. Ok, since my development-machine had no internet-connection i've made the patch files myself, but the database.diff wasn't correct. Here are the right ones. -- Joost van der Sluis [EMAIL PROTECTED] CNOC Index: database.inc

[fpc-devel]CVS Broken?

2004-07-24 Thread Joost van der Sluis
Hi all, I can't compile the current CVS version? There's a problem in fcl/db/dbase. It won't compile and then a 'make install' fails... -- Joost van der Sluis [EMAIL PROTECTED] CNOC ___ fpc-devel maillist - [EMAIL PROTECTED]

[fpc-devel]MySQL component installation

2004-07-24 Thread Christopher Kirkpatrick
I have been trying to install the MySQLLaz package into my Lazarus system. It compiles OK, but on linking I get the following errors: ...undefined reference to `mysql_connect' ...undefined reference to `mysql_create_db' ...undefined reference to `mysql_drop_db' error while linking This is