Hi I am running into bunch of windows build issues. Can someone please provide help on what might be going wrong llvm\win32\Configure\..\llvm\ADT\hash_set.h 1>The system cannot find the file specified. Similarly 2>c1xx : fatal error C1083: Cannot open source file: '..\..\lib\Support\Annotation.cpp': No such file or directory thanks in advance shrey
I have run cmake prior to trying to build and few of the header file likes ADT\iterator.h do get generated. Shrey On Wed, Oct 28, 2009 at 3:16 PM, shreyas krishnan <shreyas76 at gmail.com> wrote:> Hi > I am running into bunch of windows build issues. Can someone > please provide help on what might be going wrong > > > llvm\win32\Configure\..\llvm\ADT\hash_set.h > 1>The system cannot find the file specified. > > Similarly > 2>c1xx : fatal error C1083: Cannot open source file: > '..\..\lib\Support\Annotation.cpp': No such file or directory > > > thanks in advance > shrey >
shreyas krishnan <shreyas76 at gmail.com> writes:> I am running into bunch of windows build issues. Can someone > please provide help on what might be going wrong > > > llvm\win32\Configure\..\llvm\ADT\hash_set.h > 1>The system cannot find the file specified. > > Similarly > 2>c1xx : fatal error C1083: Cannot open source file: > '..\..\lib\Support\Annotation.cpp': No such file or directoryI guess you are using cmake with Visual Studio. Please report version of LLVM used (or svn revision number), version of Visual Studio, exact cmake command used, exact nmake invocation, exact error messages as shown by the compiler, etc. Better yet, create a bug report with all this information and add my e-mail to the CC list. -- Óscar
done http://llvm.org/bugs/show_bug.cgi?id=5331 shrey On Wed, Oct 28, 2009 at 3:29 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:> shreyas krishnan <shreyas76 at gmail.com> writes: > >> I am running into bunch of windows build issues. Can someone >> please provide help on what might be going wrong >> >> >> llvm\win32\Configure\..\llvm\ADT\hash_set.h >> 1>The system cannot find the file specified. >> >> Similarly >> 2>c1xx : fatal error C1083: Cannot open source file: >> '..\..\lib\Support\Annotation.cpp': No such file or directory > > I guess you are using cmake with Visual Studio. > > Please report version of LLVM used (or svn revision number), version of > Visual Studio, exact cmake command used, exact nmake invocation, exact > error messages as shown by the compiler, etc. > > Better yet, create a bug report with all this information and add my > e-mail to the CC list. > > -- > Óscar > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >