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

Windows support #7

Open
sburke56 opened this issue Jul 8, 2016 · 3 comments
Open

Windows support #7

sburke56 opened this issue Jul 8, 2016 · 3 comments

Comments

@sburke56
Copy link

sburke56 commented Jul 8, 2016

I noticed in the TODO file there is "Windows support" at the top. Is this supported?

I'm trying to build on Windows with a VS2014 shell and I'm stopping at the check for nanomsg. I was able to build nanomsg I'm just not sure how to tell waf where it is. Any help would be appreciated.

D:\Users\sburke\sandbox\nanomsgxx>python waf configure
Setting top to : D:\Users\sburke\sandbox\nanomsgxx
Setting out to : D:\Users\sburke\sandbox\nanomsgxx\build
Checking for 'msvc' (c compiler) : C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\CL.exe
Checking for 'msvc' (c++ compiler) : C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\CL.exe
Checking for library nanomsg : not found
The configuration failed
(complete log in D:\Users\sburke\sandbox\nanomsgxx\build\config.log)

@achille-roussel
Copy link
Owner

I have very little experience with Windows platforms so I'm really not sure how to help with that. I guess you need to have nanomsg installed at some standard path where the compiler can find it and it should work.

@jaynus
Copy link

jaynus commented Dec 17, 2016

I have gotten it building on windows and linux (cross platform) with both clang and msvc with this build file: https://gist.github.com/jaynus/6b03724ba94500d267edb002cdfc72ee

This isn't a production file, but should get you started. Please note this file wasn't designed to build in the 'root' of nanomsgxx, you'll want to change NANOMSGXX_DIR appropriately for that.

@aliridha1510
Copy link

any news

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

4 participants