build - FreeBSD - local libraries do not take precedence over installed libraries #399
Labels
bug
Something isn't working
build
Issue relates to the build process.
system-freebsd
Issue applies to FreeBSD.
An annoying one that affects
buildall.sh
primarily - if you already have an installed build of the project, producing a newer build will likely fail because the libraries that are compiled during the process do not take precedence over the installed ones.Aka, if something like
comgtk
gets a new API that other components use,buildall.sh
will fail until you uninstall the packages and build in a 'clean' environment. This does not happen on any supported Linux distro, only FreeBSD. Very odd.The text was updated successfully, but these errors were encountered: