tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: gobject-introspection on OS X 10.9: clang include <> vs "" fussiness



> I tried to build gobject-introspection on OS X 10.9, when it was not
> installed.  Compiler is
>  Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
> 
> I got lots of failures about not finding include files, which sure
> enough were included with <> even though they were in the source
> directory with the .c files.  I changed most to "" and got this to
> build.  In addition I had to change gitestmacros.h to ../gitestmacros.h.
> 
> So my real question is whether others are seeing this, or if it's only
> that clang is newly fussy about not looking in the sourcedir for files
> included with <>.
> 
> Also it seems girepository.h does not have to be in "" (I left some
> unpatched), but I don't see why it is different.
> 
> I built with clang 3.6.0 on NetBSD 6 without the patches, and that built
> ok.
> 
> Should I just add commit these patches?  Do something else?

I cannot reproduce this problem on OS X 10.9 with Xcode 6.2 (clang-600.0.57). Coulb be something wrong with your local installation?

Kind regards,
Adam


Home | Main Index | Thread Index | Old Index