I think this is a bonafide msys bug. The download I used was the .7z distribution and the only difference is the win/unix cr-lf. This is the critical factor and it caused configure to be confused.
I d'loaded that zip file and ran WinMerge, the two directory trees are identical (ignoring crlf) except for a setup.h and another file (impexp.h) that was probably patched via the file found in the package. I ran configure on the .zip distribution and it ran successfully. If I run it on .tgx I needed GREP, AR, WINDRES environment variables. !! On Tue, Apr 7, 2015 at 1:57 PM, David Macek <[email protected]> wrote: > On 7. 4. 2015 20:37, Greg Jung wrote: >> $ echo $PATH >> /mingw32/bin:/opt32/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 > > What is in /opt32/bin? Any conflicting programs? > > Where did you download the sources? I tried configure from > <https://sourceforge.net/projects/wxwindows/files/3.0.1/wxWidgets-3.0.1.zip/download> > and I had no such problems. > > -- > David Macek > > > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > _______________________________________________ > Msys2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/msys2-users > ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
