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.
Not this one, I have a different error here. One related to hasmap and pair templates. I will check this on my Windows machine later. Le 1 juil. 08 à 16:44, Le Anh Quang a écrit :> 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 >> Quang > > > Which 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. > > > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- 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/20080701/b6a5e208/attachment.bin>
Hi Jean-Daniel, thank for ur fast answer, i have fixed this error, another function was defined inside llvm source code. So, my only problem now is, I cannot create the file "configure.lib" (belongs to project "Configure"). I can build this project without error, but it didn't generate the lib data ?! Can you build this file ? if yes, I will be very happy if you send it to me. Maybe I 'll try to use it for my project directly. Thanks, 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: Dienstag, 1. Juli 2008 17:23 An: LLVM Developers Mailing List Betreff: Re: [LLVMdev] build on windows Not this one, I have a different error here. One related to hasmap and pair templates. I will check this on my Windows machine later. Le 1 juil. 08 à 16:44, Le Anh Quang a écrit :> 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 >> Quang > > > Which 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. > > > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Sometimes with express VC, you need to pull down the platform SDK from Microsoft.com as it doesn't come with automatically. I don't know if that's causing you issues here, but it certainly can. (And likely will in the more win32 api specific portions of compiling llvm). Hope this helps, Chuck. -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Le Anh Quang Sent: Tuesday, July 01, 2008 7:44 AM To: 'LLVM Developers Mailing List' Subject: Re: [LLVMdev] build on windows 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. _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev