Clément Péron

Results 39 comments of Clément Péron

Hi @seladb, I have some questions regarding the Cmake: Why do you include the .h when declaring library/executable source? `add_executable(PcapSplitter ConnectionSplitters.h IPPortSplitters.h main.cpp SimpleSplitters.h Splitters.h)` instead of `add_executable(PcapSplitter main.cpp)` Also...

Hi @seladb, Ok I will try, I have fix buid for PF_RING and DPDK on Linux.

@seladb seems good now! Don't get why windows is complaining

@seladb only Linux is working at the moment with a "recent" CMake 3.0 so no Ubuntu 16.04 nor CentOS7 support. I have rework Finddpdk and it should work automatically with...

@seladb I have no experience to support windows compilation but as it compile with Make if shouldn't be hard to support it with cMake. I think we could also support...

@seladb mingw seems fine now !

@seladb so Linux, MacOSX and MinGW are OK. Todo: - Android support. - Shared libs - generate a PcapPlusPlusConfig.cmake

@seladb Android and FreeBSD are ok ! For windows, moving to C++11 Threads will help a lot !

@seladb, i will try to link with pthread-w32. Do you want to keep both makefile and CMake in // in the CI?