-
Notifications
You must be signed in to change notification settings - Fork 44
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
glib.h not found #1484
Comments
It seems that somehow this is related to what triggered GenericMappingTools/gmt#8577
So, if |
Joaquim,
I don’t have time to work on it now, but I suspect the problem is that GLIB has been found but that the CMakeList.txt file in mbsystem/src/mbaux does not add GLIB to the target include directories and link libraries lists.
Cheers,
Dave
… On Oct 22, 2024, at 3:07 PM, Joaquim ***@***.***> wrote:
It seems that somehow this is related to what triggered GenericMappingTools/gmt#8577 <GenericMappingTools/gmt#8577>
But gmt_glib.h:36 has
#ifdef HAVE_GLIB_GTHREAD
#include <glib.h>
So, if HAVE_GLIB_GTHREAD is set that means the location of glib.h should be know too. Don't understand the failure.
—
Reply to this email directly, view it on GitHub <#1484 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABTSXXCC5QQAJPLWOOYIS4LZ43EDDAVCNFSM6AAAAABQNIQQ3SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZQGQYDGOBXGQ>.
You are receiving this because you are subscribed to this thread.
----------------------------------------------------
David W. Caress
Principal Engineer
Seafloor Mapping Lab
Monterey Bay Aquarium Research Institute
7700 Sandholdt Road
Moss Landing, CA 95039
***@***.***
https://www.mbari.org/person/dave-caress/
https://www.mbari.org/team/seafloor-mapping/
Phone: 831-775-1775
|
It's a recent thing at least. I'm pretty sure I successfully compiled MB-system just a few weeks/months ago (with bleeding edge GMT). I know for sure it worked in May, so the reason you refer to @joa-quim seems probable. |
Tested on git head and 5.8.1.
I'm getting an error which is new to me:
It seems to come from a gmt header file. I've installed the dependencies.
This 'error' may not belong to MB-System, but creating this report in hope for some tips. @joa-quim, do you know of any changes lately that may lead to this?
The text was updated successfully, but these errors were encountered: