You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bmake -r install fails if the ${BUILD}/pc/{libfsm,libre}.pc files are missing. Running bmake -r build/pc/libfsm.pc and bmake -r build/pc/libre.pc and then bmake -r install works, but the install target should depend on them.
The text was updated successfully, but these errors were encountered:
This may be a kmkf issue.
bmake -r install
fails if the${BUILD}/pc/{libfsm,libre}.pc
files are missing. Runningbmake -r build/pc/libfsm.pc
andbmake -r build/pc/libre.pc
and thenbmake -r install
works, but the install target should depend on them.The text was updated successfully, but these errors were encountered: