Re: [Plplot-devel] Problem running the Python examples under Cygwin

2013-07-24 Thread Alan W. Irwin
On 2013-07-24 09:36+0200 Arjen Markus wrote: > Hi Alan, > > I did find the libraries/packages you mentioned. For Qt4 I had to look harder > than I did before. However, this has let to some issues: > > - The Cygwin setup report an error with pango1.0.sh (or something similar). > - CMake can not fi

Re: [Plplot-devel] Problem running the Python examples under Cygwin

2013-07-24 Thread Arjen Markus
Hi Alan, I did find the libraries/packages you mentioned. For Qt4 I had to look harder than I did before. However, this has let to some issues: - The Cygwin setup report an error with pango1.0.sh (or something similar). - CMake can not find pango, pangoft2 or lasi via pkg-config (tunring of

Re: [Plplot-devel] Problem running the Python examples under Cygwin

2013-07-23 Thread Alan W. Irwin
On 2013-07-23 08:20-0700 Alan W. Irwin wrote: >> Furthermore: Cygwin's setup complains about pango - presumably that is a >> missing library. > > Yes, it is important that you install a development version of the > pango library. From a search at http://cygwin.com/packages/ such > development ver

Re: [Plplot-devel] Problem running the Python examples under Cygwin

2013-07-23 Thread Alan W. Irwin
On 2013-07-23 16:30+0200 Arjen Markus wrote: > Hi Alan, > > thanks for the advice. The variable CMAKE_Java_COMPILER is actually set to > the javac executable - which is called gcj.exe in GCC. Maybe I should rename > it. I don't think setting CMAKE_Java_COMPILER is going to work because of compl

Re: [Plplot-devel] Problem running the Python examples under Cygwin

2013-07-23 Thread Arjen Markus
Hi Alan, thanks for the advice. The variable CMAKE_Java_COMPILER is actually set to the javac executable - which is called gcj.exe in GCC. Maybe I should rename it. Furthermore: Cygwin's setup complains about pango - presumably that is a missing library. I may be able to make some more progre

Re: [Plplot-devel] Problem running the Python examples under Cygwin

2013-07-23 Thread Alan W. Irwin
On 2013-07-23 11:27+0200 Arjen Markus wrote: > Hi Alan, > > On 2013-07-19 19:46, Alan W. Irwin wrote: > >> >> Thanks for your general Tcl fixes that a help on all platforms. >> > > That was the fun part ... > >> In addition, I was glad to hear that getting Python to work under >> Cygwin was so s

Re: [Plplot-devel] Problem running the Python examples under Cygwin

2013-07-23 Thread Arjen Markus
Hi Alan, On 2013-07-19 19:46, Alan W. Irwin wrote: Thanks for your general Tcl fixes that a help on all platforms. That was the fun part ... In addition, I was glad to hear that getting Python to work under Cygwin was so straightforward, and I look forward to your further results as you i

Re: [Plplot-devel] Problem running the Python examples under Cygwin

2013-07-19 Thread Alan W. Irwin
On 2013-07-19 13:44+0200 Arjen Markus wrote: > Hi Alan, > > that worked fine and except for extra messages to the screen in Python > example 23 all tests are clean under Cygwin (languages: C, C++, Fortran 95, > Tcl and Python - it seems Hi Arjen: Thanks for your general Tcl fixes that a help o

Re: [Plplot-devel] Problem running the Python examples under Cygwin

2013-07-19 Thread Arjen Markus
Hi Alan, that worked fine and except for extra messages to the screen in Python example 23 all tests are clean under Cygwin (languages: C, C++, Fortran 95, Tcl and Python - it seems I still have to install a few components ...) Regards, Arjen DISCLAIMER: This message is intended exclusive

Re: [Plplot-devel] Problem running the Python examples under Cygwin

2013-07-19 Thread Arjen Markus
Hi Alan, On Fri, 19 Jul 2013 04:20:06 -0700 (PDT) "Alan W. Irwin" wrote: > > Is the problem, perhaps, the module name in the dll >subdirectory does > not have the correct form to be recognized by Cygwin >Python? > Yes, I copied the file _plplotc.pyd to _plplotc.dll and now it is working -

Re: [Plplot-devel] Problem running the Python examples under Cygwin

2013-07-19 Thread Alan W. Irwin
On 2013-07-19 10:06+0200 Arjen Markus wrote: > Hello, > > I am trying to run the Python examples under Cygwin, but > I get the message from example 1 that it can not find the > _plplotc module. Is there some environment variable required, > like LD_LIBRARY_PATH or PATH? (The PATH variable points t

[Plplot-devel] Problem running the Python examples under Cygwin

2013-07-19 Thread Arjen Markus
Hello, I am trying to run the Python examples under Cygwin, but I get the message from example 1 that it can not find the _plplotc module. Is there some environment variable required, like LD_LIBRARY_PATH or PATH? (The PATH variable points to the directory that contains the _plplotc.pyd file, but