Re: [Plplot-devel] Testing the "vanilla" MinGW-w64/MSYS2 platform

2015-07-16 Thread Alan W. Irwin
On 2015-07-15 14:24-0700 Greg Jung wrote: > Here is the "trully vanilla" results. No additional library paths are > involved (not even /mingw32/lib). Hi Greg: Thanks for this report for the 32-bit ?? MinGW-w64/MSYS2 platform. To help interpret this report accurately I need the following additi

Re: [Plplot-devel] Testing the "vanilla" MinGW-w64/MSYS2 platform

2015-07-15 Thread Greg Jung
The same error is blocking mingw64/ and mingw32/ builds: === from make.out: ^ cd D:/comprehensive_test_disposeable/shared/build_tree/src && C:/msys64/mingw32/bin/gcc.exe -O2 -mtune=pentium3 -DPLPLOT_HAVE_CONFIG_H -Dplplot_EXPORTS -IC:/msys64/mingw32/include @CMakeFiles/plplot

Re: [Plplot-devel] Testing the "vanilla" MinGW-w64/MSYS2 platform

2015-07-15 Thread Greg Jung
Here is the "trully vanilla" results. No additional library paths are involved (not even /mingw32/lib). To get the mingw32/lib in in a clean fashion I suggest the following lines in the if(MINGW) ... endif(): # We need the path to the MinGW/Borland compiler in order to find # the import libraries

[Plplot-devel] Testing the "vanilla" MinGW-w64/MSYS2 platform

2015-07-14 Thread Alan W. Irwin
I just now finally found what appear to be definitive CMake instructions (see ) for the MinGW-w64/MSYS2 platform (only the "vanilla" version as defined by the wiki rather than some "fixed" version) which I think will interest all tho