Hi.
I am compiling dbus on GSRC and the configuration flags CONFIGURE_OPTS
set on config.mk file are not being detected.
I need this, to properly install dbus, because I dbus needs to deativate
doxygen docs to successfully install. You can try it yourself.
Cheers
I installed dbus successfully, although there are a lot of building error messages in the
documentation sections, which I ignore. Really an upstream problem. i.e. dbus maintainer problem. It still installed correctly.
I see in the readme:
When using autotools, run "./configure --help" to see the possible
configuration options and environment variables.
When using cmake, inspect README.cmake to see the possible
configuration options and environment variables.
so it could use autotools OR cmake , so there maybe more than one way around the problem, if there is a problem.
I see it also uses meson, I need to figure out how to pass messages to cmake and then meson.
Any examples you figure out will help.
Maybe you don't have the right doxygen things installed, so it's screwing up the install scripts.
Try installing doxygen, and thus move beyond the problem.