-
Notifications
You must be signed in to change notification settings - Fork 5
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
libcork.a: error adding symbols: file format not recognized #18
Comments
Building cork with |
The latest AUR should fix this. |
The error still exists: https://github.com/arch4edu/cactus/actions/runs/5745740445/job/15574181043 |
Still exists. |
Also having this issue: Build failure
|
Apparently, commit 8159e2b causes this issue; By just re-adding diff --git a/PKGBUILD b/PKGBUILD
index b93f398..8555512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -117,7 +117,7 @@ build() {
-DJsonCpp_LIBRARY=/usr/lib
)
msg2 "Build Cork lib"
- make -C "${srcdir}/${name}-cork" CXXFLAGS="$CXXFLAGS -DSUPPORT_TOPO_STREAM_OPERATORS -fPIC"
+ make -C "${srcdir}/${name}-cork" CXXFLAGS="$CXXFLAGS -DSUPPORT_TOPO_STREAM_OPERATORS -fPIC" CXX="g++"
msg2 "Build CloudCompare"
cmake -B build -S "${srcdir}/${name}" -G Ninja "${CMAKE_FLAGS[@]}"
# shellcheck disable=SC2086 # allow slitting for MAKEFLAGS carrying multiple flags.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/arch4edu/cactus/actions/runs/3583606576/jobs/6033047190
The text was updated successfully, but these errors were encountered: