Re: [gtk-osx-users] New build system

2020-05-20 Thread John Ralls
The second one is easy: gobject-introspection is trying to link against the PyEnv libpython. PyEnv naturally sets macosx-version-min to the running MacOS. If you want to set macosx-version-min earlier you need to build python3 so that there's a libpython with the same linkage flags. The

[gtk-osx-users] New build system

2020-05-20 Thread Gabriele Greco via gtk-osx-users-list
Hi guys, I have problems with the new build system (the one with pyenv) to make jhbuild honor the osx min version (MACOS_DEPLOYMENT_TARGET / -mmacosx-version-min ). I've added the line in .config/jhbuildrc-custom; setup_sdk(target="10.10") If I start "jhbuild shell" I get the variables

Re: [gtk-osx-users] New build system

2020-05-20 Thread Gabriele Greco via gtk-osx-users-list
... beside that with setup_sdk set in jhbuildrc-custom the compilation fail at: *** Error during phase build of gobject-introspection: ## Error running ninja *** [21/32] distutils.errors.DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.10" but "10.15" during