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 >
AFAK, the Configuration project does not generate any output. It just patch and generate some required header file. Le 1 juil. 08 à 17:32, Le Anh Quang a écrit :> 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 >> > > > > _______________________________________________ > 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/1f6b6c3a/attachment.bin>
Hi, but on some other project, they require "configure.lib". What is this one ? Thanks -----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:58 An: LLVM Developers Mailing List Betreff: Re: [LLVMdev] build on windows AFAK, the Configuration project does not generate any output. It just patch and generate some required header file. Le 1 juil. 08 à 17:32, Le Anh Quang a écrit :> 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 >> > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >