opentechinstitute / commotiond

The system management daemon for the Commotion Wireless Project.
https://commotionwireless.net
GNU Affero General Public License v3.0
26 stars 21 forks source link

commotiond compile errors #79

Closed gradyoti closed 10 years ago

gradyoti commented 10 years ago

When building commotiond on my local machine, both @areynold and I were getting compile errors for undeclared variable "iface".

I've tracked down the responsible commit: 4a0096e81226eca3a0b0e68cb9f94b737a2454b3

I'm now working on a pull request which will put the necessary declarations back in.

There is also a second issue when building gtest: /usr/bin/ld: src/googletest-build/libgtest.a(gtest-all.cc.o): undefined reference to symbol 'pthread_key_delete@@GLIBC_2.2.5' /lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line

... which I am still investigating.

jheretic commented 10 years ago

This is already fixed in branch linux-fixes. Well, I don't know about the second one, but I haven't encountered that one.

gradyoti commented 10 years ago

I figured it out. I don't have gtest installed on this machine :P