lightweight-java-profiler icon indicating copy to clipboard operation
lightweight-java-profiler copied to clipboard

make error

Open Viyond opened this issue 4 years ago • 0 comments

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

Viyond avatar Oct 21 '19 13:10 Viyond