BUStools / bustools

Tools for working with BUS files
https://bustools.github.io/
BSD 2-Clause "Simplified" License
92 stars 23 forks source link

cannot find strcmp when building BUSData.cpp #1

Closed jason8301 closed 6 years ago

jason8301 commented 6 years ago

make throws an error when building BUSData.cpp about not finding strcmp Adding the include line into BUSData.h fix this. #include <cstring>

It seems gcc changed their "default included" headers?

build environment: Centos 7, gcc 4.8.5, cmake 2.8.12

pmelsted commented 6 years ago

Fixed, thanks for reporting.