Hi Thorsten, hm, weird, of course. I have two suggestions: - Use the "NMake Makefiles" generator - Send me the complete output from CMake (no need to send it to the whole mailing list): cmake ..... 1>cmake.out 2>&1 and the CMakeCache.txt file (using the VS2010 generator)
I will try and see why BUILD_TEST is turned off, as there must be some non-obvious reason for this. Regards, Arjen > -----Original Message----- > From: Thorsten Behrens [mailto:[email protected]] > Sent: Wednesday, April 02, 2014 12:27 PM > To: [email protected] > Subject: Re: [Plplot-devel] Examples not generated during build > > Hi Arjen! > > Thanks for your quick reply. > > > this is odd. I just tried it myself, but without wxWidgets and that > > gives the expected result (BUILD_TEST=ON in the cache file). Could you > > try it without wxWidgets? Not sure if that has to do with it. > > Trying without wxwidgets just gives as the only difference that now wxwidgets > is > also missing ;-) > > > My command line was: > > > > d:\cmake2.8.10.2\bin\cmake ..\plplot -G "Visual Studio 10" > > -DBUILD_TEST=ON -DENABLE_tcl=OFF -DENABLE_java=OFF - > DPLD_wxwidgets=OFF > > I used this command line (i.e. the same option as yours): > cmake -G "Visual Studio 10" -DBUILD_TEST=ON -DPLD_wxwidgets=OFF > I:\Plplot\plplot-5.10.0 > > Still no examples show up in the generated build directory (and of course > also not in > Visual Studio). > 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. ------------------------------------------------------------------------------ _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
