|
From: Mojca M. <moj...@gm...> - 2012-03-12 03:19:42
|
On Fri, Mar 9, 2012 at 05:50, sfeam (Ethan Merritt) wrote:
> I have uploaded a tarball for the 4.6.0 release to SourceForge,
> along with the planned release announcement and a PDF copy of the
> User Manual. These should propagate to mirrors by tomorrow.
>
> You are welcome to test it now, and let me know if you encounter
> any problems.
I finally managed to compile Qt after patching gnuplot configuration a
bit. Here's a simple test that segfaults:
Terminal type set to 'aqua'
gnuplot> set term wxt
Terminal type set to 'wxt'
Options are '0'
gnuplot> plot sin(x)
gnuplot> set term qt
Terminal type set to 'qt'
The qt terminal cannot be used in a wxt session
gnuplot> exit
Segmentation fault: 11
Mojca
|