From: Greg J. <gv...@gm...> - 2015-07-14 22:45:42
|
>From the ..env_out: PATH=/d/cmake3.2.2/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/c/ProgramData/Oracle/Java/javapath:/d/CAF/bin:/c/GTK/bin:/c/tcl/bin:/c/windows/system32 and: -- Check for working C compiler: C:/msys64/usr/bin/gcc.exe -- works You are running this with the MSYS environment which should only be used for things that will stay under /msys64. You need to bring up the mingw64 window and run from that. The /mingw64/bin/: goes to the front and perl puts itself at the rear. /mingw64/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows:/c/Windows/system32:/c/Windows/system32/Wbem:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl There is a mingw64/bin/cmake that I'm sure Alex would recommend, but I don't know how to work it. I'm working on a note to the list about what I do know. CMAKE_SYSTEM_NAME: Windows UNIX: 1 WIN32: 1 APPLE: MSVC: (MSVC_VERSION: ) MINGW: MSYS: 1 CYGWIN: 1 BORLAND: WATCOM: SWIG_FOUND: FALSE PERL_FOUND: TRUE X11_FOUND: 0 is this "MSYS Makefiles" generator? How does UNIX get set? On Mon, Jul 13, 2015 at 11:55 PM, Arjen Markus <Arj...@de...> wrote: > Hi Alan, > > > > I send you the current results for the comprehensive test on > MingW-w64/MSYS2, as I found some peculiar things. So this is the result I > got yesterday, without the extra bits and pieces I intended to install. > > > > The peculiarities are: > > - There is no wingcc device, because the gdi32 header file and > library are missing. I just checked: they appear under /usr/include/w32api > and /usr/lib/w32api. > > - I wanted to know if there are many external dependencies (given > the remark that MinGW-w64 is building on Cygwin), as that might cause > problems distributing executable programs. “ldd” only reported the basic > Windows DLLs but it did not report libplplot.dll. Very strange. Oh, and the > native Windows tool I use for this type of inquiries reports both > libplplot.dll AND msys-2.0.dll. > > So there actually is a dependency on MSYS stuff. > > > > Anyway, that is the quick report I can send at this moment. > > > > 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. > > > ------------------------------------------------------------------------------ > Don't Limit Your Business. Reach for the Cloud. > GigeNET's Cloud Solutions provide you with the tools and support that > you need to offload your IT needs and focus on growing your business. > Configured For All Businesses. Start Your Cloud Today. > https://www.gigenetcloud.com/ > _______________________________________________ > Plplot-devel mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-devel > > |