Re: [Plplot-devel] PLplot and C++

2015-06-08 Thread Arjen Markus
: plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] PLplot and C++ Hi Alan, Phil, I was just looking at the Tk/X Window problem myself. It would seem that having the X Window Server running and setting the DISPLAY variable to :0.0 (that is the name of the X Window Server that Cygwin

Re: [Plplot-devel] PLplot and C++

2015-06-08 Thread Arjen Markus
Hi Alan, -Original Message- From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] Sent: Friday, June 05, 2015 10:00 PM To: Arjen Markus Cc: plplot-devel@lists.sourceforge.net Subject: RE: [Plplot-devel] PLplot and C++ On 2015-06-05 12:08- Arjen Markus wrote: Here

Re: [Plplot-devel] PLplot and C++

2015-06-07 Thread Alan W. Irwin
On 2015-06-07 14:41+0100 Phil Rosenberg wrote: Hi Alan Just tried to build on Linux, but I'm getting the following error during make Linking Fortran static library libplf95demolib.a Error running link command: No such file or directory make[2]: *** [examples/f95/libplf95demolib.a] Error 2

Re: [Plplot-devel] PLplot and C++

2015-06-07 Thread Phil Rosenberg
Hi Alan Just tried to build on Linux, but I'm getting the following error during make Linking Fortran static library libplf95demolib.a Error running link command: No such file or directory make[2]: *** [examples/f95/libplf95demolib.a] Error 2 make[1]: ***

Re: [Plplot-devel] PLplot and C++

2015-06-06 Thread Phil Rosenberg
checking what happens on cygwin -Original Message- From: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎05/‎06/‎2015 20:59 To: Arjen Markus arjen.mar...@deltares.nl Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] PLplot and C++ On 2015-06-05

Re: [Plplot-devel] PLplot and C++

2015-06-06 Thread Alan W. Irwin
On 2015-06-06 08:04+0100 Phil Rosenberg wrote: Not sure if this is relevant but there were problems finding (the correct) wxWidgets library on windows. There are als differences in how it is found on windows and Linux. On windows I think the wxwin environment variable is used. On Linux the

Re: [Plplot-devel] PLplot and C++

2015-06-06 Thread Alan W. Irwin
On 2015-06-05 12:59-0700 Alan W. Irwin wrote: Summary: The following components still need additional installation changes by you in order to test them on Cygwin ENABLE_ada: OFF ENABLE_lua: OFF ENABLE_tcl: OFF ENABLE_itcl:

Re: [Plplot-devel] PLplot and C++

2015-06-06 Thread Phil Rosenberg
I sent my previous email to just alan rather than reply all - Arjen and others see below. I've just uploaded a commit which means FindwxWidgets.cmake looks for wx-config-3.0 and wx-config-2.8. This will work for now while we only have those two versions to check for, but frustratingly this means

Re: [Plplot-devel] PLplot and C++

2015-06-06 Thread Alan W. Irwin
On 2015-06-06 13:56+0100 Phil Rosenberg wrote: I sent my previous email to just alan rather than reply all - Arjen and others see below. I've just uploaded a commit which means FindwxWidgets.cmake looks for wx-config-3.0 and wx-config-2.8. This will work for now while we only have those two

Re: [Plplot-devel] PLplot and C++

2015-06-05 Thread Arjen Markus
Hi Alan, I followed your advice and the result is that now PyQt4 is accepted. However, the build fails on Ada: cd /cygdrive/d/plplot-svn/comprehensive_test_disposeable/shared/build_tree/dll /usr/bin/cmake.exe -E copy_if_different libplplotada.dll libplplotada.dll.a Error copying file (if

Re: [Plplot-devel] PLplot and C++

2015-06-05 Thread Arjen Markus
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

Re: [Plplot-devel] PLplot and C++

2015-06-05 Thread Alan W. Irwin
On 2015-06-05 12:08- Arjen Markus wrote: Here is the result (I had to switch off Ada and I need to reinstall Tcl as bits and pieces required for the development of extensions are missing), but PyQt4 worked now. The various components are getting fairly complete. Hi Arjen: Thanks for the

Re: [Plplot-devel] PLplot and C++

2015-06-05 Thread Alan W. Irwin
On 2015-06-05 12:59-0700 Alan W. Irwin wrote: Remarks concerning II alone: Ada. The result for II was -- WARNING: gnat library not found. Disabling ada bindings which is a package install regression compared to I. Thus,

Re: [Plplot-devel] PLplot and C++

2015-06-01 Thread Phil Rosenberg
I have the same empty variable for my visual studio 64 bit plplot build. Looking at https://msdn.microsoft.com/en-us/library/abx4dbyh.aspx If you include one of the C++ Standard Library Header Files in your code, a Standard C++ Library will be linked in automatically by Visual C++ at compile

Re: [Plplot-devel] PLplot and C++

2015-06-01 Thread Alan W. Irwin
To Phil and Arjen: Thanks to both of you for the useful information below which should help me to sort out the C++ linking issue for the traditional build. Alan On 2015-06-01 10:59+0100 Phil Rosenberg wrote: I have the same empty variable for my visual studio 64 bit plplot build. Looking

[Plplot-devel] PLplot and C++

2015-05-27 Thread Alan W. Irwin
On 2015-05-25 13:06-0700 Alan W. Irwin wrote: Don't get me wrong, I would like this limitation to be resolved so that our traditional build of the installed examples works as well as the CMake build of those. When discussing this with Andrew I mentioned one possibility for implementing a fix