Seung Jae Lee
2008-Feb-12 06:04 UTC
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
Hello all, Is there anyone has tried LLVM 2.1 on Visual Studio 2005? I did but not succeed due to some build errors. I seem to remember I read somewhere on this list it's compiled on VS2005 so I wonder... Have a good night. Thx, Seung
Chuck Rose III
2008-Feb-13 02:20 UTC
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
Hola Seung, I don't know if 2.1 in particular worked. I updated the 2.2 win32 vstudio 2k5 files right before lockdown, so they should be building. You will need appropriate versions of flex and bison installed. I used the ones from getgnuwin32 on my machine. Good luck. Chuck. -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Seung Jae Lee Sent: Monday, February 11, 2008 10:05 PM To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005? Hello all, Is there anyone has tried LLVM 2.1 on Visual Studio 2005? I did but not succeed due to some build errors. I seem to remember I read somewhere on this list it's compiled on VS2005 so I wonder... Have a good night. Thx, Seung _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Ted Neward
2008-Feb-13 05:11 UTC
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
I'm sorry, what is getgnuwin32? Is this just a cygwin shortcut tool? If I have most of the cygwin dev packages downloaded already, do I still need getgnuwin32? Where do I find getgnuwin32, in any event? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com> -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Chuck Rose III > Sent: Tuesday, February 12, 2008 6:21 PM > To: LLVM Developers Mailing List > Subject: Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio > 2005? > > Hola Seung, > > I don't know if 2.1 in particular worked. I updated the 2.2 win32 > vstudio 2k5 files right before lockdown, so they should be building. > You will need appropriate versions of flex and bison installed. I used > the ones from getgnuwin32 on my machine. > > Good luck. > > Chuck. > > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Seung Jae Lee > Sent: Monday, February 11, 2008 10:05 PM > To: llvmdev at cs.uiuc.edu > Subject: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio > 2005? > > Hello all, > > Is there anyone has tried LLVM 2.1 on Visual Studio 2005? > I did but not succeed due to some build errors. > I seem to remember I read somewhere on this list it's compiled on > VS2005 > so I wonder... > Have a good night. > > Thx, > Seung > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.516 / Virus Database: 269.20.2/1271 - Release Date: > 2/11/2008 8:16 AM >No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.20.2/1271 - Release Date: 2/11/2008 8:16 AM
Xi Wang
2008-Feb-20 04:02 UTC
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
Hi there, Did anyone try VS2008/Vista? There would a compile error (LLVM 2.1/2.2) at Line 126 in the file DynamicLibrary.inc. // EnumerateLoadedModules(GetCurrentProcess(), ELM_Callback, 0); Maybe MS changed the parameter type in the latest platform SDK. A simple workaround. At line 47 in the same file DynamicLibrary.inc, // static BOOL CALLBACK ELM_Callback(PSTR ModuleName, ... change PSTR to PCSTR, and everything is OK. I don't know if this works for VS2005/XP. Xi
Apparently Analagous Threads
- [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
- [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
- [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
- [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
- [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?