We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the instructions on the Readme inorder to build the jar needed for running on a Mac but getting the error below
git clone --recursive https://github.com/vinhkhuc/JFastText cd JFastText mvn package
[INFO] clang++ -I/Users/u0108163/GitRepos/RnD/RD-NLP/JFastText/src/main/java/../cpp -I/Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/include/darwin /Users/u0108163/GitRepos/RnD/RD-NLP/JFastText/target/classes/com/github/jfasttext/jniFastTextWrapper.cpp -march=x86-64 -m64 -O3 -std=c++0x -I/Users/u0108163/GitRepos/RnD/RD-NLP/JFastText/src/main/java/../cpp -Wl,-rpath,@loader_path/. -Wall -fPIC -dynamiclib -undefined dynamic_lookup -o libjniFastTextWrapper.dylib -framework JavaVM In file included from /Users/u0108163/GitRepos/RnD/RD-NLP/JFastText/target/classes/com/github/jfasttext/jniFastTextWrapper.cpp:101: /Users/u0108163/GitRepos/RnD/RD-NLP/JFastText/src/main/java/../cpp/fasttext_wrapper.h:4:10: fatal error: 'fastText/src/fasttext.h' file not found #include "fastText/src/fasttext.h" ^~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following the instructions on the Readme inorder to build the jar needed for running on a Mac but getting the error below
[INFO] clang++ -I/Users/u0108163/GitRepos/RnD/RD-NLP/JFastText/src/main/java/../cpp -I/Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/include/darwin /Users/u0108163/GitRepos/RnD/RD-NLP/JFastText/target/classes/com/github/jfasttext/jniFastTextWrapper.cpp -march=x86-64 -m64 -O3 -std=c++0x -I/Users/u0108163/GitRepos/RnD/RD-NLP/JFastText/src/main/java/../cpp -Wl,-rpath,@loader_path/. -Wall -fPIC -dynamiclib -undefined dynamic_lookup -o libjniFastTextWrapper.dylib -framework JavaVM
In file included from /Users/u0108163/GitRepos/RnD/RD-NLP/JFastText/target/classes/com/github/jfasttext/jniFastTextWrapper.cpp:101:
/Users/u0108163/GitRepos/RnD/RD-NLP/JFastText/src/main/java/../cpp/fasttext_wrapper.h:4:10: fatal error: 'fastText/src/fasttext.h' file not found
#include "fastText/src/fasttext.h"
^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
The text was updated successfully, but these errors were encountered: