Hi Reid,> Jeff, can you provide a test case that we can use to > reproduce this problem? Looks like I'm finally going to > force myself into a windows build (i.e. cough up the money > for VC++ 7.1).You can also download MS Visual C++ Toolkit 2003 - contains the VC++ 7.1 compiler/linker as well as all the standard libraries and headers. No gui, no debugger though: http://www.microsoft.com/downloads/details.aspx?FamilyID=272be09d-40bb-4 9fd-9cb0-4bfa122fa91b&DisplayLang=en The actual file: http://download.microsoft.com/download/3/9/b/39bac755-0a1e-4d0b-b72c-3a1 58b7444c4/VCToolkitSetup.exe Oleg.
Thanks! That helps! Reid. On Thu, 2004-12-23 at 12:07, Oleg Smolsky wrote:> Hi Reid, > > > Jeff, can you provide a test case that we can use to > > reproduce this problem? Looks like I'm finally going to > > force myself into a windows build (i.e. cough up the money > > for VC++ 7.1). > You can also download MS Visual C++ Toolkit 2003 - contains the VC++ 7.1 > compiler/linker as well as all the standard libraries and headers. No > gui, no debugger though: > http://www.microsoft.com/downloads/details.aspx?FamilyID=272be09d-40bb-4 > 9fd-9cb0-4bfa122fa91b&DisplayLang=en > > The actual file: > http://download.microsoft.com/download/3/9/b/39bac755-0a1e-4d0b-b72c-3a1 > 58b7444c4/VCToolkitSetup.exe > > Oleg. > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041223/1ef2b27e/attachment.sig>
I'm not so sure. It's the GUI environment that interprets the solution and project files. Without it, you have to use makefiles and there are none set up for Windows. Bottom line: if it doesn't have devenv.com, it won't work.> Thanks! That helps! > > Reid. > > On Thu, 2004-12-23 at 12:07, Oleg Smolsky wrote: > > Hi Reid, > >=20 > > > Jeff, can you provide a test case that we can use to=20 > > > reproduce this problem? Looks like I'm finally going to=20 > > > force myself into a windows build (i.e. cough up the money=20 > > > for VC++ 7.1). > > You can also download MS Visual C++ Toolkit 2003 - contains the VC++ 7.1 > > compiler/linker as well as all the standard libraries and headers. No > > gui, no debugger though: > > http://www.microsoft.com/downloads/details.aspx?FamilyID=3D272be09d-40bb-> 4 > > 9fd-9cb0-4bfa122fa91b&DisplayLang=3Den > >=20 > > The actual file: > > http://download.microsoft.com/download/3/9/b/39bac755-0a1e-4d0b-b72c-3a1 > > 58b7444c4/VCToolkitSetup.exe > >=20 > > Oleg. > >=20 > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev