Ankur Agarwal wrote: > Hazen, > > Tried with the simplified PATH as you suggested but the experience is > the same. > > Also, the cmap0_default.pal contents are as you wrote. > > Ankur >
Hm, not sure what the problem is then. I assume that you have a relatively recent version of Qt? On my computer I have: c:\users\hazen\plplot -> svn plplot c:\users\hazen\plplot_build -> build directory I also have: (1) Qt 2009.04 (not sure exactly what version, but I downloaded the most recent one as of a few months ago). (2) The standalone version of mingw, the stable version I believe. (3) Gtk as we discussed before. In addition I have Python2.6 and swig 1.3.40, but I don't think these are necessary. I use the following cmake command: "c:\program files\CMake 2.6\bin\cmake.exe" ..\plplot -G "MinGW Makefiles" -DSWIG_EXECUTABLE=C:\users\Hazen\Downloads\swigwin-1.3.40\swig.exe -DPKG_CONFIG_EXECUTABLE=C:\gtk\bin\pkg-config.exe -DBUILD_TEST=ON -DCMAKE_INSTALL_PREFIX=C:\plplot Then I set PATH: path=c:\Python26;c:\MinGW\bin;C:\Qt\2009.04\qt\bin;C:\users\Hazen\plplot_build\dll;c:\gtk\bin and build with mingw32-make. -Hazen ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Plplot-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-general
