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

Latest commit doesn't build with msvc #67

Open
keent opened this issue Jan 20, 2016 · 15 comments
Open

Latest commit doesn't build with msvc #67

keent opened this issue Jan 20, 2016 · 15 comments

Comments

@keent
Copy link
Member

keent commented Jan 20, 2016

Let me know how to fix this so I can help and also create a release version - last one was 4 years ago

@hintjens
Copy link
Member

I'll rebuild the packaging, zproject is now up to speed on Windows and
other systems.

On Wed, Jan 20, 2016 at 9:48 AM, Gran Ville Lintao <[email protected]

wrote:

Let me know how to fix this so I can help and also create a release
version - last one was 4 years ago


Reply to this email directly or view it on GitHub
#67.

@keent
Copy link
Member Author

keent commented Jan 20, 2016

@hintjens - thanks. Im checking out zproject and it seems it can only be installed and used on linux?

@hintjens
Copy link
Member

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:

I'll rebuild the packaging, zproject is now up to speed on Windows and
other systems.

On Wed, Jan 20, 2016 at 9:48 AM, Gran Ville Lintao <
[email protected]> wrote:

Let me know how to fix this so I can help and also create a release
version - last one was 4 years ago


Reply to this email directly or view it on GitHub
#67.

@hintjens
Copy link
Member

Ah, it will work on Windows and OS/X from the command line. You need to
install gsl.

The text in scalablec.org may help (though it's unfinished).

On Wed, Jan 20, 2016 at 11:51 AM, Gran Ville Lintao <
[email protected]> wrote:

@hintjens https://github.com/hintjens - thanks. Im checking out
zproject and it seems it can only be installed and used on linux?


Reply to this email directly or view it on GitHub
#67 (comment).

@keent
Copy link
Member Author

keent commented Jan 20, 2016

@hintjens Awesome. Thanks. Can you please give me commit access to filemq so I can merge it now?

@hintjens
Copy link
Member

OK, you're maintainer now. Enjoy :)

@keent
Copy link
Member Author

keent commented Jan 20, 2016

@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?

@keent
Copy link
Member Author

keent commented Jan 20, 2016

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

@hintjens
Copy link
Member

Best way to fix this is to patch the project files by hand, until it works,
and then make a pull request. I'll then backport those fixes to zproject.

On Wed, Jan 20, 2016 at 1:56 PM, Gran Ville Lintao <[email protected]

wrote:

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


Reply to this email directly or view it on GitHub
#67 (comment).

@keent
Copy link
Member Author

keent commented Jan 21, 2016

@hintjens Here's for the libfilemq project in msvc - #69 - Im still working on the client and server

@hintjens
Copy link
Member

I don't see where the CZMQ build is producing czmq.lib/dll; the project is
called libczmq. Could you double-check you're using the latest CZMQ master
and msvc builds?

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]

wrote:

@hintjens https://github.com/hintjens Here's for the libfilemq project
in msvc - #69 #69 - Im still
working on the client and server


Reply to this email directly or view it on GitHub
#67 (comment).

@keent
Copy link
Member Author

keent commented Jan 21, 2016

I wasn't using the latest CZMQ master - was using the latest tagged release because it wasn't building in msvc as well.

@hintjens
Copy link
Member

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.

@keent
Copy link
Member Author

keent commented Jan 26, 2016

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

@keent
Copy link
Member Author

keent commented Jan 26, 2016

And this on FileMQ - #71

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