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
Segfault upon startup #4
Comments
|
I got the same issue. |
|
An issue with the older Gtk version it would seem, I'll look into it! @UncleBill, you're also on 12.04 I take it? |
|
@nilnor yes! Ubuntu 12.04 and 32 bit, gcc 3.6.4. libgtk-3-dev installed. |
Fixes issue with older Gtk versions. It was wrong though, so interesting that it worked fine with newer Gtk versions. Fixes issue #4.
|
Just pull the last commit, and the issue solved! |
|
Wow, you're fast, I was just about to ask :) Fantastic, I'll roll this into a 0.1.1 release. |
|
|
|
The 0.1.1 release is up, so I'm closing this (it might take a little for the browser cache to clear in case you still see the older release). Thanks for the report and quick verification! |
|
Great, it works now, thanks! |
Hello! I downloaded 0.1 version and it compiled cleanly. However, when I try to run it, I get
The strange property name is different every time I run howl.
I'm using Ubuntu 12.04 32bit. I installed GTK+ with
apt-get install libgtk-3-dev. My compiler is gcc 4.6.3.The text was updated successfully, but these errors were encountered: