[LLVMdev] Problems with iterator.h

Hendrik Boom hendrik at topoi.pooq.com
Tue Jun 3 10:33:13 PDT 2008


On Tue, 03 Jun 2008 18:48:09 +0200, Matthijs Kooijman wrote:

> Hi Hendrik,
> 
>>   -rw-r--r--  1 hendrik sbox  1328 2008-06-03 10:00 iterator -rw-r--r--
>>    1 hendrik sbox  2418 2008-06-03 10:00 iterator.h.in
> Did you run AutoGen.sh (not sure about case). I think that's needed when
> compiling from svn, and it should generate the makefiles for building
> iterator.h. I think.

I followed the instructions in
 http://llvm.org/docs/GettingStarted.html#starting.

Since then I've found the include files under the object root.  
Naturally, that's where generated files go.  The problem is now that llvm-
config --cxxflags doesn't know about the include files under the object 
root.  Of course there's an easy workaround -- just specify an extra 
include directory on my g++ line, but it should probably get fixed in the 
SVN sources.

-- hendrik




More information about the llvm-dev mailing list