[Eric] PyQt compilation errors
Michael Durr
mcdurr at yahoo.com
Wed Jul 15 19:04:07 BST 2009
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.
________________________________
From: Detlev Offenbach <detlev at die-offenbachs.de>
To: eric at riverbankcomputing.com
Cc: Michael Durr <mcdurr at yahoo.com>
Sent: Wednesday, July 15, 2009 10:42:22 AM
Subject: Re: [Eric] PyQt compilation errors
Hi,
because this is a PyQt related problem you should post it in the PyQt mailing
list.
Regards,
Detlev
On Dienstag, 14. Juli 2009, Michael Durr wrote:
> 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:
>
> makefile:20 missing separator. Stop.
>
> 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.
>
> I'm not familiar with make files and would appreciate any help I could
> get.
>
> Thanks
>
> {.}.cpp{}.obj::
> $(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<<
> $<
> <<
> {.}.cc{}.obj::
> $(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<<
> $<
> <<
> {.}.cxx{}.obj::
> $(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<<
> $<
> <<
> {.}.C{}.obj::
> $(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @<<
> $<
> <<
> {.}.c{}.obj::
> $(CC) -c $(CFLAGS) $(CPPFLAGS) -Fo @<<
> $<
> <<
> all: $(TARGET)
> $(OFILES): $(HFILES)
> $(TARGET): $(OFILES)
> $(LINK) $(LFLAGS) /OUT:$(TARGET) @<<
> $(OFILES) $(LIBS)
> <<
> mt -nologo -manifest $(TARGET).manifest -outputresource:$(TARGET);2
--
Detlev Offenbach
detlev at die-offenbachs.de
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/eric/attachments/20090715/494068da/attachment.html
More information about the Eric
mailing list