Re: Heads Up: Changes to the Python binding build/install process for proton-c 0.38.0

2022-11-28 Thread Ken Giusti
Problem found! Pilot error. :( I've just upgraded to fedora36 and for some reason the upgrade process pulled in python3.12 (apparently python3.10 is the default for F36). Removing python3.12 (which is in-development) and restoring python3.10 seems to have solved my issue: pkgs and all expected co

Re: Heads Up: Changes to the Python binding build/install process for proton-c 0.38.0

2022-11-28 Thread Ken Giusti
On Mon, Nov 28, 2022 at 9:26 AM Ken Giusti wrote: > Thanks for the heads up Andrew. > > This is probably pilot error, but when I update to qpid-proton main HEAD > my build does not produce a "python/pkgs" directory in my build directory: > > $ git clean -fdx; mkdir BUILD; cd BUILD > $ cmake .. -

Re: Heads Up: Changes to the Python binding build/install process for proton-c 0.38.0

2022-11-28 Thread Ken Giusti
Thanks for the heads up Andrew. This is probably pilot error, but when I update to qpid-proton main HEAD my build does not produce a "python/pkgs" directory in my build directory: $ git clean -fdx; mkdir BUILD; cd BUILD $ cmake .. -DCMAKE_INSTALL_PREFIX=/opt/kgiusti -DBUILD_TLS=ON; make -j32 ins