-
Notifications
You must be signed in to change notification settings - Fork 55
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
fCWT in C++ #39
Comments
@Arpit-199 you need to build the fCWT library or include the source files. You maybe have to adjust the path to the files but something like the following should work:
|
@Arpit-1996, is your question/issue answered/solved? If yes, than this issue can be closed. |
It's a linker error, not compiler, so you need to add the library with |
@arpitomar you are not telling the compiler where to find fcwt.h
|
It is a linker error you are seeing. You need to tell g++ where the library was installed to (-L can be used for this), and then link against it with |
This error comes when we run C++ code of fCWT.
The text was updated successfully, but these errors were encountered: