Ankur Agarwal wrote: > @Hazen: > I am trying to install 5.9.5 and not the SVN head. I got the source > files from the sourceforge link. My PATH parameter is: > > C:\Program Files\ImageMagick-6.6.0-Q16; > C:\Program Files\Vim\vim72; > C:\Program Files\GnuWin32\bin; > C:\Program Files\Intel\MKL\10.0.4.023\ia32\bin; > C:\Program Files\Intel\Compiler\11.0\066\fortran\lib\ia32; > C:\Program Files\Tecplot\TecFocus\Bin; > C:\WINNT\system32; > C:\WINNT; > C:\WINNT\System32\Wbem; > C:\orant\bin; > C:\Program Files\Oracle\jre\1.1.7\bin; > C:\Program Files\Windows Imaging\; > C:\PROGRA~1\DISKEE~1\DISKEE~1\; > C:\Program Files\Common Files\Lenovo; > C:\Program Files\Intel\WiFi\bin\; > C:\Program Files\IXOS\bin; > C:\Program Files\MATLAB\R2008b\bin; > C:\Program Files\MATLAB\R2008b\bin\win32; > C:\Program Files\QuickTime\QTSystem\;
Do the Matlab or Quicktime folders have anything that is Qt related? I have seen problems when you have multiple versions of Qt in PATH. I'd suggest simplifying PATH for the build to just include the stuff that you absolutely need, otherwise you can run into problems picking up random versions of common libraries (such as Qt). > C:\Program Files\CMake 2.8\bin; > C:\Qt\2010.02.01\qt\bin; > C:\Qt\2010.02.01\bin; > C:\Qt\2010.02.01\mingw\bin; > C:\WINNT\System32; > C:\gtk\bin; > C:\plplot-5.9.5\buildmingw\dll > > Note that the last two entries (gtk and plplot dll's) are added by way > of my batch file. As to your other question about cmap0, I dont know > which cmap0 file is being used and how? I noticed there are cmap0*.pal > and cmap1*.pal files in C:\plplot-5.9.5\data directory and I tried > copying one of them and named it cmap0.pal but that didnt change anything. How about just the contents of data/cmap0_default.pal. It should look like this: 16 #000000 #ff0000 #ffff00 #00ff00 #7fffd4 #ffc0cb #f5deb3 #bebebe #a52a2a #0000ff #8a2be2 #00ffff #40e0d0 #ff00ff #fa8072 #ffffff -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
