From: Arjen M. <Arj...@de...> - 2015-04-10 11:36:48
|
Hi Shen-Yeh, > From: Shen-Yeh Chen [mailto:she...@ho...] > Sent: Thursday, April 09, 2015 5:32 PM > To: Arjen Markus; Alan W. Irwin > Cc: plp...@li... > Subject: RE: [Plplot-general] Compile for tcl binding > > Hi Arjen and Alan, > > Looking into both your replies, I think I did not properly set up a lot of path parameters for tcl LIB and INCLUDE. I am wondering what are the path environment variables that I have to setup ? Any instruction/documentation for reference ? Actually it is the task of CMake to find the Tcl installation. There should not be any need to set the LIB and INCLUDE paths explicitly. That said, the fact that CMake is not able to find Tcl makes me wonder. Could you do the following: - Open a DOS-box and run the command tclsh. - On the Tcl prompt that should appear, run: info nameofexecutable That should print the full name of the tclsh executable. Could you post that full name, along with the output from CMake itself? Could you also check that the Tcl installation includes various .lib files? (Just trying to think of as many things that could be causing the problems as possible) 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. |