-
Notifications
You must be signed in to change notification settings - Fork 1
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 build hitting a snag #1
Comments
I got it working after changing lines in gk error.c file. Lines 22-24 need to change to: __declspec(thread) int gk_cur_jbufs=-1; Same sort of changes in gk_externs.h - #ifndef GK_ERROR_C #endif Also had to add /FORCE:Multiple to the linker |
This repository doesn't use a patched build of METIS or GKLib, but there are configure flags that can create differences on different platforms. I don't use Windows anymore so I hadn't tried building it there, but the bug you encountered looks like it is a bug in METIS that has open pull requests |
Ah ok. I will check that out. I got it running properly in Windows using a 64-bit configuration but it is giving me some sort of vector out of range exception when the rabbit model is moved to the very far extent so the program crashes at that point. I haven't spent too much time to figure that error out yet but I'll open a new issue if I can't figure it out. Thanks! |
Hey Gavin. This work you did is really awesome but I'm using Visual Studio on a Windows machine and it has been a pain to build. I finally was able to build and run it but I am hitting a weird access violation. Any ideas? Also, does it use some custom library versions of GKlib or Metis? Thanks for any help!
The text was updated successfully, but these errors were encountered: