-
Notifications
You must be signed in to change notification settings - Fork 40
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
can't build this outside of macports - what am i missing? #9
Comments
Any update on this issue ? I run on MacOS X 10.7.4/ |
it kinda works inside of macports now. The top section (bar graphs / load average, uptime, etc) all seem to work fine. https://img.skitch.com/20120627-gfn4b4ppqa34eprxbg2qhx7rrc.jpg |
Oh, I have the same artefacts after I used binary grabbed from this topic (http://themainframe.ca/2011/06/29/install-htop-on-mac-os-x/) Here what i've got: I think It might has to do with mac os lion and 64 bit because when i used 10.6.8 everything worked fine for me. Seems that the author of this fork doesn't really track issues. Hope he will. |
Just in case anyone gets this same problem, I fixed it editing the Makefile and setting Yeah, calling Hope this helps (and |
The problem is that Use Even better, I've patched |
@steakknife |
Got this error too! |
I'm using homebrew, so can't use macports (out of my control - sadface).
So I, checked out the repo, then:
$ git co -b osx origin/osx
$ ./autogen.sh
$ ./configure
$ DEFAULT_INCLUDES="-iquote ." make
$ ./htop
htop(33087) malloc: *** error for object 0x55012c0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6
The text was updated successfully, but these errors were encountered: