From: Arjen M. <Arj...@de...> - 2015-04-21 10:50:02
|
Hi Alan, After inspecting the code I suspected as much: markus@L01259 /d/plplot-svn/comprehensive_test_disposeable/shared/build_tree/examples/c $ ./x00c -debug plInBuildTree(): : current directory >d:\plplot-svn\comprehensive_test_disposeable\shared\build_tree\examples\c< plInBuildTree(): : build directory >D:/plplot-svn/comprehensive_test_disposeable/shared/build_tree< plInBuildTree(): : comparing respecting case plGetDrvDir: Trying to read env var PLPLOT_DRV_DIR plGetDrvDir: Will use drivers dir: d:/plplot-svn/comprehensive_test_disposeable/ shared/install_tree/lib/plplot5.11.0/drivers *** PLPLOT ERROR, ABORTING OPERATION *** plInitDispatchTable: Could not open drivers directory, aborting operation Plotting Options: Enter device number or keyword: Invalid device: │½→w☻ markus@L01259 /d/plplot-svn/comprehensive_test_disposeable/shared/build_tree/examples/c $ There is a mixup of forward and backward slashes as well as a difference in the case of the drive letter. Add to that that _MSV_VER is not set and that therefore the comparison is done respecting the case. Well, it should not be too hard to solve this. I will have a closer look later today. At least we have pinned down the culprit. Regards, Arjen DISCLAIMER: This message is intended exclusively for the addressee(s) and may contain confidential and privileged information. If you are not the intended recipient please notify the sender immediately and destroy this message. Unauthorized use, disclosure or copying of this message is strictly prohibited. The foundation 'Stichting Deltares', which has its seat at Delft, The Netherlands, Commercial Registration Number 41146461, is not liable in any way whatsoever for consequences and/or damages resulting from the improper, incomplete and untimely dispatch, receipt and/or content of this e-mail. |