Re: [PyQt] Compiler Flags and PyQt

2012-06-25 Thread Scott Kitterman
On Monday, June 25, 2012 08:55:30 PM Hans-Peter Jansen wrote: > @Scott: here's how I "solved" this (line 96 ff.): > > https://build.opensuse.org/package/view_file?file=python-qt4.spec&package=py > thon-qt4&project=home%3Afrispete%3APyQt&rev=6161032f9d1629c3293dd3356c02dc49 Thank you. I'll give s

Re: [PyQt] Compiler Flags and PyQt

2012-06-25 Thread Hans-Peter Jansen
On Sunday 24 June 2012, 19:32:44 Phil Thompson wrote: > On Sun, 24 Jun 2012 12:05:15 -0400, Scott Kitterman > > > wrote: > > Passing the CCPFLAGS via CFLAGS/CXXFLAGS as discussed yesterday > > worked great > > for SIP4. I it mostly working for PyQT, but it doesn't appear that > > QtCore/QtGui and

Re: [PyQt] Compiler Flags and PyQt

2012-06-24 Thread Scott Kitterman
On Sunday, June 24, 2012 06:32:44 PM Phil Thompson wrote: ... > If these flags are Debian standard then why not add them to Qt's spec file > for Debian? PyQt will then pick them up automatically. Thanks for the suggestion. I'm not the Debian Qt maintainer, so I can't just do it, but I'll discuss

Re: [PyQt] Compiler Flags and PyQt

2012-06-24 Thread Phil Thompson
On Sun, 24 Jun 2012 12:05:15 -0400, Scott Kitterman wrote: > Passing the CCPFLAGS via CFLAGS/CXXFLAGS as discussed yesterday worked > great > for SIP4. I it mostly working for PyQT, but it doesn't appear that > QtCore/QtGui and the Designer plugin aren't getting the all flags. I'm > passing >