It was first broken by 8a68d5cb62, which gave utility.c a dependency on factor.[ch] (which then pulls in everything else), and has acquired several additional dependencies since then.
I'm not sure whether just to update the comment in simpqs.c to include the above list, or start the work to unpick dependencies from utility.c. I don't want to drop it entirely - it's really useful for testing changes.
It was first broken by 8a68d5cb62, which gave
utility.c
a dependency onfactor.[ch]
(which then pulls in everything else), and has acquired several additional dependencies since then.I've been building successfully with:
I'm not sure whether just to update the comment in
simpqs.c
to include the above list, or start the work to unpick dependencies fromutility.c
. I don't want to drop it entirely - it's really useful for testing changes.