Out of order building

2023-01-30 Thread Ryan Raymond
I think I found a resolvable issue. Still looking into it though. Apparently some things which depend on libstrore/libstore.so are built before it. The solution is to run make libstore and then continue. If this fixes it I'd like to make this the default behavior. What think?

No rule to make target 'interruptServer.stamp', needed by 'interrupt_S.h'

2023-01-24 Thread Ryan Raymond
Does anyone know what this is? The file "interrupt_S.h" doesn't exist, but many files refer to it. I checked the git log but there wasn't a record of the file ever existing.

Hello

2023-01-24 Thread Ryan Raymond
like to try to fix the build process and documentation. Is this acceptable? Regards, Ryan Raymond

Building Hurd

2023-01-24 Thread Ryan Raymond
Hello, I was reading the install instructions and I saw that they were incomplete. The system can't build right now I guess, but I wanted to fix that. I was wondering if the last person who built could point me in the general direction of how they think hurd is supposed to build?