-
Notifications
You must be signed in to change notification settings - Fork 70
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
Unable to copy brkpnts.h #12
Comments
These changes to the Asymptotic function in brkpnts.c, suggested by a friend, worked for me. double v1,v2; |
To make it working under cygwin, you have to add support for the CYGWIN in the wscript files similar as the AIX. Revise the if..else.. for different platforms in $GENIUS/wscript, $GENIUS/src/material and $GENIUS/src/hook. You have also to remove the gummel_monitor_hook.cc in line 5 of $GENIUS/src/hook/wscript, which does not exist. Besides, you may have to rename the shared material library to be e.g. libSi.so rather than libSi.dll or other weird name automatically generated by waf. It seems working for me now under Windows7 |
Nice to know that you could make it work under cygwin, but actually regards, On 2012-12-05 05:48, leadant
Links:[1] |
I'm using cygwin, build failed with the message "Unable to copy brkpnts.h" It's the exact same problem that nsheppard had 6 months ago, but I have no idea what i'm doing, so I'll need really simple instructions on how to fix it.
Thanks
The text was updated successfully, but these errors were encountered: