Changes between Initial Version and Version 1 of Ticket #50199


Ignore:
Timestamp:
Jan 3, 2016, 9:37:40 PM (8 years ago)
Author:
dbevans (David B. Evans)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50199 – Description

    initial v1  
    11I ran into this issue when testing p5-graphics-gnuplotif.
    22
    3 When building using the +wxwidgets variant (default), gnuplot will use gtk2 if available and enable "gdk/gtk tweaks" to the configuration.  This could be fixed by adding a dependency on gtk2 but that may not what you want here.  The alternative seems to be patching or otherwise overriding configure.in to disable this behavior -- there's no configuration option to do this for you.
     3When building using the +wxwidgets variant (default), gnuplot will use gtk2 if available and enable "gdk/gtk tweaks" to the configuration.  This could be fixed by adding a dependency on gtk2 but that may not be what you want here.  The alternative seems to be patching or otherwise overriding configure.in to disable this behavior -- there's no configuration option to do this for you.
    44
    55Here's the relevant section of configure.in: