Hi Alan,

got it!

The path is extended using the Windows convention, whereas it should be
the MinGW/Linux-like convention. The result is:

This is the current directory:
/d/plplot-svn/plplot/comprehensive_test_disposeable/shared/build_tree/examples/tcl

And this is the (first) part of the PATH variable:
D:/plplot-svn/plplot/comprehensive_test_disposeable/shared/build_tree/examples/../utils:D:/plplot-svn/plplot/comprehensive_test_disposeable/shared/install_tree/bin:/d/cmake/bin:.:/usr/local/bin:/mingw/bin:/bin:/c/PROGRA~1/plusFORT:/c/Program
 
Files/Intel/Compiler/11.1/065/lib/ia32:...

Note the use of D:/ and /d/ to indicate the drive.

I will make the necessary changes and try again.

(Because the tests fail on pltcl.exe the differences are never
reported!)

Regards,

Arjen

On 2010-12-03 09:31, Alan W. Irwin wrote:
> On 2010-12-03 08:56+0100 Arjen Markus wrote:
> 
>> Hi Alan,
>>
>> my first results with this new version of MinGW/MSYS are encouraging:
>> The comprehensive_test.sh script now properly redirects the output to
>> the various files, there is only one obvious error (pltcl.exe is still
>> not found) and the results for C, C++ and Fortran look identical
>> (I checked a few files manually, so nothing exhaustive).
> 
> That's good news that you now have a modern bash working properly on
> Windows now.
> 
> Instead of diffing individual files, you can also take a look at e.g.,
> comprehensive_test_disposeable/shared/output_tree/make_noninteractive.out
> which should show the standard diff summary near the end of that file.
> (And similarly for ctest.out and other test_noninteractive.out output
> files when you get to further tests with comprehensive_test.sh).
> 
>> The problem with pltcl.exe is most likely that the ../utils directory is
>> missing from the path ... although the code does extend the path!
>> Something to check then.
> 
> Yes, I have also eyeballed test_tcl.sh, and I cannot see what could be
> going wrong there with the PATH manipulations. To check that at run
> time I suggest you change directory to
> 
> comprehensive_test_disposeable/shared/build_tree
> 
> then edit plplot_test/test_tcl.sh to
> 
> run the commands
> 
> pwd
> echo "PATH is $PATH"
> 
> right before pltcl.exe is invoked to output the current directory
> and PATH.
> 
> Then try "make test_interactive" by hand or else its tcl subset "make
> test_tcl_psc".  Either of those commands should indirectly run that
> edited plplot_test/test_tcl.sh so you can figure out what is going
> wrong.
> 
> Good luck, and let me know how it goes.
> 
> Alan
> __________________________
> Alan W. Irwin
> 
> Astronomical research affiliation with Department of Physics and Astronomy,
> University of Victoria (astrowww.phys.uvic.ca).
> 
> Programming affiliations with the FreeEOS equation-of-state implementation
> for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
> package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of
> Linux Links project (loll.sf.net); and the Linux Brochure Project
> (lbproject.sf.net).
> __________________________
> 
> Linux-powered Science
> __________________________
> 

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to