|
From: Mojca M. <moj...@gm...> - 2012-01-03 09:55:33
|
On Tue, Jan 3, 2012 at 01:32, sfeam (Ethan Merritt) wrote: > > So my list of must-fix-for-4.6 items is now empty. > > Does anyone know of issues that should be addressed before putting > out a version 4.6.rc1 release candidate? Qt terminal doesn't work on Mac OS X, but I don't know if you plan to fix this before 4.6 on not. There are at least the following issues: - configure script is unable to find Qt (it should be easy enough to check for at least one more default location; I don't know how to work with autotools, but I can tell which flags are needed) - MOC and UIC are set to an empty string; here "moc" and "uic" commands work fine, but I don't know why configure script doesn't find them - if I fix the two above, qt terminal compiles fine, but I cannot plot anything: Terminal type set to 'qt' gnuplot> plot sin(x) The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec(). Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug. The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec(). Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug. The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec(). Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug. The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec(). /.../ Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug. (I'm willing to provide information and test, but I don't know how to write patches for configure scripts.) Mojca |