[PyKDE] PyQT build problem on HP-UX 10.2

Phil Thompson phil at river-bank.demon.co.uk
Thu Nov 16 06:06:05 GMT 2000


Michael Sweeney wrote:
> 
> Hi,
> 
> I have been trying to build the PyQT source code and keep getting this
> error:
> 
> No suffix list.
>         make  all-recursive
> No suffix list.
> Making all in qt
> /home/sweeneym/gui/PyQt-2.2/qt
> Make: line 463: syntax error.  Stop.
> Making all in examples
> /home/sweeneym/gui/PyQt-2.2/examples
> No suffix list.
> Making all in doc
> /home/sweeneym/gui/PyQt-2.2/doc
> No suffix list.
> Making all in sip
> /home/sweeneym/gui/PyQt-2.2/sip
> No suffix list.
> Making all in pyuic
> /home/sweeneym/gui/PyQt-2.2/pyuic
> Make: line 262: syntax error.  Stop.
> Making all in debugger
> /home/sweeneym/gui/PyQt-2.2/debugger
> No suffix list.
> No suffix list.
> 
> When looking into the Makefile, I notice the .SUFFIXES: rule is empty
> for most of the Makefiles. I have manually filled in the .SUFFIXES
> rule but still cannot get past the two syntax errors.
> 
> The first syntax error is at the end of the make file, not on an
> information line.  The second syntax error is with the following
> command:
> 
> DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
> 
> -include $(DEP_FILES)
> 
> The error line is actually between the two lines above, not on either
> line.
> 
> Has anyone built PyQT on the HP-UX platform?  If so, any information
> would be helpful.  At work we use three operating systems: Windows,
> Linux, and HP-UX. I would love to have the same scripts working on
> each platform.

Are you using GNU make?

Phil




More information about the PyQt mailing list