Hi Alan, On Tue, 16 Jul 2013 13:49:45 -0700 (PDT) "Alan W. Irwin" <[email protected]> wrote:
>> Note 1: The non-interative test fails because the file >>tclIndex is not >> present in the examples/tcl directory. > > Debugging issues like this is why the VERBOSE=1 option >is so useful. > Please look at make.out where an attempt is made to >create that file: > > [ 52%] Generating tclIndex > cd /cygdrive/d/plplot-svn/build-cygwin-dll/examples/tcl >&& /bin/tclsh >/cygdrive/d/plplot-svn/plplot/scripts/mktclIndex -tcl > make[3]: Leaving directory >`/cygdrive/d/plplot-svn/build-cygwin-dll' > /usr/bin/cmake.exe -E cmake_progress_report >/cygdrive/d/plplot-svn/build-cygwin-dll/CMakeFiles 29 30 >31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 > [ 74%] Built target tclIndex_examples_tcl > > The equivalent works fine on Linux. Please try to >replicate those > exact commands by hand to see what the issue might be on >Cygwin. > Note, the above commands were generated by the CMake >logic in > examples/tcl/CMakeLists.txt which currently reads > The cause was trivial: somehow, again!, the file permissions for one of the files in question (x16.tcl) got messed up and the mktclIndex script could not read it. No message was sent to the screen about that, as the errors were caught via Tcl's [catch] command. To prevent this from happening again, I have made sure the error message will be printed. As for the wingcc device: I thought I had run into a Cygwin versus Windows problem, as the device belongs to the Windows platform, but you are most likely right: just the minimum of devices. Well, running a further test now ... 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. ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
