Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot make newer etisnoop versions #19

Closed
andimik opened this issue Dec 24, 2016 · 3 comments
Closed

Cannot make newer etisnoop versions #19

andimik opened this issue Dec 24, 2016 · 3 comments

Comments

@andimik
Copy link

andimik commented Dec 24, 2016

When I try to make it under Ubuntu 16.04 64bit, I get the following (German) error

...
CC src/wavfile.o
CC src/fec/decode_rs_char.o
CC src/fec/encode_rs_char.o
CC src/fec/init_rs_char.o
CXXLD etisnoop
/usr/bin/ld: cannot find -lboost_regex
collect2: error: ld returned 1 exit status
Makefile:575: die Regel für Ziel „etisnoop“ scheiterte
make[1]: *** [etisnoop] Fehler 1
make[1]: Verzeichnis „/home/andreas/etisnoop“ wird verlassen
Makefile:390: die Regel für Ziel „all“ scheiterte
make: *** [all] Fehler 2

An older version I have downloaded in October works.

@mpbraendli
Copy link
Member

Hello, the newest versions require boost to be installed.
Did you run bootstrap after you did git pull?

@andimik
Copy link
Author

andimik commented Dec 25, 2016

Boost was to be installed, but I've installed it again through

sudo apt-get install libboost-all-dev

Yes, now I could make etisnoop.

Thanks for the hint.

@andimik
Copy link
Author

andimik commented Mar 16, 2017

Maybe you could mention in the readme that under Ubuntu boost has to be installed with that command?

And I had to add this package:

sudo apt-get install dh-autoreconf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants