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

Can't compile for x64 under Visual Studio 2010 (win32 compilation works fine) #24

Open
thompon opened this issue Feb 28, 2019 · 4 comments

Comments

@thompon
Copy link

thompon commented Feb 28, 2019

Hello,

I have downloaded the tarball and I can compile libdash without any problem under Visual Studio 2010 (as recommended), but only for Win32.

But when I want to build libdash for x64, I get linking errors. Indeed, these functions cannot be found during linking: xmlCleanupParser, xmlCleanupParser, xmlCleanupParser, xmlCleanupParser, etc.

These are all functions from libxml2 and it seems that the libxml2 library in the tarball is only for Win32.

Could you please provide the x64 version of libxml2, or (better) a Visual Studio 2010 solution which can compile for x64 too)?

Thanks in advance!

@thompon
Copy link
Author

thompon commented Mar 5, 2019

any news about this issue?

@thompon
Copy link
Author

thompon commented Mar 7, 2019

help please
(is there someone reading this?)

@thompon
Copy link
Author

thompon commented Mar 19, 2019

still no reply?
So nobody uses libdash in 64-bit?

@francescoBLT
Copy link

Hi
I've compiled in 64-bit using VS2017. You should recompile in 64bit all libraries iconv (libiconv), zlib, libxml2 and libcurl an then link them.
Hope this helps

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

2 participants