pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/x11/py-sip



On Sat, Aug 24, 2013 at 11:48:37AM +0000, Matthias Drochner wrote:
> Module Name:  pkgsrc
> Committed By: drochner
> Date:         Sat Aug 24 11:48:37 UTC 2013
> 
> Modified Files:
>       pkgsrc/x11/py-sip: Makefile distinfo
> 
> Log Message:
> update to 4.15.1
> This fixes a regression in v4.15 related to the handling of hidden
> virtual methods.
> (hopefully fixes the build problem with py-qt3 reported by Greg Oster)

Still fails py27-qt3-base:

qt/sipqtQLayout.cpp:1782:26: error: allocating an object of abstract
class type 'sipQLayout'
            sipCpp = new sipQLayout(a0,a1,a2,a3);
                                     ^
/scratch/x11/py-qt3-base/work/.buildlink/qt3/include/qlayout.h:231:10: note: 
unimplemented pure virtual method 'setGeometry' in 'sipQLayout'
     void setGeometry( const QRect&) = 0;
          ^
/scratch/x11/py-qt3-base/work/.buildlink/qt3/include/qlayout.h:232:21: note: 
unimplemented pure virtual method 'iterator' in 'sipQLayout'
     QLayoutIterator iterator() = 0;
                     ^

Joerg



Home | Main Index | Thread Index | Old Index