Changes between Initial Version and Version 1 of Ticket #50199, comment 4


Ignore:
Timestamp:
Jan 4, 2016, 8:58:51 AM (8 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50199, comment 4

    initial v1  
    1313Ethan, `pkg-config` works ok and finds the right flags for GTK 2. The problem is that users here don't want to link against GTK at all because wxWigets use the Cocoa backend on OS X rather than GTK. As a consequence gnuplot gets linked against GTK 2 without using any GTK functionality at all.
    1414
    15 But even in some extreme cases when OS X users would demand the use of wxGTK, the current check is still wrong because users might have wxWidgets built against GTK 3 as in the example I pointed out above. I can test it, but I believe this would then break badly. The following would be true:
     15But even in some extreme cases when OS X users would demand the use of wxGTK, the current check is still wrong because users might have wxWidgets built against GTK 3 as in the example I pointed out above. I can test it, but I believe this would then break badly. The following code from `src/wxterminal/wxt_gui.h` would be true:
    1616{{{
    1717#if defined(__WXGTK__)&&defined(HAVE_GTK)