Today I tested Lazarus 1.6RC1 and FPC 3.0 on Mac OS X (10.11 El Capitan).
The good news is that all my complete programs compile and run flawlessly, although some of them are rather big projects.
The bad news is that I have problems with fpcunit. I prefer test-driven development, but all unit test projects fail right in the beginning with the error message
Unable to create file "<project>.fpcunit.ini". (see attachment for an example).
I do unit testing with fpcunit for years now, but I was never aware of any .ini file. How can I get fpcunit to create one - or can I completely switch off this functionality? I am even not sure, if this is an issue with Lazarus 1.6RC1 or with FPC 3.0.
Edit:In the meanwhile I found out that this is a Lazarus issue. It results from a line that has been inserted in the unit file
guitestrunner.pas. I created a bug report (#
29283) and uploaded a patch there, which resolves the issue on Mac OS X.
Lazarus 1.6RC1 runs like a charm now.
