From: Alexis P. <ale...@ma...> - 2013-11-13 14:42:32
|
> Could you just check the Tcl version number in that file tcl.h? It's the 8.5 version: #define TCL_VERSION "8.5" #define TCL_PATCH_LEVEL "8.5.9" If you know how to activate a more verbose for CMake, I would be happy to do it. Cheers, --- Alexis Praga GPG key : 66F9 4BD4 70EC E5D5 2AA4 9097 0673 7CE2 4671 306F Le 2013-11-13 14:59, Arjen Markus a écrit : > Hi Alexis, > > > >> -----Original Message----- >> From: Alexis Praga [mailto:ale...@ma...] >> Sent: Wednesday, November 13, 2013 2:52 PM >> To: Arjen Markus >> Cc: plp...@li... >> Subject: RE: [Plplot-general] Build documentation >> >> > Hm, could it be that the version of tclsh is 8.5 but the include files >> > are 8.4? That would trigger this kind of error. >> >> It's possible, there are some remnants of a 8.4 installation. The >> current include file is >> at version 1.254.2.16 2010/08/04. >> > > The tcl.h include file contains the Tcl version number somewhere near > the beginning, like: > > #define TCL_VERSION "8.6" > #define TCL_PATCH_LEVEL "8.6.0" > > I am mostly curious as to why CMake reports a version 8.5 and the > build still fails (I use both > 8.5 and 8.6 and have not seen this problem myself). > > The remedy is of course to get rid of TclFormatInt altogether :). > >> > Well, have a look at what I committed in response to your question. >> > Hopefully that makes things clearer. >> >> Totally, I was just pointing out it needed a careful reading. >> >> Anyway, the output of cmake and make are attached. >> > > Thanks for that. Unfortunately the files do not contain anything you > did not already > report. > > Could you just check the Tcl version number in that file tcl.h? > > 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. |