Re: [Plplot-devel] Build problems on Windows

2013-12-13 Thread phil rosenberg
  Hi Alan Unfortunately it's still not completing. CMAKE output below D:\SourceCode\Libraries\plplotinstall>set CXXFLAGS=/DUNICODE /D_UNICODE D:\SourceCode\Libraries\plplotinstall>set CFLAGS=/DUNICODE /D_UNICODE D:\SourceCode\Libraries\plplotinstall>cd "D:/SourceCode/Libraries/plplot_trunk_s t

[Plplot-devel] Tests are not being run on my OS X machine

2013-12-13 Thread Jerry
I am running my usual build script on OS X but it is finishing early, before doing any tests. It worked OK about a day or two ago. Here are the last few lines of output: UpdateCTestConfiguration from :/usr/local/plplot_build_dir/DartConfiguration.tcl Parse Config file:/usr/local/plplot_build_d

Re: [Plplot-devel] Build problems on Windows

2013-12-13 Thread phil rosenberg
Hi Arjen and Alan Arjen - to create a 64 bt build add Win64 to the generator, e.g. -G "Visual Studio 11 Win64". Which made me think a moment - if it's the generator which defines the project then why do we need to use the 64 bit VC++ Tools command prompt? In fact maybe CMAKE sees the 64 bit comp

[Plplot-devel] Sorry - another build issue

2013-12-13 Thread phil rosenberg
Hi again I think this is the last build issue I've got. When I try to add wxWidgets to my build CMAKE seems to be adding the prefix -L+ to the following libraries: winmm comctl32 rpcrt4 wsock32. These are system libraries returned in wxwidgets_LINK_FLAGS by findwxWidgets. Outputting wxwidgets_LI

Re: [Plplot-devel] Sorry - another build issue

2013-12-13 Thread Arjen Markus
HI Phil, I see this "-L" prefix in a couple of CMake modules, but for the relevant compilers the value is always "-LIBPATH:". Do you have a GNU compiler somewhere in the path? My wild guess is that is what is causing the trouble. Regards, Arjen From: phil rosenberg [mailto:philip_rosenb...@y

Re: [Plplot-devel] Sorry - another build issue

2013-12-13 Thread phil rosenberg
No, don't have gcc or any gnu stuff on this system. Is this variable set by CMAKE based on the generator then? On Friday, 13 December 2013, 12:20, Arjen Markus wrote: HI Phil,   I see this “-L” prefix in a couple of CMake modules, but for the relevant compilers the value is always “-LIB

Re: [Plplot-devel] Sorry - another build issue

2013-12-13 Thread Arjen Markus
Hi Phil, no, it is part of the compiler information, that is why I thought of gcc and friends. Regards, Arjen From: phil rosenberg [mailto:philip_rosenb...@yahoo.com] Sent: Friday, December 13, 2013 1:56 PM To: Arjen Markus; P Lplot development list Subject: Re: [Plplot-devel] Sorry - another

Re: [Plplot-devel] Sorry - another build issue

2013-12-13 Thread phil rosenberg
Cheers Arjen I've worked through the CMAKE files outputting CMAKE_LIBRARY_PATH_FLAG as I go to narrow down the point at which it changes. Rather oddly it occurs at the line: enable_language(D OPTIONAL) in d.cmake. What's most odd is that I don't and never have used or had anything to do with D.

Re: [Plplot-devel] Tests are not being run on my OS X machine

2013-12-13 Thread Alan W. Irwin
On 2013-12-13 03:33-0700 Jerry wrote: > I am running my usual build script on OS X but it is finishing early, before > doing any tests. It worked OK about a day or two ago. Here are the last few > lines of output: > > UpdateCTestConfiguration from > :/usr/local/plplot_build_dir/DartConfigurati

Re: [Plplot-devel] Tests are not being run on my OS X machine

2013-12-13 Thread Jerry
On Dec 13, 2013, at 11:29 AM, Alan W. Irwin wrote: > On 2013-12-13 03:33-0700 Jerry wrote: > >> I am running my usual build script on OS X but it is finishing early, before >> doing any tests. It worked OK about a day or two ago. Here are the last few >> lines of output: >> >> UpdateCTestCon

[Plplot-devel] Status of the release

2013-12-13 Thread Alan W. Irwin
The short story is I have decided to put off the release to early next week (if a lot of progress is made over the weekend) or even later in the week. Now here is the longer story about where we stand with this release. @Arjen: I very much appreciate the guidance you have given about the problems