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

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

2012-04-04 Thread Tony Cheneau
Good afternoon folks, I tried compiling the lowpan-tools on Fedora 15 and CentOS 6.2 systems but I could not pass the "./configure" step (called by autogen.sh) and I would be grateful if anyone could help me figure out why. I cloned the git repo and am using the latest version available at the ti