Hi Ankur, one more thing:
> cmake .. -G "MinGW Makefiles" > -DPKG_CONFIG_EXECUTABLE=C:\gtk\bin\pkg-config.exe -DBUILD_TEST=ON > -DCMAKE_INSTALL_PREFIX=C:\plplot -DCMAKE_INSTALL_PREFIX=C:\plplot is a very bad idea, since you install the plplot install files into your source directory. This would be better -DCMAKE_INSTALL_PREFIX=c:\plplot\buildming\install This could be the reason of your cmap file problems, don't know - maybe it tries to copy files in the data directory in the same files, corrupting them. But in any way, it's no good to install the files into your source directory. Delete your source directory and fetch a new one. To run the examples you don't need to install plplot anyway. They run fine in the build tree (-DBUILD_TEST=ON is for that purpose). HTH, Werner -- Dr. Werner Smekal Institut fuer Angewandte Physik Technische Universitaet Wien Wiedner Hauptstr 8-10/134 A-1040 Wien Austria DVR-Nr: 0005886 email: [email protected] (GPG: EDCAF4A79) web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office) +43-(0)1-58801-13469 (laboratory) fax: +43-(0)1-58801-13499 ------------------------------------------------------------------------------ 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
