Re: [Linux-zigbee-devel] Unable to compile latest git revision of the lowpan-tools

2012-04-04 Thread Alan Ott
On 4/4/12 5:17 PM, Tony Cheneau wrote: > I found out the problem to my compilation issues. I did the following > change in the configure.ac (one line fix): > -PKG_CHECK_MODULES([NL], [libnl-3.0]) > +PKG_CHECK_MODULES([NL], [libnl-3.0, libnl-genl-3.0]) > > Still, I do not know if my problem is/was F

Re: [Linux-zigbee-devel] Unable to compile latest git revision of the lowpan-tools

2012-04-04 Thread Tony Cheneau
Hi again, (replying to myself) I found out the problem to my compilation issues. I did the following change in the configure.ac (one line fix): -PKG_CHECK_MODULES([NL], [libnl-3.0]) +PKG_CHECK_MODULES([NL], [libnl-3.0, libnl-genl-3.0]) Still, I do not know if my problem is/was Fedora/CentOS rel