From: Pedro V. <ped...@sp...> - 2016-11-12 05:09:03
|
Hi Alan it seems all is ok now doing $ cmake ".." -G "Visual Studio 14" -DPL_DOUBLE:BOOL=ON -DBUILD_TEST:BOOL=ON -DCMAKE_CONFIGURATION_TYPES:STRING="Debug" -DCMAKE_BUILD_TYPE:STRING="Deb ug" -DBUILD_SHARED_LIBS:BOOL=OFF -DSTATIC_RUNTIME:BOOL=ON -DPLD_wxwidgets:BOOL=ON -DwxWidgets_ROOT_DIR:PATH=%WXWIN% -DwxWidgets_LIB_DIR:PATH=%WXWIN%\ lib\vc_lib -DwxWidgets_CONFIGURATION=mswud -DENABLE_MIX_CXX=ON -DwxWidgets_EXCLUDE_COMMON_LIBRARIES:BOOL=OFF > make.txt 2>&1 and then building ========== Build: 86 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== good job, thanks the file make.txt is attached I have a couple suggestions, however the Cmake output is full of messages like CMake Error at CMakeLists.txt:18 (enable_language): No CMAKE_Fortran_COMPILER could be found. -- Configuring incomplete, errors occurred! these are not really errors, just features that are not detected, like a Fortran compiler would it be possible to replace this just with a information message , like --detected fortran compiler --fortran compiler not found -Pedro ----- Original Message ----- From: "Alan W. Irwin" <ir...@be...> To: "Pedro Vicente" <ped...@sp...>; "Phil Rosenberg" <p.d...@gm...>; "Laurent Berger" <lau...@un...>; <plp...@li...> Sent: Wednesday, October 19, 2016 8:56 PM Subject: Re: [Plplot-devel] Finding wxWidgets > N.B. I have just (commit 3ab6396) updated the PLplot wxWidgets find > module again to conform (identically except for one necessary line) to > the latest (CMake-3.7.0-rc2) official version. See the commit log > message for a description of the changes in the PLplot version of this > find module (which we are maintaining separately from the official > version since that version is being actively maintained and many of > our users are using a CMake version that is earlier than > CMake-3.7.0-rc2 so would access a buggy version of this find module > unless we supply the latest version like this). > > I am pretty sure this latest version will work fine for everybody > (since it is maintained by the CMake developer team who are responding > so actively to bug reports concerning it), but further tests by > everybody to confirm good wxWidgets find results using our latest > master branch would be much appreciated. > > Alan > __________________________ > Alan W. Irwin > > Astronomical research affiliation with Department of Physics and > Astronomy, > University of Victoria (astrowww.phys.uvic.ca). > > Programming affiliations with the FreeEOS equation-of-state > implementation for stellar interiors (freeeos.sf.net); the Time > Ephemerides project (timeephem.sf.net); PLplot scientific plotting > software package (plplot.sf.net); the libLASi project > (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); > and the Linux Brochure Project (lbproject.sf.net). > __________________________ > > Linux-powered Science > __________________________ > |