Re: [PyKDE] More 3.7 compile issues

2003-07-10 Thread Gerard Vermeulen
On Wed, 9 Jul 2003 16:32:07 -0400 Steve Simmons <[EMAIL PROTECTED]> wrote: > On Wed, Jul 09, 2003 at 03:49:46PM -0400, Rob Knapp wrote: > > These issues have been resolved. I'm just noting them here in case anyone > > else has the same problem. Not sure how they would since it was my > > own id

Re: [PyKDE] More 3.7 compile issues

2003-07-09 Thread Jonathan Gardner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 09 July 2003 18:46, Steve Simmons wrote: > On Wed, Jul 09, 2003 at 02:14:33PM -0700, Jonathan Gardner wrote: > > On Wednesday 09 July 2003 13:32, Steve Simmons wrote: > > > On Wed, Jul 09, 2003 at 03:49:46PM -0400, Rob Knapp wrote: > > > I

Re: [PyKDE] More 3.7 compile issues

2003-07-09 Thread Steve Simmons
On Wed, Jul 09, 2003 at 02:14:33PM -0700, Jonathan Gardner wrote: > On Wednesday 09 July 2003 13:32, Steve Simmons wrote: > > On Wed, Jul 09, 2003 at 03:49:46PM -0400, Rob Knapp wrote: > > I would normally do 'python build.py' and 'make' as an ordinary > > user, then 'make install' as root. Unfo

Re: [PyKDE] More 3.7 compile issues

2003-07-09 Thread Jonathan Gardner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 09 July 2003 13:32, Steve Simmons wrote: > On Wed, Jul 09, 2003 at 03:49:46PM -0400, Rob Knapp wrote: > > These issues have been resolved. I'm just noting them here in case > > anyone else has the same problem. Not sure how they would si

Re: [PyKDE] More 3.7 compile issues

2003-07-09 Thread Steve Simmons
On Wed, Jul 09, 2003 at 03:49:46PM -0400, Rob Knapp wrote: > These issues have been resolved. I'm just noting them here in case anyone > else has the same problem. Not sure how they would since it was my > own idiocy...but I can't be the only one this unobservant, can I? Nope, I did it too. I

Re: [PyKDE] More 3.7 compile issues

2003-07-09 Thread Rob Knapp
These issues have been resolved. I'm just noting them here in case anyone else has the same problem. Not sure how they would since it was my own idiocy...but I can't be the only one this unobservant, can I? The whole problem was that I wasn't watching the make processes for errors. Apparently

Re: [PyKDE] More 3.7 compile issues

2003-07-09 Thread Phil Thompson
On Wednesday 09 July 2003 4:29 pm, Rob Knapp wrote: > I'm currently compiling on a win32 platform and the build process reported > that sipBadLengthForSlice was an unknown identifier. The line number > provided was line 130 in spi/qstringlist.sip. Make sure you are using SIP v3.7. > For the time

[PyKDE] More 3.7 compile issues

2003-07-09 Thread Rob Knapp
I'm currently compiling on a win32 platform and the build process reported that sipBadLengthForSlice was an unknown identifier. The line number provided was line 130 in spi/qstringlist.sip. For the time being I've hacked the .sip file to simply return NULL in those circumstances since my immedi