<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:Courier New,courier,monaco,monospace,sans-serif;font-size:12pt"><div>I later discovered that the Windows installer for PyQt automatically includes the binding so I didn't need to compile it manually. I'm all good to go now and the missing breakpoint icon that started this adventure is also resolved.<br></div><div style="font-family: Courier New,courier,monaco,monospace,sans-serif; font-size: 12pt;"><br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Detlev Offenbach <detlev@die-offenbachs.de><br><b><span style="font-weight: bold;">To:</span></b> eric@riverbankcomputing.com<br><b><span style="font-weight: bold;">Cc:</span></b> Michael Durr <mcdurr@yahoo.com><br><b><span style="font-weight:
bold;">Sent:</span></b> Wednesday, July 15, 2009 10:42:22 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Eric] PyQt compilation errors<br></font><br>
Hi,<br><br>because this is a PyQt related problem you should post it in the PyQt mailing <br>list.<br><br>Regards,<br>Detlev<br><br>On Dienstag, 14. Juli 2009, Michael Durr wrote:<br>> I got around the PyQT problem by downloading the windows installer for<br>> PyQt. So that has gone smoothly, but now when I try to build and install<br>> the Qscintilla Python Bindings I'm getting a make error:<br>><br>> makefile:20 missing separator. Stop.<br>><br>> This is the relevant portion of the makefile. I'm using mingw32-make that<br>> was installed with QT. I tried removing the leading white space on the<br>> indented lines, but that leads to a multiple targets error. <br>><br>> I'm not familiar with make files and would appreciate any help I could<br>> get. <br>><br>> Thanks<br>><br>> {.}.cpp{}.obj::<br>> $(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<<<br>>
$<<br>> <<<br>> {.}.cc{}.obj::<br>> $(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<<<br>> $<<br>> <<<br>> {.}.cxx{}.obj::<br>> $(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<<<br>> $<<br>> <<<br>> {.}.C{}.obj::<br>> $(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<<<br>> $<<br>> <<<br>> {.}.c{}.obj::<br>> $(CC) -c $(CFLAGS) $(CPPFLAGS) -Fo @<<<br>> $<<br>> <<<br>> all: $(TARGET)<br>> $(OFILES): $(HFILES)<br>> $(TARGET): $(OFILES)<br>> $(LINK) $(LFLAGS) /OUT:$(TARGET) @<<<br>> $(OFILES) $(LIBS)<br>> <<<br>> mt -nologo -manifest $(TARGET).manifest -outputresource:$(TARGET);2<br><br><br><br>-- <br>Detlev
Offenbach<br><a ymailto="mailto:detlev@die-offenbachs.de" href="mailto:detlev@die-offenbachs.de">detlev@die-offenbachs.de</a><br></div></div></div><br>
</body></html>