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
`Compiling obj/cork.o Compiling obj/util/timer.o Compiling obj/util/log.o Compiling obj/isct/empty3d.o Compiling obj/isct/quantization.o Compiling obj/file_formats/files.o Compiling obj/file_formats/ifs.o Compiling obj/file_formats/off.o Compiling the Triangle library src/isct/triangle.c:3298:13: warning: unused variable 'k' [-Wunused-variable] int i, j, k; ^ src/isct/triangle.c:3299:8: warning: unused variable 'workstring' [-Wunused-variable] char workstring[FILENAMESIZE]; ^ src/isct/triangle.c:11706:28: warning: variable 'collinear' set but not used [-Wunused-but-set-variable] enum finddirectionresult collinear; ^ 3 warnings generated. Bundling lib/libcork.a updating include/cork.h Compiling obj/off2obj.o Linking off2obj ld: library not found for -lgmpxx clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [bin/off2obj] Error 1
`
I need some help pls!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
`Compiling obj/cork.o
Compiling obj/util/timer.o
Compiling obj/util/log.o
Compiling obj/isct/empty3d.o
Compiling obj/isct/quantization.o
Compiling obj/file_formats/files.o
Compiling obj/file_formats/ifs.o
Compiling obj/file_formats/off.o
Compiling the Triangle library
src/isct/triangle.c:3298:13: warning: unused variable 'k' [-Wunused-variable]
int i, j, k;
^
src/isct/triangle.c:3299:8: warning: unused variable 'workstring' [-Wunused-variable]
char workstring[FILENAMESIZE];
^
src/isct/triangle.c:11706:28: warning: variable 'collinear' set but not used [-Wunused-but-set-variable]
enum finddirectionresult collinear;
^
3 warnings generated.
Bundling lib/libcork.a
updating include/cork.h
Compiling obj/off2obj.o
Linking off2obj
ld: library not found for -lgmpxx
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [bin/off2obj] Error 1
`
I need some help pls!
The text was updated successfully, but these errors were encountered: