Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined reference to `SPLINTER::* #101

Open
icsl-Jeon opened this issue Apr 2, 2018 · 3 comments
Open

undefined reference to `SPLINTER::* #101

icsl-Jeon opened this issue Apr 2, 2018 · 3 comments

Comments

@icsl-Jeon
Copy link

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("?")

@gablank
Copy link
Collaborator

gablank commented Apr 5, 2018

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?

@Birght-lab
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants