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

2019-03-06 Thread John Ralls
That actually goes back to around 10.8. If you want to populate /usr/include install the command-line tools. Regards, John Ralls > On Mar 5, 2019, at 10:41 PM, v...@myridia.com wrote: > > yes it works on my hackintosh 10.12 > > on my hackingtosh 10.14(latest) i needed to install the xml2 c he

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

2019-03-05 Thread v...@myridia.com
yes it works on my hackintosh 10.12 on my hackingtosh 10.14(latest) i needed to install the xml2 c headers to /usr/include via this command line: sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / than after pip3 the libxml3-python3 m

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

2019-03-05 Thread v...@myridia.com
*** Success *** thanks a lot, can i donate to the dev what my find time to fix this bug. On Wed, March 6, 2019 11:25 am, John Ralls wrote: > Please remember to copy the list on all replies. > > > Ah, yes, that's a long-standing python bug. You need to edit > $PREFIX/lib/python3.6/_sysconfigdata

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

2019-03-05 Thread John Ralls
Please remember to copy the list on all replies. Ah, yes, that's a long-standing python bug. You need to edit $PREFIX/lib/python3.6/_sysconfigdata_m_darwin_darwin.py: --- _sysconfigdata_m_darwin_darwin.py~ 2018-11-03 10:18:50.0 -0700 +++ _sysconfigdata_m_darwin_darwin.py 2018-11-03 11:

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

2019-03-05 Thread John Ralls
What was the actual error? Regards, John Ralls > On Mar 5, 2019, at 8:34 AM, v...@myridia.com wrote: > > 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

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

2019-03-05 Thread v...@myridia.com
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[

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

2019-02-21 Thread John Ralls
> On Feb 20, 2019, at 8:53 PM, v...@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=show&redirect=Projects%2FGTK%2B%2FOSX%2FBuilding > >

[gtk-osx-users] cannot build core libraries

2019-02-20 Thread v...@myridia.com
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=show&redirect=Projects%2FGTK%2B%2FOSX%2FBuilding i could again build all except: meta-gtk-osx-core and meta-gtk-osx-gtk3 on