well ... the results are unexpected (or may be expected considering how
things are going for me) :P

-DENABLE_DYN_DRIVERS=OFF option does nothing to suppress the unexpected
termination when running mingw32-make command.
the PKG_CONFIG_PATH warning was suppressed
and I made the edit to my DCMAKE_INSTALL_PREFIX (that did NOT change my
cmap0 experience).

I agree with you Werner that it would be great to know what it is looking
for ... however ...

should the *.pal files be there in C:\plplot\data only or also be present in
C:\plplot\buildmingw\data?

I noted that my config.h file (in C:\plplot\buildmingw) has these lines:
#define PL_DEFAULT_CMAP0_FILE "cmap0_default.pal"
#define PL_DEFAULT_CMAP1_FILE "cmap1_default.pal"

Are these kosher?  since no path is present, where does it seek the same?

Thanks for your patience!
Ankur

On Thu, Apr 1, 2010 at 2:51 PM, Werner Smekal <[email protected]>wrote:

> 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<http://www.iap.tuwien.ac.at/%7Esmekal>
> phone: +43-(0)1-58801-13463 (office)
>       +43-(0)1-58801-13469 (laboratory)
> fax:   +43-(0)1-58801-13499
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; 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
>
------------------------------------------------------------------------------
Download Intel&#174; 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

Reply via email to