Re: [Plplot-devel] Call for testing of the PLplot git master tip version VS2012, shared libraries

2015-03-18 Thread Arjen Markus
; To: Alan W. Irwin > Cc: Arjen Markus; Phil Rosenberg; Jim Dishaw; PLplot development list > Subject: Re: [Plplot-devel] Call for testing of the PLplot git master tip > version VS2012, > shared libraries > > For CMake I use Cmake-gui > Now I'm working at office with wind

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-18 Thread Arjen Markus
ect: Re: [Plplot-devel] Call for testing of the PLplot git master tip > version > > Because plmetafile.c is experimental, we can swap out lround(...) with > (short)ceil(...) > for now. It appears that ceil is in VS 2012. I can code up something better > after > release. >

Re: [Plplot-devel] Call for testing of the PLplot git master tip version VS2012, shared libraries

2015-03-18 Thread Arjen Markus
> Sent: Wednesday, March 18, 2015 12:18 PM > To: Laurent Berger > Cc: Arjen Markus; Phil Rosenberg; Jim Dishaw; PLplot development list > Subject: Re: [Plplot-devel] Call for testing of the PLplot git master tip > version VS2012, > shared libraries > > On 2015-03-18 1

Re: [Plplot-devel] Call for testing of the PLplot git master tip version VS2012, shared libraries

2015-03-18 Thread Alan W. Irwin
On 2015-03-18 13:31+0100 laurent Berger wrote: > I have done a git pull to update my repository and use cmake to update > sharelibs and staticlib project and now > everything is OK : no test_plbuf error! > > Some errors are still here but it's not relative to plplot. May be some unix > command a

Re: [Plplot-devel] Call for testing of the PLplot git master tip version VS2012, shared libraries

2015-03-18 Thread laurent Berger
I have done a git pull to update my repository and use cmake to update sharelibs and staticlib project and now everything is OK : no test_plbuf error! Some errors are still here but it's not relative to plplot. May be some unix command are missing on my computer. I have tried some examples and

Re: [Plplot-devel] Call for testing of the PLplot git master tip version VS2012, shared libraries

2015-03-18 Thread Alan W. Irwin
On 2015-03-18 10:04+0100 Laurent Berger wrote: > but how can I set COMPILE_DEFINITIONS? > At line 68-69 of CmakeLists.txt i can find > SET_SOURCE_FILES_PROPERTIES(${plplot_LIB_SRCS} >PROPERTIES COMPILE_FLAGS "-DUSINGDLL" ) > but (may be I'm wrong) it's only for plplot_LIB_SRCS and test_plbuf.

Re: [Plplot-devel] Call for testing of the PLplot git master tip version VS2012, shared libraries

2015-03-18 Thread Laurent Berger
For CMake I use Cmake-gui Now I'm working at office with windows 7-32 bits and msvc 2012. Results are exactely like windows7-64 bits and msvc 2012-Win64: no problem with static lib BUILD_SHARED_LIBS:BOOL=OFF. I can see wxplotdemo running while building plplot same problem with shared lib BUILD_SHA

Re: [Plplot-devel] Call for testing of the PLplot git master tip version VS2012, shared libraries

2015-03-17 Thread Alan W. Irwin
Hi laurent: On 2015-03-18 03:56+0100 laurent Berger wrote: [out of order] > With a no shared lib and with Windows 7-64 bits and MSVC 2012 Win64 bits: > //Build shared libraries > BUILD_SHARED_LIBS:BOOL=OFF > there is no error That good result makes sense because BUILD_SHARED_LIBS:BOOL=OFF means

Re: [Plplot-devel] Call for testing of the PLplot git master tip version VS2013

2015-03-17 Thread laurent Berger
Now I forget MSVC 2013 My cmake version is 3.1.2. I have build all versions DEBUG MinSizeRel Release RelWithDebInfo with Windows 7-64 bits and MSVC 2012 Win64 bits I have build too with Windows 7-64 bits but with MSVC 2012-32bits CMakeCache.txt is *** # EXTERNAL cache

Re: [Plplot-devel] Call for testing of the PLplot git master tip version VS2013

2015-03-17 Thread Alan W. Irwin
On 2015-03-17 22:38+0100 laurent Berger wrote: > with VS2013 like yesterday there is no problem but same error (like vs2012) > is in test_plbuf project > > 1> Building Custom Rule F:/Lib/test/plplot-plplot/examples/c/CMakeLists.txt > 1> CMake does not need to re-run because > F:\Lib\test\plplo

Re: [Plplot-devel] Call for testing of the PLplot git master tip version VS2013

2015-03-17 Thread laurent Berger
with VS2013 like yesterday there is no problem but same error (like vs2012) is in test_plbuf project 1> Building Custom Rule F:/Lib/test/plplot-plplot/examples/c/CMakeLists.txt 1> CMake does not need to re-run because F:\Lib\test\plplot-plplot\build\examples\c\CMakeFiles\generate.stamp is up-

Re: [Plplot-devel] Call for testing of the PLplot git master tip version VS2012

2015-03-17 Thread laurent Berger
with VS2012 problem is solved I can run wxPlplotdemo.exe I have seen an another error in test_plbuf 1> Building Custom Rule F:/Lib/test/plplot-plplot/examples/c/CMakeLists.txt 1> CMake does not need to re-run because F:\Lib\test\plplot-plplot\build\examples\c\CMakeFiles\generate.stamp is up-to

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-17 Thread Alan W. Irwin
On 2015-03-17 13:25-0400 Jim Dishaw wrote: On Mar 17, 2015, at 1:13 PM, "Alan W. Irwin" wrote: Your patch is based on a rather old version of src/plmetafile.c so does not apply. Please regenerate the patch based on master tip. [...]I did a "git fetch" followed by "git merge origin/master --f

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-17 Thread Jim Dishaw
On Mar 17, 2015, at 1:13 PM, "Alan W. Irwin" wrote: > Hi Jim: > > You said: > >> I think for most devices the argument will be positive. Due to the > experimental nature of plmetafile.c and the desire to change to a > different representation for internal coordinates, I don't think we > need

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-17 Thread Alan W. Irwin
Hi Jim: You said: > I think for most devices the argument will be positive. Due to the experimental nature of plmetafile.c and the desire to change to a different representation for internal coordinates, I don't think we need to worry about it for this release. Good point. >I have attached a p

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-17 Thread Jim Dishaw
0001-Fixed-linking-error-in-VS-2012-due-missing-lround-wh.patch Description: Binary data On Mar 17, 2015, at 4:10 AM, "Alan W. Irwin" wrote: > On 2015-03-16 22:08-0400 Jim Dishaw wrote: > >> Because plmetafile.c is experimental, we can swap out lround(...) > with (short)ceil(...) for now. I

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-17 Thread Alan W. Irwin
On 2015-03-16 22:08-0400 Jim Dishaw wrote: > Because plmetafile.c is experimental, we can swap out lround(...) with (short)ceil(...) for now. It appears that ceil is in VS 2012. I can code up something better after release. Hi Jim: Are any of the arguments of the lround calls in plmetafile.c gua

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-16 Thread Jim Dishaw
Because plmetafile.c is experimental, we can swap out lround(...) with (short)ceil(...) for now. It appears that ceil is in VS 2012. I can code up something better after release. > On Mar 16, 2015, at 7:47 PM, Alan W. Irwin wrote: > >> On 2015-03-16 15:10-0700 Alan W. Irwin wrote: >> >>> O

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-16 Thread Jim Dishaw
The issue is not with read_line(), rather the lround() function used in read_line(). It appears lround() is not defined in VS2012. VS2012 is not entirely a C99 compliant compiler. > On Mar 16, 2015, at 7:47 PM, Alan W. Irwin wrote: > >> On 2015-03-16 15:10-0700 Alan W. Irwin wrote: >> >>>

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-16 Thread Alan W. Irwin
On 2015-03-16 15:10-0700 Alan W. Irwin wrote: > On 2015-03-16 21:23+0100 laurent Berger wrote: > >> Hi, >> >> I'm very happy to help you for testing. >> So I have clone : >> $ git clone git://git.code.sf.net/p/plplot/plplot plplot-plplot >> Cloning into 'plplot-plplot'... >> remote: Counting objec

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-16 Thread Alan W. Irwin
On 2015-03-16 21:23+0100 laurent Berger wrote: > Hi, > > I'm very happy to help you for testing. > So I have clone : > $ git clone git://git.code.sf.net/p/plplot/plplot plplot-plplot > Cloning into 'plplot-plplot'... > remote: Counting objects: 85651, done. > remote: Compressing objects: 100% (252

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-16 Thread laurent Berger
with vs2012 I think problem is here :http://stackoverflow.com/questions/21568140/lround-on-visual-studio-not-being-recognized with vs2013 there is no problem Le 16/03/2015 20:16, Alan W. Irwin a écrit : > For everybody on this list, I am in the very late stages of bringing > out a PLplot release

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-16 Thread laurent Berger
Hi, I'm very happy to help you for testing. So I have clone : $ git clone git://git.code.sf.net/p/plplot/plplot plplot-plplot Cloning into 'plplot-plplot'... remote: Counting objects: 85651, done. remote: Compressing objects: 100% (25299/25299), done. remote: Total 85651 (delta 63155), reused 8123

[Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-16 Thread Alan W. Irwin
For everybody on this list, I am in the very late stages of bringing out a PLplot release (hopefully by late this week) based on the git master tip version of PLplot. To access that version with git follow the directions in sf.net/projects/plplot -> Code. Any feedback on that version would be much