After this change, the following configure invocation works for me on debian stretch:
~~~~
$ ./configure –with-python=python3 –with-boost-python=boost_python-py35 –enable-non-distributable=yes
~~~~
(--enable-non-distributable is needed on my usual development system for reasons unrelated to python3)
However, as expected, actually building LinuxCNC after this ./configure invocation fails for many reasons.
评论 (8)
#2 – rene-dev 于 2018-07-31
Any reason this is not merged? as far as Im aware its 2 and 3 compatible.
#3 – zultron 于 2018-07-31
Looks like this might be superceded by #465. @jepler?
#4 – zultron 于 2018-07-31
Sorry, #465 was submitted by @TurBoss, and has been subsequently closed.
#5 – rene-dev 于 2018-07-31
yes, I have seen that. closed, but not merged. why?
#6 – TurBoss 于 2018-08-01
sorry was having marge conflicts so I wanted to start a new PR but forgot
here is my branch
https://github.com/TurBoss/linuxcnc/blob/configure-python3/src/configure.ac
#7 – TurBoss 于 2018-08-15
What I should do? open a new pull request from master?
thanks
#8 – TurBoss 于 2019-05-13
sorry completely forgot to open a new one
thanks
El mar., 14 may. 2019 0:25, Rene Hopf
> Merged #418 <https://github.com/LinuxCNC/linuxcnc/pull/418> into master.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <https://github.com/LinuxCNC/linuxcnc/pull/418?emailsource=notifications&emailtoken=AABM6GCUKI7MPSJZC4RZHH3PVHTFTA5CNFSM4EUEWNW2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGORNQSZ4Q#event-2338401522>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AABM6GACI4BONPCE4KLHLC3PVHTFTANCNFSM4EUEWNWQ>
> .
>
#1 – jepler 于 2018-07-17
FWIW I do not plan to work further on this at this time.