From: Joe T. <jo...@pr...> - 2014-10-01 17:41:51
|
Greg -- I finally spent the necessary time to find out why builds of WSJT-X on one of my shack computers stopped working, a couple of weeks ago. Turns out that the machine in question has environment variable LIBRARY_PATH set as follows, at login: LIBRARY_PATH=c:\mingw\lib;c:\mingw\lib\gcc-lib\i686-pc-mingw32\4.0.3 Obviously this is not good for builds in the JTSDKs! I suggest you put the following somewhere in jtsdk-qtenv.bat: SET LIBRARY_PATH="" Does this make sense? -- Joe |