-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build 1.0, bson.h not found [FreeBSD 12.1] #200
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
I wonder if this is |
Now that you pointed me in the right direction... Replacing the include with However,
So, replacing the include with I suspect some special case will be needed in Regards, |
Cool. That's annoying as I tested an older version of FreeBSD. Keep that patch for now, and let me know of any functional problems instead. |
FreeBSD has bson.h in a different location than pkg-config expects. For now, guard against this with #ifdef. Fixes #200
Hi @afhp-2020, Please take a look at the linked PR, and let me know if this fixes your issue. Thanks, |
Hello Thomas, Sorry for the delay. I just pulled ta/gh-200 and it built without error. Regards, |
FreeBSD has bson.h in a different location than pkg-config expects. For now, guard against this with #ifdef. Fixes #200
FreeBSD has bson.h in a different location than pkg-config expects. For now, guard against this with #ifdef. Fixes fvwmorg#200
I saw the release of 1.0, so I cloned the repository into a new directory and started building.
The first run of
./autogen.sh
complained about libbson, so the package was installed. The second run completed without error. There is no error reported by./configure
either.make
fails with:Build system is FreeBSD 12.1-RELEASE-p5 with all packages up-to-date as of 2020-09-03.
configure.log
make.log
The text was updated successfully, but these errors were encountered: