> On Oct 28, 2015, at 7:19 AM, Tom H <[email protected]> wrote: > > Hi,everybody, > I have down the file"gtk-osx-build-setup.sh" into my home directory.And I > wanna build the gtk with the command:$ sh gtk-osx-build-setup.sh But I > encounter error. Why?And how could I fix the problem?Thank you! > $ sh gtk-osx-build-setup.sh > Checking out jhbuild (07b5a7d) from git... > Cloning into 'jhbuild'... > remote: Counting objects: 42422, done. > remote: Compressing objects: 100% (12580/12580), done. > remote: Total 42422 (delta 32682), reused 38608 (delta 29676) > Receiving objects: 100% (42422/42422), 8.77 MiB | 224.00 KiB/s, done. > Resolving deltas: 100% (32682/32682), done. > Checking connectivity... done. > Switched to a new branch 'stable' > Applying: Bug 700557 - autoreconf -i fails in cases of ltmain.sh mismatch > Installing jhbuild... > gnome-autogen.sh not available > yelp-tools not available > Configuring jhbuild without autotools > Now type `make' to compile jhbuild > mkdir: /Users/kevin/.local/bin: Not a directory > make: *** [install] Error 1 > Jhbuild installation failed
Hmm, that’s odd. It’s actually calling mkdir -p, which shouldn’t issue that error. What happens if you try to create that directory by hand? Regards, John Ralls
_______________________________________________ Gtk-osx-users-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list
