From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <31c092fb1a6b81a657845f36752eacba@juice.thebigchoice.com> From: matt@proweb.co.uk To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] Microsoft Visual C++ Toolkit 2003 Date: Tue, 20 Apr 2004 00:17:03 +0100 Topicbox-Message-UUID: 60420212-eacd-11e9-9e20-41e7f4b1d025 Hooray, I thought, MS let you download the toolchain, now I can compile drawterm with SSL http://msdn.microsoft.com/visualc/vctoolkit2003/ almost I used : mk -n 'CONF=Windows' on plan9 to produce http://www.proweb.co.uk/~matt/plan9/drawterm-compile.bat but it failed, mainly due to a missing windows.h (the MS version I presume) http://www.proweb.co.uk/~matt/plan9/compile_output.txt there are some other minor errors too such as auth.c(104) : warning C4013: 'des56to64' undefined; assuming extern returning int oh well, it was close m