Re: [fpc-devel] StrToDateTime issue

2008-06-05 Thread Michael Van Canneyt
On Wed, 4 Jun 2008, Joao Morais wrote: Joao Morais wrote: Michael Van Canneyt wrote: A patch is welcome. Here it is. This patch fixes a misbehaviour when space is left in front of the date or time, as well as call StrToTime if only a time is provided. Remember. Applied.

[fpc-devel] Build of fpc 2.2.3 on powerpc-darwin failed

2008-06-05 Thread Vincent Snijders
I get an internal error when I do a make all in powerpc-darwin. Vincent make -C gtk2 install /Users/fpcfan/tmp/build/fpc/fpcsrc/compiler/ppcppc -Ppowerpc -Ur -Xs -O2 -n -Fusrc -Fusrc/glib -Fusrc/atk -Fusrc/pango -Fusrc/gtk+/gdk-pixbuf -Fusrc/gtk+/gdk -Fusrc/gtk+/gtk -Fusrc/libglade

Re: [fpc-devel] Build of fpc 2.2.3 on powerpc-darwin failed

2008-06-05 Thread Vincent Snijders
Vincent Snijders schreef: I get an internal error when I do a make all in powerpc-darwin. Hmm, it is a bit more complicated. Host is i386-darwin, target in powerpc-darwin. Build command is: make all PP=/Users/fpcfan/tmp/build/fpc/fpcsrc/compiler/ppc386 CPU_TARGET=powerpc in the root of an

Re: [fpc-devel] Build of fpc 2.2.3 on powerpc-darwin failed

2008-06-05 Thread Florian Klaempfl
Tomas Hajny schrieb: On Thu, June 5, 2008 11:56, Vincent Snijders wrote: I get an internal error when I do a make all in powerpc-darwin. Vincent make -C gtk2 install /Users/fpcfan/tmp/build/fpc/fpcsrc/compiler/ppcppc -Ppowerpc -Ur -Xs -O2 -n -Fusrc -Fusrc/glib -Fusrc/atk -Fusrc/pango

Re: [fpc-devel] I get duplicate GUIDs under Linux

2008-06-05 Thread Thaddy de Koning
Why can't FPC automatically call randomize() in the RTL. Put it in some initialization section. That way, at application startup, randomize() is already called and only Random() needs to be used? Please not! This would hamper all kinds of scientific, statistical and financial modelling. For