|
From: Hans-Bernhard B. <HBB...@t-...> - 2015-12-09 23:28:43
|
Am 09.12.2015 um 19:35 schrieb Mojca Miklavec: > On 9 December 2015 at 16:23, Hans-Bernhard Bröker wrote: >> But there are more problems waiting >> to be found, including lots of unresolved reference into QString. > > For me the rest worked out of the box. Interesting. This gave me reason to re-examine the root cause of these problems. Turns out that (at least on this platform), the only change needed to get it to build was adding "-fno-exceptions" to the CXXFLAGS. Now I'm stuck at the old "Could not connect to existing gnuplot_qt, starting a new one", and "Warning: slow font initialization" nuisance. But since that's the same between GCC and clang builds, I'll chalk that on up to Qt itself. >>> but the program crashes anyway (on exit at least) if I don't compile >>> it against libc++ (rather than libstdc++). "Crashes" is rather a small amount of information. Could you dig a little deeper, preferrably using the debugger? |