Clint Stimpson was kind enough to explain further on the CMake
developer's list why it is currently necessary to specify
CMAKE_BUILD_TYPE as either Debug or Release with CMake for the
MinGW/Qt4 case. I forward that expanded explanation below.
Richard, I hope when you apply this advice to your PLpl
Alan
I rebuilt plplot 5.9.7 with the latest Qt 4.7.3 and its included gcc 4.4.0
using this cmake command:
cmake -G "MinGW Makefiles" -DTEST_DYNDRIVERS=OFF -DBUILD_TEST=ON
-DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX= ..
It built Ok, it runs the examples OK, it runs my simple applicat
Hi Richard:
On 2011-06-23 19:11+0100 Richard Jackson wrote:
> Alan
>
> I rebuilt plplot 5.9.7 with the latest Qt 4.7.3 and its included gcc 4.4.0
> using this cmake command:
> cmake -G "MinGW Makefiles" -DTEST_DYNDRIVERS=OFF -DBUILD_TEST=ON
> -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PRE