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

make error #4

Open
Viyond opened this issue Oct 21, 2019 · 0 comments
Open

make error #4

Viyond opened this issue Oct 21, 2019 · 0 comments

Comments

@Viyond
Copy link

Viyond commented Oct 21, 2019

clang++ -I/Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home/Headers -I/Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home/Headers/darwin -std=c++11 -stdlib=libc++ -DTARGET_RT_MAC_CFM=0 -D__LP64__=1 -fdiagnostics-show-option -fno-exceptions -fno-omit-frame-pointer -fno-strict-aliasing -funsigned-char -fno-asynchronous-unwind-tables -m64 -msse2 -g -D__STDC_FORMAT_MACROS -Weverything -Wno-c++98-compat-pedantic -Wno-padded -Wno-missing-prototypes -Wall -Werror -Wformat-security -Wno-char-subscripts -Wno-sign-compare -Wno-strict-overflow -Wwrite-strings -Wnon-virtual-dtor -Woverloaded-virtual -O2 -Fvisibility=hidden -fPIC -c /Users/viyond/java_tools/java-profiler/lightweight-java-profiler/src/display.cc -o build-64/display.pic.o
In file included from /Users/viyond/java_tools/java-profiler/lightweight-java-profiler/src/display.cc:1:
/Users/viyond/java_tools/java-profiler/lightweight-java-profiler/src/display.h:1:10: fatal error: 'jvmti.h' file not found
#include <jvmti.h>
^~~~~~~~~
1 error generated.
make: *** [build-64/display.pic.o] Error 1

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

1 participant