Hi Alan,
> -----Original Message----- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > > 1. Tcl/Tk/Itcl/Itk > > > I believe your best choice is to move the non-Cygwin installation of Tcl, > etc., in > /usr/local to some non-official location (e.g., /tcl/usr/local if everything > in your current > /usr/local tree is Tcl > related) which CMake does not know about. That should allow CMake to then > find > all the system versions of the Tcl-related components. > That is definitely the simplest step. I will try that. > > 2. Ada > > You have made a lot of progress there. For example, thanks to your updated > installation, the primitive test of the Ada compiler now works for the first > time, and the > only issue left is > > -- WARNING: gnat library not found. Disabling ada bindings > > For this case, you should set the CMAKE_LIBRARY_PATH environment variable > from bash to help CMake find the gnat library. And this location most likely > should > be specified in Unix (forward slash) form e.g., > > export CMAKE_LIBRARY_PATH=C:/cygwin64/lib/gcc/x86_64-pc- > cygwin/4.9.2/adalib > > or even > > export CMAKE_LIBRARY_PATH=/C/cygwin64/lib/gcc/x86_64-pc- > cygwin/4.9.2/adalib > Just FYI, that should be /cygdrive/c/... - at least that is what I do for the PATH variable. The colon will definitely get in the way. Trying that should be easy enough :). > 3. pyqt4 > > You have made good progress here as well (thanks to your additional > installation) so it is like unpeeling an onion. :-) > > The messages are now reduced to > > ImportError: No module named PyQt4 > -- WARNING: could not find sip directory so setting ENABLE_pyqt4 to OFF. > > These messages come from cmake/modules/qt.cmake, and to me the cure would be > simply to install the PyQt4 module. I therefore used the search term pyqt4 > for the > 64-bit version of the Cygwin package search GUI, and my educated guess (from > similar packaging results on Linux) for your best choice among those possible > packages is that > python-pyqt4-4.11.3-1 is the package you should install. > Ah, indeed, that was missing. I will install it and try again. > 4. wxwidgets > > -- WARNING: wxWidgets or its libraries not found so setting all wxwidgets > devices to > OFF. > -- WARNING: PLD_wxwidgets is OFF so setting ENABLE_wxwidgets to OFF. > > I have now (commit id 4e99275) made this message more verbose. But I think > the > problem here is you have not installed the required wxwidgets package yet > which > according to my previous post is libwx_gtk2u2.8-devel-2.8.12.1-5. Something else must be wrong, as I definitely have that package installed already. I will try and dig a bit further. > > In sum, moving the /usr/local version of Tcl-related software to a different > location; > setting CMAKE_LIBRARY_PATH so that gnatlib can be found; and installing two > further packages should (with luck) solve the 4 issues above. > Okay, the report from these new tests is coming up. Regards, Arjen DISCLAIMER: This message is intended exclusively for the addressee(s) and may contain confidential and privileged information. If you are not the intended recipient please notify the sender immediately and destroy this message. Unauthorized use, disclosure or copying of this message is strictly prohibited. The foundation 'Stichting Deltares', which has its seat at Delft, The Netherlands, Commercial Registration Number 41146461, is not liable in any way whatsoever for consequences and/or damages resulting from the improper, incomplete and untimely dispatch, receipt and/or content of this e-mail.
------------------------------------------------------------------------------
_______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel