Alberto
Alberto
Sure, I will obviously do the testing. Thanks to you for making tasknc. :-)
(Ouch, did I delete the comment?) Thank you, that indeed fixed the bug. To install on Mountain Lion I had to also install ncurses (http://ftp.gnu.org/gnu/ncurses) after configuring with "--enable-widec". There...
Same here. Hoped to help @mjheagle8 out because it seems he doesn't have a Mac, but I really don't have a clue. :-(
Thank you for your answer! Yes that's the option I meant. I'm currently away from my machine but I can try this on 5.0 if that helps narrowing the issue...
Thank you, this did help with `ags run`, although I had to use `lib64` instead: ``` export GI_TYPELIB_PATH="$GI_LIBRARY_PATH:/usr/local/lib64/girepository-1.0" export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib64" ``` What still doesn't work, however, is generating types. `ags...
This happens: ``` Adding generics... Injecting types... [TypeIdentifier] WARN: Attempting to fall back on c:type inference for GLib.gintptr [TypeIdentifier] ERROR: Unable to resolve type gintptr in same namespace GLib! [conflicts]...