[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    [PyQt] Patch file
From:       Kyle <kylesulek () gmail ! com>
Date:       2019-07-12 2:59:47
Message-ID: CAB8Uub3wceW4444m1usW1UM0rkwK_XbhA4iLLz1G_biwcHecig () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I had to add the following patch to make the install work.

diff --git a/configure.py b/configure.py
index d23e80859a..2d80765e25 100644
--- a/configure.py
+++ b/configure.py
@@ -404,7 +404,7 @@ def create_makefiles(macros):
             # There will only be one element.
             files, path = gen_installs[0]
             pro.write("\n")
-            pro.write("sip_h.files = %s\n" % " ".join(files))
+            pro.write("sip_h.files = %s\n" % "".join(files))
             pro.write("sip_h.path = %s\n" % quote(path))
             pro.write("INSTALLS += sip_h\n")

[Attachment #5 (text/html)]

<div dir="ltr">I had to add the following patch to make the install \
work.<div><br></div><div>diff --git a/configure.py b/configure.py<br>index \
d23e80859a..2d80765e25 100644<br>--- a/configure.py<br>+++ b/configure.py<br>@@ \
-404,7 +404,7 @@ def create_makefiles(macros):<br>                    # There will \
only be one element.<br>                    files, path = gen_installs[0]<br>         \
pro.write(&quot;\n&quot;)<br>-                  pro.write(&quot;sip_h.files = \
%s\n&quot; % &quot; &quot;.join(files))<br>+                  \
pro.write(&quot;sip_h.files = %s\n&quot; % &quot;&quot;.join(files))<br>              \
pro.write(&quot;sip_h.path = %s\n&quot; % quote(path))<br>                    \
pro.write(&quot;INSTALLS += sip_h\n&quot;)<br>  <br></div></div>


[Attachment #6 (text/plain)]

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic