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

build failed need help #5

Open
MuXiangChen opened this issue Jun 2, 2022 · 1 comment
Open

build failed need help #5

MuXiangChen opened this issue Jun 2, 2022 · 1 comment

Comments

@MuXiangChen
Copy link

[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

@MuXiangChen
Copy link
Author

UPDATE: I soved the issue by commenting this line

PATCH_COMMAND ${GIT_EXECUTABLE} apply ${open3d_patch}

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)

I need help

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