Displaying 1 result from an estimated 1 matches for "tk2003".
Did you mean:
t2003
2004 Aug 22
2
permissions, kernel-2.6.8, and wine-20040813
...ent version (20040813).
The remaining problem is as follows:
I'm calling wine like this:
wine start.exe vcbuild.bat
and vcbuild.bat contains the following:
set QMAKESPEC=win32-msvc.net
set QTDIR=F:\wine\qt\3.2.1-nc\msvc.net
set PATH=%PATH%;%QTDIR%\bin
set PATH=F:\wine\msvc++tk2003\bin;%PATH%
set INCLUDE=F:\wine\msvc++tk2003\include;F:\wine\OpenSSL\include;%INCLUDE%
set LIB=F:\wine\msvc++tk2003\lib;F:\wine\OpenSSL\lib\VC;%LIB%
qmake
nmake
This worked fine before, but now runs successfully only as root, and gives
this error for non-root users:
<snipped>
fi...