-
Notifications
You must be signed in to change notification settings - Fork 33
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
Compile for windows? #5
Comments
Hi @bw4sz , I have no experience of building this on Windows. In your screenshot there is no libcgco.so in the current directory, maybe it is not generated properly. |
I'll post on stack overflow, but just confirming, in that screenshot above there is a file called libcgco.so (in green), I am I seeing something different, or not following? That directory is in path. Either way I'll report back if I get it to build, perhaps it will help a future user. Thanks |
Hi @bw4sz ,
to use cl compiler you should run Developer Command Prompt for VS_version_ and then you need to change cgco.py and replace |
The *.so is Linux library, Windows creates static or dynamic libraries *.dll as mentioned above. |
Hello @mohammadkamalzare and @Borda, I try to compile this project with Windows7 and "mingw32-make.exe".
If I change command on:
Do you have any idea to resolve this problem? |
Hi everyone, I managed to compile on Windows 10 following @mohammadkamalzare 's advice (Thanks!!). I packaged it as Pull Request #8. |
@Mac-FF : I got the error too but it still compiles correctly. It's because it creates the .obj file (which we want) but also attempts to link and create an .exe. Only the last step fails (which is not needed). |
@yujiali Thanks for making this code available.
Do you have a sense if this can compile for windows?
I am running make (g++) from within git bash.
I bypassed make download by downloading the library from source and extracting it.
Make all ran perfectly.
looking good so far
Any suggestions on where to go from here?
Obviously, running the python code doesn't work yet.
Again, thanks for the help.
The text was updated successfully, but these errors were encountered: