splinter icon indicating copy to clipboard operation
splinter copied to clipboard

undefined reference to `SPLINTER::*

Open icsl-Jeon opened this issue 6 years ago • 3 comments

I installed the package via "make install" I'am going to use this package in C++ however, when compile the example code, undefined reference error come out. maybe this is link error, but what name of lib should I link in CMakeFiles? link_libraries("?")

icsl-Jeon avatar Apr 02 '18 08:04 icsl-Jeon

Hello,

Sorry for the late reply!

What example are you trying to compile? Could you also provide me with the complete output of the compiler, the compiler you are using and what commit you are building from?

gablank avatar Apr 05 '18 08:04 gablank

Hello, The same thing happened to me. I don't know how to solve it.

cd ~/splinter/test g++ main.cpp main.cpp:11:10: fatal error: Catch.h: no such file or directory 11 | #include <Catch.h> ...

Birght-lab avatar Jun 21 '22 05:06 Birght-lab

Hello, The same thing happened to me. I don't know how to solve it.

cd ~/splinter/test g++ main.cpp main.cpp:11:10: fatal error: Catch.h: no such file or directory 11 | #include <Catch.h> ...

I'm sorry to upload such a problem. When I link the splinter-static-3-0 and the SPLINE, it becomes OK.

Birght-lab avatar Jun 21 '22 06:06 Birght-lab