Hi Carl,
> I see this same problem building netatalk on a 64bit system.
The things you are mentioning are most likely unrelated to the original problem. This issue with the32bit host was solved a while back.
However:
> There are a bunch of Makefiles within netatalk that have: MYSQL_CFLAGS = -I/usr/include/mysql -I/usr/include/mysql/..
This should not be. We have not noticed this because none of us has mysql development files on the host. Can you try to add:
--with-mysql-config=mysql_config_disabled
to "do_configure" in packages/net/netatalk/build?
As for libcec3, it appears that cmake is preferring the highest version of a package it if finds multiple. I have not found a
solution for that. As workaround add:
-DSKIP_PYTHON_WRAPPER=1
to the cmake command in packages/libs/libcec3/build. This disables the python part of libcec, which we do not need anyway...
> --
> You received this message because you are subscribed to the Google Groups "OpenBricks Development List" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
openbricks-dev...@googlegroups.com
> <mailto:
openbricks-dev...@googlegroups.com>.
> For more options, visit
https://groups.google.com/d/optout.
--
Ruediger "Rudi" Ihle