Op vrijdag 23-11-2007 om 09:43 uur [tijdzone +0100], schreef Alvise Nicoletti: > Joost van der Sluis ha scritto: > > Op woensdag 21-11-2007 om 12:26 uur [tijdzone +0100], schreef Alvise > > Nicoletti: > > > >> Joost van der Sluis ha scritto: > >> > >>> Op vrijdag 16-11-2007 om 10:14 uur [tijdzone +0100], schreef Alvise > >>> Nicoletti: > >>> > >>> > >>>> However: no problem to downgrade a little, but didn't you said me > >>>> once > >>>> that to use sqldb on linux 64 bit I have to use at least 2.2 ? > >>>> The last time I was with an older version of fpc I had the "could not > >>>> connect" error... > >>>> > >>>> > >>> I meant that it's fixed in 2.2.1 now > >>> > >>> Joost > >>> > >>> > >> Hi... > >> > >> I svn-updated today (from > >> //svn.freepascal.org/svn/fpc/branches/fixes_2_2) and, recompiling with > >> the sql query that select a DECIMAL column, I still get the exception > >> "Invalid field size" even if I don't fetch it. > >> > >> Before re-compiling the application I did only a "compile after a clean" > >> of the SQLdbLaz component, should I have done something else (like a > >> rebuild of the ide)? > >> > > > > Make sure that the right compiler is used. Look in the > > environment-options which compiler is used, and do a -v to ask the > > compiler version and date > > > Sorry... so I have to re-make the compiler with the > make clean > make all > make install > procedure?
Yes. > In the past, updating svn and recompilie the IDE was enough to "import" > the bugfixes.... however I'm using that as compiler: > /usr/lib/fpc/2.2.1/ppcx64 > # /usr/lib/fpc/2.2.1/ppcx64 -V > Free Pascal Compiler version 2.2.1 [2007/11/05] for x86_64 > Copyright (c) 1993-2007 by Florian Klaempfl If there are bugfixes for the IDE, that's ok. If you have updated your compiler, you have to recompile the compiler. Joost _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
