On 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...