Re: [PyQt] Problems Compiling PyQt4.4

2008-05-09 Thread İsmail Dönmez
Hi, On Fri, May 9, 2008 at 9:53 PM, Gustavo A. Díaz <[EMAIL PROTECTED]> wrote: > Well.. after adding -lpython2.5 to every single Makefile (:S) compiled > perfectly... > Maybe Kubuntu maintainers broke Qt4.4 someway as you said. FWIW this works fine on MacOSX Leopard. Regards, ismail -- Never l

Re: [PyQt] Problems Compiling PyQt4.4

2008-05-09 Thread Gustavo A. Díaz
Well.. after adding -lpython2.5 to every single Makefile (:S) compiled perfectly... Maybe Kubuntu maintainers broke Qt4.4 someway as you said. 2008/5/9 Gustavo A. Díaz <[EMAIL PROTECTED]>: > LFLAGS = -Wl,--no-undefined -shared -Wl,-rpath,/usr/lib > -Wl,--version-script=QtCore.exp > > It does it s

Re: [PyQt] Problems Compiling PyQt4.4

2008-05-09 Thread Gustavo A. Díaz
LFLAGS = -Wl,--no-undefined -shared -Wl,-rpath,/usr/lib -Wl,--version-script=QtCore.exp It does it seems (this is on PyQt4.4 latest snapshot by the way) And for Kubuntu, they've upgraded to Qt4.4 (in hardy as well). So like i have a few problems in the implementation of stylesheets, i am trying

Re: [PyQt] Problems Compiling PyQt4.4

2008-05-09 Thread Phil Thompson
You shouldn't need to add it. My (amd64) Kubuntu is still on Qt v4.3.4. Does the QtCore Makefile include --no-undefined? If it does then you either have Qt v4.4rc1, or Kubuntu has broken Qt v4.4. Phil On Friday 09 May 2008 18:07:06 Gustavo A. Díaz wrote: > Where i should add -lpython2.5 ? > > T

Re: [PyQt] Problems Compiling PyQt4.4

2008-05-09 Thread Gustavo A. Díaz
Ok, i've added -lpython2.5 on LIBS = -L/usr/lib -L/usr/X11R6/lib -lQtCore -lXext -lX11 -lm -lpthread in QtCore and now seems to work. 2008/5/9 Gustavo A. Díaz <[EMAIL PROTECTED]>: > I am not sure, i didnt compiled Qt4.4. Is the default that comes with > Kubuntu Hardy (since a few days was the up

Re: [PyQt] Problems Compiling PyQt4.4

2008-05-09 Thread Gustavo A. Díaz
Where i should add -lpython2.5 ? Thanks. 2008/5/9 İsmail Dönmez <[EMAIL PROTECTED]>: > Hi, > > On Fri, May 9, 2008 at 10:47 AM, Phil Thompson > <[EMAIL PROTECTED]> wrote: > > On Friday 09 May 2008 04:03:49 Gustavo A. Díaz wrote: > >> Hi, > >> > >> I cant manage to compile right PyQt4.4 latest sn

Re: [PyQt] Problems Compiling PyQt4.4

2008-05-09 Thread Gustavo A. Díaz
I am not sure, i didnt compiled Qt4.4. Is the default that comes with Kubuntu Hardy (since a few days was the upgrade to qt4.4) 2008/5/9 Phil Thompson <[EMAIL PROTECTED]>: > On Friday 09 May 2008 17:02:55 Gustavo A. Díaz wrote: > > Phil, hi > > > > The Makefile of PyQt4.4 ? > > Of the QtCore modu

Re: [PyQt] Problems Compiling PyQt4.4

2008-05-09 Thread Phil Thompson
On Friday 09 May 2008 17:02:55 Gustavo A. Díaz wrote: > Phil, hi > > The Makefile of PyQt4.4 ? Of the QtCore module. It sounds like it might include --no-undefined, but that was in rc1 and not the final release of Qt v4.4. Phil ___ PyQt mailing list

Re: [PyQt] Problems Compiling PyQt4.4

2008-05-09 Thread Gustavo A. Díaz
Phil, hi The Makefile of PyQt4.4 ? Phil, hi > > The Makefile of PyQt4.4 ? > > 2008/5/9 Phil Thompson <[EMAIL PROTECTED]>: > > On Friday 09 May 2008 04:03:49 Gustavo A. Díaz wrote: >> > Hi, >> > >> > I cant manage to compile right PyQt4.4 latest snapshot. >> > I've compiled latest Sip snapshot,

Re: [PyQt] Problems Compiling PyQt4.4

2008-05-09 Thread Phil Thompson
On Friday 09 May 2008 09:01:17 İsmail Dönmez wrote: > Hi, > > On Fri, May 9, 2008 at 10:47 AM, Phil Thompson > > <[EMAIL PROTECTED]> wrote: > > On Friday 09 May 2008 04:03:49 Gustavo A. Díaz wrote: > >> Hi, > >> > >> I cant manage to compile right PyQt4.4 latest snapshot. > >> I've compiled latest

Re: [PyQt] Problems Compiling PyQt4.4

2008-05-09 Thread İsmail Dönmez
Hi, On Fri, May 9, 2008 at 10:47 AM, Phil Thompson <[EMAIL PROTECTED]> wrote: > On Friday 09 May 2008 04:03:49 Gustavo A. Díaz wrote: >> Hi, >> >> I cant manage to compile right PyQt4.4 latest snapshot. >> I've compiled latest Sip snapshot, latest Qscintilla snapshot and i have >> brand new Qt.4.4

Re: [PyQt] Problems Compiling PyQt4.4

2008-05-09 Thread Phil Thompson
On Friday 09 May 2008 04:03:49 Gustavo A. Díaz wrote: > Hi, > > I cant manage to compile right PyQt4.4 latest snapshot. > I've compiled latest Sip snapshot, latest Qscintilla snapshot and i have > brand new Qt.4.4 (Kubuntu Hardy). > I am attaching where starts to give errors... (and it is very long

[PyQt] Problems Compiling PyQt4.4

2008-05-08 Thread Gustavo A. Díaz
Hi, I cant manage to compile right PyQt4.4 latest snapshot. I've compiled latest Sip snapshot, latest Qscintilla snapshot and i have brand new Qt.4.4 (Kubuntu Hardy). I am attaching where starts to give errors... (and it is very long...) Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.