This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.
Holger Hans Peter Freyther holger at freyther.deOn 05/28/2010 03:24 PM, Andreas.Eversberg wrote:
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
> with that it works, but it should be easier, i think:
Yes, set the PKG_CONFIG_PATH to /usr/local/lib/pkg-config, at least this
is what I am doing.
> now i get these errors when compiling openbsc:
>
> gsm_04_11.c:343:16: error: invalid suffix "b111" on integer constant
> ...
>
> the source sais "switch (fi & 0b111) {". i never saw binary values in C. (gcc version 4.1.2)
Feel free to turn this into hex and push the change. I thought we
already did this once...