Re: [fpc-devel] Several problems compiling fpc 2.1.1

2005-10-04 Thread Vincent Snijders
Vincent Snijders wrote: Hi, None of my nightly builds seem to succeed with svn/fpc/trunk. snip On another linux computer make cycle fails. ppc1 is created, but when executing /home/fpcfan/rpmbuild/BUILD/fpc/compiler/ppc1 -iVSPTPSOTO it just hangs (using all available cpu time). I did a

Re: [fpc-devel] Several problems compiling fpc 2.1.1

2005-10-04 Thread Peter Vreman
`/home/vsds/lazarus/source/fpc/2.1/packages/base/paszlib' /bin/mkdir -p units/i386-linux /home/vsds/lazarus/source/fpc/2.1/compiler/ppc386 -Ur -Xs -OG2p3 -n -Fu/home/vsds/lazarus/source/fpc/2.1/rtl/units/i386-linux -FE. -FUunits/i386-linux -gv -di386 -dRELEASE paszlib.pas trees.pas(335,1)

Re: [fpc-devel] Several problems compiling fpc 2.1.1

2005-10-04 Thread Peter Vreman
Vincent Snijders wrote: Hi, None of my nightly builds seem to succeed with svn/fpc/trunk. snip On another linux computer make cycle fails. ppc1 is created, but when executing /home/fpcfan/rpmbuild/BUILD/fpc/compiler/ppc1 -iVSPTPSOTO it just hangs (using all available cpu time). I did a

Re: [fpc-devel] Several problems compiling fpc 2.1.1

2005-10-04 Thread Vincent Snijders
Peter Vreman wrote: Vincent Snijders wrote: Hi, None of my nightly builds seem to succeed with svn/fpc/trunk. snip Unable to reproduce this. The program itself has ended. What kernel version is used? And what is the result of a strace if you add {$linklib c} in pp.pas and try to run a

RE: [fpc-devel] Several problems compiling fpc 2.1.1

2005-10-04 Thread Lee, John
Strange, I too get the error in h2pas in dbf_lang on the v211 go32v2 and win32 snapshots respectively for today (see email logs). Regards John --- Peter Vreman wrote: Vincent Snijders wrote: Hi, None of my nightly builds seem to succeed with svn/fpc/trunk. snip

[fpc-devel] Problems with variants calling convenction

2005-10-04 Thread petr . kristan
Please, is here anybody who can help me with variants internals? I have still problems with VariantArrays and calling convenctions. Example: function A(): Variant; begin end; var V: variant; begin V:=A(); end; Why Result of the function a() is'nt a pointer to variable V, but is copied

Re: [fpc-devel] Problems with variants calling convenction

2005-10-04 Thread petr . kristan
On Tue, Oct 04, 2005 at 03:04:43PM +0200, [EMAIL PROTECTED] wrote: Please, is here anybody who can help me with variants internals? I have still problems with VariantArrays and calling convenctions. Example: function A(): Variant; begin end; var V: variant; begin V:=A();

Re: [fpc-devel] Several problems compiling fpc 2.1.1

2005-10-04 Thread Peter Vreman
-Fu/home/fpcfan/rpmbuild/BUILD/fpc/rtl/units/i386-linux -FE. -FU/home/fpcfan/rpmbuild/BUILD/fpc/fcl/units/i386-linux -di386 -dRELEASE dbf.pas dbf_lang.pas(494,23) Error: Incompatible types: got LongInt expected AnsiString dbf_lang.pas(640) Fatal: There were 1 errors compiling module,

Re: [fpc-devel] Several problems compiling fpc 2.1.1

2005-10-04 Thread Peter Vreman
`/home/vsds/lazarus/source/fpc/2.1/packages/base/paszlib' /bin/mkdir -p units/i386-linux /home/vsds/lazarus/source/fpc/2.1/compiler/ppc386 -Ur -Xs -OG2p3 -n -Fu/home/vsds/lazarus/source/fpc/2.1/rtl/units/i386-linux -FE. -FUunits/i386-linux -gv -di386 -dRELEASE paszlib.pas trees.pas(335,1)