Hi, I have tried to compile LLVM with Visual C++. Some subprojects work now. Other subprojects require the file "configure.lib". So I tried to compile the project "Configure". It could be built successfully, but the file "configure.lib" is not generated. So, what is the problem here ? Can somebody help me to fix that ? Thanks and regards Quang
I've just pulled down the mainline and will be looking at this today. Thanks, Chuck. -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Le Anh Quang Sent: Monday, June 30, 2008 12:28 PM To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] build on windows Hi, I have tried to compile LLVM with Visual C++. Some subprojects work now. Other subprojects require the file "configure.lib". So I tried to compile the project "Configure". It could be built successfully, but the file "configure.lib" is not generated. So, what is the problem here ? Can somebody help me to fix that ? Thanks and regards Quang _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Le 30 juin 08 à 21:28, Le Anh Quang a écrit :> Hi, > I have tried to compile LLVM with Visual C++. Some subprojects work > now. > > Other subprojects require the file "configure.lib". So I tried to > compile > the project "Configure". It could be built successfully, but the file > "configure.lib" is not generated. So, what is the problem here ? Can > somebody help me to fix that ? > > Thanks and regards > QuangWhich VC++ version ? The last time I tried to build it (one week ago), I just got one error in the TableGen subproject with VS 2008. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2427 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080630/c635e4d3/attachment.bin>
So far, I'm building largely clean too. I had to change which llvmAsmParser it was looking at since it needs to look at the generated file under the win32\AsmParser directory rather than ...\lib\AsmParser where no such file exists. After that, it compiles clean on debug. Working on release now and then I'll check that change in. Quang, do you have flex and bison on your system and in your path? I'm using the ones from getgnuwin32 for my system. I'm building with VS2k5 sp1. Thanks, Chuck. -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Jean-Daniel Dupas Sent: Monday, June 30, 2008 1:00 PM To: LLVM Developers Mailing List Subject: Re: [LLVMdev] build on windows Le 30 juin 08 à 21:28, Le Anh Quang a écrit :> Hi, > I have tried to compile LLVM with Visual C++. Some subprojects work > now. > > Other subprojects require the file "configure.lib". So I tried to > compile > the project "Configure". It could be built successfully, but the file > "configure.lib" is not generated. So, what is the problem here ? Can > somebody help me to fix that ? > > Thanks and regards > QuangWhich VC++ version ? The last time I tried to build it (one week ago), I just got one error in the TableGen subproject with VS 2008.
Hi Jean-Daniel, Thank I use VC++ 9 (express version). I have also an error in TableGen: The "strtoll" could not be found under win32. Have you fixed it ? Regards Quang -----Ursprüngliche Nachricht----- Von: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] Im Auftrag von Jean-Daniel Dupas Gesendet: Montag, 30. Juni 2008 22:00 An: LLVM Developers Mailing List Betreff: Re: [LLVMdev] build on windows Le 30 juin 08 à 21:28, Le Anh Quang a écrit :> Hi, > I have tried to compile LLVM with Visual C++. Some subprojects work > now. > > Other subprojects require the file "configure.lib". So I tried to > compile the project "Configure". It could be built successfully, but > the file "configure.lib" is not generated. So, what is the problem > here ? Can somebody help me to fix that ? > > Thanks and regards > QuangWhich VC++ version ? The last time I tried to build it (one week ago), I just got one error in the TableGen subproject with VS 2008.