[LLVMdev] HowToUseJIT.cpp - file: 'llvm/ADT/iterator': No such file or directory
Reid Spencer
reid at x10sys.com
Wed Sep 15 23:32:58 PDT 2004
The header file llvm/ADT/iterator is generated by the configure script.
The source for the file is in include/llvm/ADT/iterator.in. Please make
sure you've updated that directory (ADT). Then, you need to make sure
you've updated to the latest configure script and rerun it to generate
include/llvm/ADT/iterator. Note that if $builddir != $srcdir then you
might miss this generation as it actually builds "iterator" in the
$builddir! Same thing goes for hash_set and hash_map.
Reid.
On Wed, 2004-09-15 at 14:09, Henrik Bach wrote:
> Hi
>
> I'm trying to compile HowToUseJIT.cpp, but it seems that iterator definition
> is missing:
>
> --------------------Configuration: HowToUseJIT - Win32
> Debug--------------------
> Compiling...
> HowToUseJIT.cpp
> c:\sfu\usr\local\src\llvm\include\llvm\adt\ilist(41) : fatal error C1083:
> Cannot open include file: 'llvm/ADT/iterator': No such file or directory
> Error executing cl.exe.
>
> I've looked and searched for it in the LLVM source folders, but it doesn't
> seem to be present. Futhermore, I've got the latest cvs sources.
>
> Any suggestions?
>
> Henrik
>
> ---
> Got Freedom?
> Software Freedom Day 2004 - 28th of August
> http://www.softwarefreedomday.org/
> ---
>
> _________________________________________________________________
> Find det, du sger med MSN Sg http://search.msn.dk/
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040915/95c13a49/attachment.sig>
More information about the llvm-dev
mailing list