eebenson / haggle

Automatically exported from code.google.com/p/haggle
Apache License 2.0
0 stars 0 forks source link

Error running make under Linux #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Follow instructions from the guide 
http://code.google.com/p/haggle/wiki/QuickStartLinux
2. When you run make, the following error appears:

ConnectivityLocalLinux.cpp: In member function ‘virtual bool 
ConnectivityLocalLinux::run()’:
ConnectivityLocalLinux.cpp:1659:2: error: ‘cl’ was not declared in this 
scope
make[3]: *** [libhagglekernel_a-ConnectivityLocalLinux.o] Error 1
make[3]: Leaving directory `/home/awillers/haggle/src/hagglekernel'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/awillers/haggle/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/awillers/haggle'
make: *** [all] Error 2

What is the expected output? What do you see instead?
The haggle library should be compiled.

What version of the product are you using? On what operating system?
Haggle 4; LINUX - Ubuntu 12.04

Original issue reported on code.google.com by alejandr...@gmail.com on 11 Oct 2013 at 12:16