You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but new issue happened:
lld: error: unable to find library -lkernel32
lld: error: unable to find library -luser32
lld: error: unable to find library -lgdi32
lld: error: unable to find library -lwinspool
lld: error: unable to find library -lshell32
lld: error: unable to find library -lole32
lld: error: unable to find library -loleaut32
lld: error: unable to find library -luuid
lld: error: unable to find library -lcomdlg32
lld: error: unable to find library -ladvapi32
lld: error: unable to find library -lmingw32
lld: error: unable to find library -lgcc
lld: error: unable to find library -lgcc_eh
lld: error: unable to find library -lmoldname
lld: error: unable to find library -lmingwex
lld: error: unable to find library -lmsvcrt
lld: error: unable to find library -ladvapi32
lld: error: unable to find library -lshell32
lld: error: unable to find library -luser32
lld: error: unable to find library -lkernel32
lld: error: too many errors emitted, stopping now
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
I change the GIT_TAG with v0.15.0
and if it set to v0.7.0 this error shows
-- Using X11 for window creation
CMake Error at C:/Program Files/CMake/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find X11 (missing: X11_X11_INCLUDE_PATH X11_X11_LIB)
[4/40] Performing patch step for 'open3d-fetch'
FAILED: CMakeExternals/Stamp/open3d-fetch/open3d-fetch-patch /Users/muxiangchen/Desktop/open3d-core-android-master/build/CMakeExternals/Stamp/open3d-fetch/open3d-fetch-patch
cd /Users/muxiangchen/Desktop/open3d-core-android-master/build/CMakeExternals/Source/open3d-fetch && /usr/bin/git apply /Users/muxiangchen/Desktop/open3d-core-android-master/open3d-android.patch && /usr/local/Cellar/cmake/3.23.2/bin/cmake -E touch /Users/muxiangchen/Desktop/open3d-core-android-master/build/CMakeExternals/Stamp/open3d-fetch/open3d-fetch-patch
The text was updated successfully, but these errors were encountered: