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

Fixed "memUsedPeak not defined" bug on Mac OSX #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

thejoelw
Copy link

Fix for this issue: #1

@jgalenson
Copy link

This is the same bug I mentioned in issue #9. Note that this fix is incomplete, as it doesn't change the BSD or unknown definitions.

@thejoelw
Copy link
Author

Sorry about that; if I would have looked and seen your issue, I would have mentioned it here. Thanks for letting me know.

@GaryGoh
Copy link

GaryGoh commented Jan 29, 2014

I get a bug like below:

Compiling: build/release/minisat/utils/System.o
minisat/utils/System.cc:90:17: error: out-of-line definition of 'memUsedPeak' does not match any declaration in namespace 'Minisat'
double Minisat::memUsedPeak() { return memUsed(); }
^~~~~~~~~~~
1 error generated.
make: *** [build/release/minisat/utils/System.o] Error 1

anyone has idea about that? (BTW my os is Mavericks.)

@alevax
Copy link

alevax commented Aug 23, 2014

Me too, same problem of @GaryGoh and others on MacOsX Mavericks

@simsong
Copy link

simsong commented May 20, 2017

I am experiencing this same bug.

conp-solutions referenced this pull request in conp-solutions/mergesat Apr 6, 2018
Resolution for bug tracker issues #1, #4, #9, #10, #12, #13, #14.
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

Successfully merging this pull request may close these issues.

5 participants