[BRLTTY] Can't get brltty to build, was Re: Support multiple Python versions on Windows

Leonard de Ruijter alderuijter at gmail.com
Tue Oct 17 02:59:01 EDT 2023


On 16-10-2023 22:53, Dave Mielke wrote:
> In the end, I'm asking how do I convert what we're using now to bdist_egg?


Here is a diff:


diff --git a/Bindings/Python/Makefile.in b/Bindings/Python/Makefile.in
index c5bcf62fe..3738c4c33 100644
--- a/Bindings/Python/Makefile.in
+++ b/Bindings/Python/Makefile.in
@@ -50,7 +50,7 @@ $(PYTHON_API): brlapi.auto.c $(API_HDRS) | 
$(INSTALLED_FILES) brlapi
      set -- $(V_setup) build --build-temp .; \
      [ "@host_os@" != "mingw32" ] || set -- "$${@}" --compiler mingw32; \
      "$(PYTHON)" ./setup.py "$${@}"
-    [ "@host_os@" != "mingw32" ] || "$(PYTHON)" ./setup.py $(V_setup) 
bdist_wininst --skip-build
+    [ "@host_os@" != "mingw32" ] || "$(PYTHON)" ./setup.py $(V_setup) 
bdist_egg --skip-build

  $(INSTALLED_FILES):
      touch $(INSTALLED_FILES)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://brltty.app/pipermail/brltty/attachments/20231017/20e64cc6/attachment.html>


More information about the BRLTTY mailing list