From: Joe T. <jo...@pr...> - 2014-10-01 18:35:08
|
Greg -- SVN revisions 4425 and 4426 break everything here. I think all that's needed is SET LIBRARY_PATH="" in jtsdk-qtenv.bat, and possibly also in jtsdk-pyenv.bat. Don't put LIBRARY_PATH into PATH... they're two different things. You don't use LIBRARY_PATH anywhere in your scripts, but some of the tools do. We want it defined as NULL, even if a user normally has it set otherwise (for use in other environments). -- Joe |