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

More ccall() issues encountered when compiling with Julia 1.4 RC2 #365

Closed
wjenkins1 opened this issue Mar 5, 2020 · 4 comments
Closed
Labels

Comments

@wjenkins1
Copy link

wjenkins1 commented Mar 5, 2020

Hi,

I have been using Julia 1.4 RC2 to compile Compose.jl (having done some minor modifications to overcome use of @eval and @require). However, I haven't been able to overcome the following errors possibly relating to Julia bug #34680. Does anyone have any advice or workaround? I note extra digits following the library names; are they necessary or perhaps part of the problem?

Thanks in advance.

Wayne.

[ Info: PackageCompiler: creating system image object file, this might take a while...
C:/Users/wjenkins1/.julia/artifacts/572b61b5075459e3ed62317e674398166ca98dd4/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: <unknown-file>:0: syntax error
Warning: .drectve `-export:ccalllib_libpango-1.0-0.dll5784,data ' unrecognized
C:/Users/wjenkins1/.julia/artifacts/572b61b5075459e3ed62317e674398166ca98dd4/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: <unknown-file>:0: syntax error
Warning: .drectve `-export:ccalllib_libgobject-2.0-0.dll9903,data ' unrecognized
C:/Users/wjenkins1/.julia/artifacts/572b61b5075459e3ed62317e674398166ca98dd4/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: <unknown-file>:0: syntax error
Warning: .drectve `-export:ccalllib_libpangocairo-1.0-0.dll15200,data ' unrecognized
@KristofferC
Copy link
Member

@staticfloat suggests it might be the dashes or/and dots. We should try make a patch to Julia that replaces these and see what happens.

@vtjnash
Copy link
Member

vtjnash commented Sep 3, 2020

I think this should be fixed by https://reviews.llvm.org/D87099, if that get merged.

@KristofferC
Copy link
Member

Thanks for making the PR and updating on the status.

@KristofferC
Copy link
Member

I think this is fixed in the new LLVM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants