Shark-ML / Shark

The Shark Machine Leaning Library. See more:
http://shark-ml.github.io/Shark/
GNU Lesser General Public License v3.0
493 stars 130 forks source link

Error with shark exemple #291

Open ghost opened 1 year ago

ghost commented 1 year ago

When I use shark cmakelists example, I get

Cannot find -lboost::serialization No such file or directory

DaveBeCoding commented 1 year ago

I ran into a similar problem,

I created this line in CMakeLists.txt

find_package(Boost REQUIRED COMPONENTS serialization system filesystem)

complete CMakeLists.txt

However, I have ran into a different problem of a missing <shark/Core/Shark.h> header.

christian-igel commented 1 month ago

Hi, I cannot reproduce the problem. Could you try with the current version from the repository? Best wishes, Christian