<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>I got around the PyQT problem by downloading the windows installer for PyQt. So that has gone smoothly, but now when I try to build and install the Qscintilla Python Bindings I'm getting a make error:</DIV>
<DIV> </DIV>
<DIV>makefile:20 missing separator. Stop.</DIV>
<DIV> </DIV>
<DIV>This is the relevant portion of the makefile. I'm using mingw32-make that was installed with QT. I tried removing the leading white space on the indented lines, but that leads to a multiple targets error. </DIV>
<DIV> </DIV>
<DIV>I'm not familiar with make files and would appreciate any help I could get. </DIV>
<DIV> </DIV>
<DIV>Thanks</DIV>
<DIV> </DIV>
<DIV><FONT face="Courier New, courier, monaco, monospace, sans-serif">{.}.cpp{}.obj::<BR> $(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<<<BR> $<<BR><<</FONT></DIV>
<DIV><FONT face="Courier New, courier, monaco, monospace, sans-serif">{.}.cc{}.obj::<BR> $(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<<<BR> $<<BR><<</FONT></DIV>
<DIV><FONT face="Courier New, courier, monaco, monospace, sans-serif">{.}.cxx{}.obj::<BR> $(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<<<BR> $<<BR><<</FONT></DIV>
<DIV><FONT face="Courier New, courier, monaco, monospace, sans-serif">{.}.C{}.obj::<BR> $(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<<<BR> $<<BR><<</FONT></DIV>
<DIV><FONT face="Courier New, courier, monaco, monospace, sans-serif">{.}.c{}.obj::<BR> $(CC) -c $(CFLAGS) $(CPPFLAGS) -Fo @<<<BR> $<<BR><<</FONT></DIV>
<DIV><FONT face="Courier New, courier, monaco, monospace, sans-serif">all: $(TARGET)</FONT></DIV>
<DIV><FONT face="Courier New, courier, monaco, monospace, sans-serif">$(OFILES): $(HFILES)</FONT></DIV>
<DIV><FONT face="Courier New, courier, monaco, monospace, sans-serif">$(TARGET): $(OFILES)<BR> $(LINK) $(LFLAGS) /OUT:$(TARGET) @<<<BR> $(OFILES) $(LIBS)<BR><<<BR> mt -nologo -manifest $(TARGET).manifest -outputresource:$(TARGET);2</FONT></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </DIV></DIV></div><br>
</body></html>