-
Notifications
You must be signed in to change notification settings - Fork 72
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
Latest commit doesn't build with msvc #67
Comments
I'll rebuild the packaging, zproject is now up to speed on Windows and On Wed, Jan 20, 2016 at 9:48 AM, Gran Ville Lintao <[email protected]
|
@hintjens - thanks. Im checking out zproject and it seems it can only be installed and used on linux? |
OK, all done here: #68 Just did about a year's worth of packaging work in a few minutes. On Wed, Jan 20, 2016 at 11:46 AM, Pieter Hintjens [email protected] wrote:
|
Ah, it will work on Windows and OS/X from the command line. You need to The text in scalablec.org may help (though it's unfinished). On Wed, Jan 20, 2016 at 11:51 AM, Gran Ville Lintao <
|
@hintjens Awesome. Thanks. Can you please give me commit access to filemq so I can merge it now? |
OK, you're maintainer now. Enjoy :) |
@hintjens great, thanks. It's still not building completely - filemq has a different Project Configuration in msvc compared to its dependencies - czmq, libsodium, zmq - which are all building fine under "DynDebug" project config in win32. I can fix this manually but what's the proper way to fix this? |
more precisely, the czmq lib isn't built as "libczmq.lib". All the dependencies and filemq use the pattern "lib[librarynamehere].lib" so filemq refers to libczmq.lib, but czmq is built only as czmq.lib |
Best way to fix this is to patch the project files by hand, until it works, On Wed, Jan 20, 2016 at 1:56 PM, Gran Ville Lintao <[email protected]
|
I don't see where the CZMQ build is producing czmq.lib/dll; the project is Rather than change filemq to use czmq.lib we should be building libczmq.lib. On Thu, Jan 21, 2016 at 1:09 PM, Gran Ville Lintao <[email protected]
|
I wasn't using the latest CZMQ master - was using the latest tagged release because it wasn't building in msvc as well. |
OK, that explains it. We have to be using master. I did a sweep to getting libzmq, czmq, zyre, etc. working on Windows. You need master of each. The exception is libsodium: you do need the last tagged release. If you can't build libzmq, give a shout since that must work. |
Everything's building now - I added this to czmq - I know this isn't the right way but as you said for backporting - zeromq/czmq#1325 |
And this on FileMQ - #71 |
Let me know how to fix this so I can help and also create a release version - last one was 4 years ago
The text was updated successfully, but these errors were encountered: