Re: [Plplot-devel] Fortran and Intel Fortran

2007-01-23 Thread Arjen Markus
Alan W. Irwin wrote: Arjen, when you figure this out, please collect all the required changes in cmake/modules/Platform/Windows-ifort.cmake. Of course, you should also make that changed Windows-ifort.cmake file part of a bug report to CMake so that once your changes are adopted by the

Re: [Plplot-devel] Java compile problems

2007-01-23 Thread Orion Poplawski
Alan W. Irwin wrote: Both plplotjavacJNI.java and PLGraphicsIN.java are files that are generated by swig. I just checked, and plplotjavacJNI.java generated on my Ubuntu Dapper system with swig-1.3.27 has no type PLGraphicsIn for any of the arguments. For example, in replacement for the

Re: [Plplot-devel] PLplot 5.7.2 is now available

2007-01-23 Thread Alan W. Irwin
On 2007-01-22 22:05-0500 [EMAIL PROTECTED] wrote: On Jan 22, 2007, at 1:48 AM, Alan W. Irwin wrote: Thanks for your continuing release efforts. No problem. A few questions came up in the process of generating this release: (1) In our Cookbook at the make_tarball.sh stage we mention a

Re: [Plplot-devel] Java compile problems

2007-01-23 Thread Orion Poplawski
Alan W. Irwin wrote: So my guess is you have run into a problem with the version of swig that Fedora has adopted. Just in case Fedora have made some bad patches to the latest swig (1.3.31) or are using a bad earlier version, could you try to replicate the problem with vanilla swig

Re: [Plplot-devel] PLplot 5.7.2 is now available

2007-01-23 Thread Orion Poplawski
[EMAIL PROTECTED] wrote: Hello, PLplot 5.7.2 is now available at SourceForge. Looks like man3 man pages are no longer being shipped. Is this intentional? -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA DivisionFAX: 303-415-9702 3380

Re: [Plplot-devel] PLplot 5.7.2 is now available

2007-01-23 Thread Orion Poplawski
Orion Poplawski wrote: [EMAIL PROTECTED] wrote: Hello, PLplot 5.7.2 is now available at SourceForge. Looks like man3 man pages are no longer being shipped. Is this intentional? Also don't see the .info file either. -- Orion Poplawski Technical Manager 303-415-9701

Re: [Plplot-devel] Java compile problems

2007-01-23 Thread Orion Poplawski
Orion Poplawski wrote: Can be suppressed with -nopgcpp, which I may try to use for the time being. Suggestions for how to pass this argument? I ended up with: --- plplot-5.7.2/bindings/java/CMakeLists.txt.nopgcpp 2007-01-21 17:46:00.0 -0700 +++

Re: [Plplot-devel] Java compile problems

2007-01-23 Thread Alan W. Irwin
I have tried vanilla swig 1.3.31, and I confirm the problem. Orion, I had a look at the swig documentation you recommended, and I must say I don't understand enough Java to be able to follow your conclusion that the -nopgcpp command-line option might help us out. However, I do know how to try