[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hurd build errors
From: |
Alfred M. Szmidt |
Subject: |
Re: Hurd build errors |
Date: |
Sun, 29 Feb 2004 15:27:50 +0100 (MET) |
I've been working on building the CVS Hurd so I can work out an
ebuild for it and I've ran into a few problems. First is when the
build system is making libdiskfs it can't find version.h for
building the opts-version, which it should be looking for
../version.h like libcons does. I don't know the build system well
enough to look into why its doing that.
Could you show us the output of make? And the commands you used? It
sounds as if the include directives are screwed up; are you compiling
the Hurd in the source directory? Because that doesn't work according
to Marco.
After I symlinked version.h to the real one (quick hack), it died
again looking for libc-symbols.h? Isn't this or shouldn't this be
part of libc-dev? Is it in another package that I'm missing?
It is part of libpthread, see [hurd]/libpthread/include/libc-symbols.h.