So I’m trying to build NeuroLab on OS X. It builds and links, and I’ve written a script to munge the libraries’ names.
It crashed on start, due to a different order of static member initialization in libraries than on either Win32 or Linux. Fixed that.
Now it just randomly crashes deep in the Qt library, while drawing text. I can’t figure out how to point gdb to the Qt sources.