Before actually shipping a 64-bit Windows client, we will start with building one in the nightly build, just to catch fatal compile errors etc.
Fixed in 29933. Time reporting on other bugs.
> $ make > Makefile:1198: warning: overriding recipe for target 'client-bundle/client-windows/tl-4.3.0post-client-windows.exe' > Makefile:1189: warning: ignoring old recipe for target 'client-bundle/client-windows/tl-4.3.0post-client-windows.exe' > [...] Both 32- and 64-bit Windows clients write their installers to the same file. Looks to have been introduced in r29934.
(In reply to comment #2) > > $ make > > Makefile:1198: warning: overriding recipe for target 'client-bundle/client-windows/tl-4.3.0post-client-windows.exe' > > Makefile:1189: warning: ignoring old recipe for target 'client-bundle/client-windows/tl-4.3.0post-client-windows.exe' > > [...] > > Both 32- and 64-bit Windows clients write their installers to the same file. > > Looks to have been introduced in r29934. Fixed in r30039 and r30040.
Looks good. I tested the 64-bit client from build 4703 a bit on Windows 8. I did not encounter any problems, but I didn't test thoroughly. The thinlinc-client-windows-x64.tar.gz is built correctly which is the important thing for this release. The 64-bit client is not yet in the client-bundle but I assume that's what we want at this stage.