Hi,
I downloaded and extracted both 0.9.30 and 0.9.30.2RC sources. I have FPC 2.4.4 installed (both binary and sources)
I issue a make clean all, compilation finishes successfully. But when I try to start lazarus, I get these.
(lazarus:15521): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
[FORMS.PP] ExceptionOccurred
Sender=EInvalidOp
Exception=Invalid floating point operation
Stack trace:
$00007FDC9A24F684
TApplication.HandleException Invalid floating point operation
Stack trace:
$00007FDC9A24F684
[FORMS.PP] ExceptionOccurred
I am on Archlinux 64, FPC compiles programs successfully and I can run them. (I only tried simple command line examples though)
What can be wrong?
Thanks.