Re: Two build problems

2012-09-19 Thread Noah Lavine
I have found the cause of the second problem, but I'm not sure what to do about it. Here's what's happening: libguile/bytevectors.c includes uniconv.h. uniconv.h lives in my system include directory (~/.nix-profile/include, actually). It includes a file called unitypes.h. That refers to

Two build problems

2012-09-15 Thread Noah Lavine
Hello, I hit two errors while building recent Guile, one of which I have diagnosed. First problem: At first, I couldn't build lib/striconveh.c. Here's what I think was wrong: Make doesn't know that lib/striconveh.c depends on lib/unitypes.h. This is a problem because lib/unitypes.h is generated