sysml / blockmon

A Modular System for Flexible, High-Performance Traffic http://www.ict-mplane.eu/
http://fp7-demons.eu/
Other
24 stars 19 forks source link

pugixml.hpp: No such file while building #1

Closed pbertoni89 closed 9 years ago

pbertoni89 commented 9 years ago

Assume a fresh git clone of the repo,

cmake . && make 
will end in a
In file included from /root/blockmon/core/block/Block.cpp:32:0:
/root/blockmon/core/block/Block.hpp:52:23: fatal error: pugixml.hpp: No such file or directory
While
ldconfig -p | grep pugi
produces
libpugixml.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libpugixml.so.1
And my system, Ubuntu 14.04.1 LTS x64, has
libpugixml1
installed by
apt-get

What's wrong ?

awgn commented 9 years ago

Don't remember if blockmon is shipped with pugi library. However, it seems that your compiler is not able to find the pugi header. Try to install libpugixml-dev package from [universe] repo.

pbertoni89 commented 9 years ago

Thank you Nicola, but it astonishes me that next error is

~/blockmon/ipfix/IPFIXTypeBridge.hpp:52:28: fatal error: RecordReceiver.h: No such file or directory

I've googled for that header, even downloaded and built http://sourceforge.net/projects/libipfix/, but no way.. Oh, and obviously

find -name RecordReceiver.h -type f
returned nothing.

awgn commented 9 years ago

Patrizio, not sure what's going on there and I'm not even sure if someone is still in charge to maintain the code (me not for sure).

What I can tell you is that from time to time Maurizio Dusi pushes some commits... Try to send an email to him.

N.

On Mon Feb 09 2015 at 10:15:31 AM Patrizio Bertoni notifications@github.com wrote:

Thank you Nicola, but it astonishes me that next error is

~/blockmon/ipfix/IPFIXTypeBridge.hpp:52:28: fatal error: RecordReceiver.h: No such file or directory

I've googled for that header, even downloaded and built http://sourceforge.net/projects/libipfix/, but no way..

— Reply to this email directly or view it on GitHub https://github.com/blockmon/blockmon/issues/1#issuecomment-73477705.