Re: [gtk-osx-users] cannot build core libraries



thanks i could go on.

but now i hang with the jhbuild libxml2
something seems missing:

 clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make[4]: *** [Makefile:597: libxml2mod.la] Error 1
make[4]: Leaving directory '/Users/veto/gtk/source/libxml2-2.9.8/python'
make[3]: *** [Makefile:685: all-recursive] Error 1
make[3]: Leaving directory '/Users/veto/gtk/source/libxml2-2.9.8/python'
make[2]: *** [Makefile:525: all] Error 2
make[2]: Leaving directory '/Users/veto/gtk/source/libxml2-2.9.8/python'
make[1]: *** [Makefile:1442: all-recursive] Error 1
make[1]: Leaving directory '/Users/veto/gtk/source/libxml2-2.9.8'
make: *** [Makefile:861: all] Error 2
*** Error during phase build of libxml2: ########## Error running make -j
9  *** [1/1]

On Thu, February 21, 2019 9:54 pm, John Ralls wrote:



On Feb 20, 2019, at 8:53 PM, veto myridia com wrote:


hi,

im right now with my second clean mojave installation, and i follow the
instruction on this site:

https://wiki.gnome.org/action/show/Projects/GTK/OSX/Building?action=sho
w&redirect=Projects%2FGTK%2B%2FOSX%2FBuilding


i could again build all except:

meta-gtk-osx-core and meta-gtk-osx-gtk3

on meta-gtk-osx-gtk3 what i really need for my little c-gtk3 desktop
app i stuck with missing python libs like six ....

Python3 is now required by gobject-integration, so add that to your
module list. It will build pretty early because libxml needs it. After
building python 3 completes interrupt the build and drop to a shell where
you'll need to create symlinks $PREFIX/bin/python -> $PREFIX//bin/python3
and $PREFIX/bin/python-config -> $PREFIX/bin/python3-config. Then you can
run python --ensurepip followed by pip six, quit the shell, and resume
your build.

Regards,
John Ralls







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]