Re: [Gtk-osx-users] [gtk-osx-users] jhbuild issues
Status: Beta
Brought to you by:
jralls
From: John R. <jr...@ce...> - 2015-05-18 14:21:36
|
> On May 18, 2015, at 3:18 AM, Miroslav Rajcic <mr...@ho...> wrote: > > Solved the issue with gtksourceview, it seems that gtk-mac-integration changed the name of .pc file to: > "gtk-mac-integration-gtk2.pc". Removing the "-gtk2" suffix solved the issue. > > I guess that gtksourceview library should be patched to use new name for everything to work out of the box. Yes, it should, but I’ll release a new version of gtk-mac-integration in the next few days which will symlink gtk-mac-integration-gtk2.pc to gtk-mac-integration.pc (or if only gtk-mac-integration-gtk3.pc is built, to that). BTW, Xcode 4.2 uses llvm-gcc not gcc, and that compiler has some problems. I recommend that you build a real gcc and use that instead. Regards, John Ralls |