[PyKDE] Very, very, minor error in configure --help
    Phil Thompson 
    phil at river-bank.demon.co.uk
       
    Fri Mar 31 00:52:45 BST 2000
    
    
  
Pete Ware wrote:
> 
> In PyQt-0.11, ./configure --help says
>    ...
>   --with-sip-library=DIR  SIP library is in DIR
> 
> it should be
>   --with-sip-libraries=DIR
> 
> or the option needs to be changed.  I'd presume in acinclude.m4, line
> 251 should change from :
> 
>         AC_ARG_WITH(sip-libraries,
>                 [  --with-sip-library=DIR  SIP library is in DIR])
> to:
>         AC_ARG_WITH(sip-libraries,
>                 [  --with-sip-libraries=DIR  SIP library is in DIR])
Fixed (but not in v0.11.1pre1).
> It still needs gmake on Solaris, not make.
I'm not going to be able to work this - somebody needs to give me the
solution.
Phil
    
    
More information about the PyQt
mailing list