Re: Out of order building

2023-01-31 Thread Samuel Thibault
Ryan Raymond, le lun. 30 janv. 2023 19:16:37 -0500, a ecrit: > 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

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?