Re: [PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-13 Thread Andreas Pakulat
On 12.07.07 16:11:00, Martin Blais wrote: On 7/12/07, Andreas Pakulat [EMAIL PROTECTED] wrote: Well, it is documented however in Qt's README (IIRC) that this shortcut is installed. And that's supposed to help? You're supposed to read the documentation of programs that you install, yes.

Re: [PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-12 Thread Andreas Pakulat
On 11.07.07 16:52:34, Martin Blais wrote: On 7/11/07, Andreas Pakulat [EMAIL PROTECTED] wrote: On 11.07.07 16:05:38, Martin Blais wrote: The PyQt setup is actually super clean if only you get it started the right way, but I can't help wonder why no-one ever bothered taking an extra 20 mins

Re: [PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-12 Thread Martin Blais
On 7/12/07, Andreas Pakulat [EMAIL PROTECTED] wrote: Well, it is documented however in Qt's README (IIRC) that this shortcut is installed. And that's supposed to help? Gimme a break... ___ PyQt mailing listPyQt@riverbankcomputing.com

[PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-11 Thread Martin Blais
Hi guys I'm having problems building PyQt4 from source using MinGW under Windows XP. Here are the steps I went through, with detail about each of the problems. I'm hoping this information will help you fix some of the mess. I also hope that it will be convincing enough to make it obvious that it

Re: [PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-11 Thread Giovanni Bajo
On 7/11/2007 9:05 PM, Martin Blais wrote: I'm having problems building PyQt4 from source using MinGW under Windows XP. Here are the steps I went through, with detail about each of the problems. I'm hoping this information will help you fix some of the mess. I also hope that it will be

Re: [PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-11 Thread Andreas Pakulat
On 11.07.07 12:05:27, Martin Blais wrote: Hi guys I'm having problems building PyQt4 from source using MinGW under Windows XP. Here are the steps I went through, with detail about each of the problems. I'm hoping this information will help you fix some of the mess. I also hope that it will

Re: [PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-11 Thread Phil Thompson
On Wednesday 11 July 2007 8:05 pm, Martin Blais wrote: Hi guys I'm having problems building PyQt4 from source using MinGW under Windows XP. Here are the steps I went through, with detail about each of the problems. I'm hoping this information will help you fix some of the mess. I also hope

Re: [PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-11 Thread Martin Blais
On 7/11/07, Giovanni Bajo [EMAIL PROTECTED] wrote: On 7/11/2007 9:05 PM, Martin Blais wrote: I'm having problems building PyQt4 from source using MinGW under Windows XP. Here are the steps I went through, with detail about each of the problems. I'm hoping this information will help you fix

Re: [PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-11 Thread Martin Blais
(More info.) If I continue, with my previous kludge of copying the contents of C:\Qt\4.3.0 to C:\iwmake\build_mingw_opensource, it still does not build:: C:\tmp\PyQt-win-gpl-4-snapshot-20070710C:/Python25/python configure.py -w -q C:\Qt\4.3.0\qmake\qmake.exe Determining the layout of your Qt

Re: [PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-11 Thread Phil Thompson
On Wednesday 11 July 2007 9:41 pm, Martin Blais wrote: On 7/11/07, Phil Thompson [EMAIL PROTECTED] wrote: On Wednesday 11 July 2007 8:05 pm, Martin Blais wrote: 0. - I adjusted my PATH to include C:/MinGW/bin - I'm running all of the code below in a Cygwin bash shell. Don't, use

Re: [PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-11 Thread Andreas Pakulat
On 11.07.07 13:41:44, Martin Blais wrote: On 7/11/07, Phil Thompson [EMAIL PROTECTED] wrote: On Wednesday 11 July 2007 8:05 pm, Martin Blais wrote: 0. - I adjusted my PATH to include C:/MinGW/bin - I'm running all of the code below in a Cygwin bash shell. Don't, use cmd.exe. Hi

Re: [PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-11 Thread Giovanni Bajo
On 11/07/2007 22.41, Martin Blais wrote: I ran the simplest configure command:: C:\tmp\PyQt-win-gpl-4-snapshot-20070710C:/Python25/python.exe configure.py Determining the layout of your Qt installation... Error: Make sure you have a working Qt v4 qmake on your PATH or use the -q

Re: [PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-11 Thread Martin Blais
On 7/11/07, Phil Thompson [EMAIL PROTECTED] wrote: On Wednesday 11 July 2007 9:41 pm, Martin Blais wrote: On 7/11/07, Phil Thompson [EMAIL PROTECTED] wrote: On Wednesday 11 July 2007 8:05 pm, Martin Blais wrote: 0. - I adjusted my PATH to include C:/MinGW/bin - I'm running all of the

Re: [PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-11 Thread Martin Blais
On 7/11/07, Giovanni Bajo [EMAIL PROTECTED] wrote: On 11/07/2007 22.41, Martin Blais wrote: I ran the simplest configure command:: C:\tmp\PyQt-win-gpl-4-snapshot-20070710C:/Python25/python.exe configure.py Determining the layout of your Qt installation... Error: Make sure you

Re: [PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-11 Thread Andreas Pakulat
On 11.07.07 16:05:38, Martin Blais wrote: The PyQt setup is actually super clean if only you get it started the right way, but I can't help wonder why no-one ever bothered taking an extra 20 mins to provide clear instructions-for-dummies on the Wiki how to use all that beautiful work. It must

Re: [PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-11 Thread Martin Blais
I created a page with all the details on how to build PyQt4 for Windows, here: http://www.diotavelli.net/PyQtWiki/BuildPyQt4Windows Bisous, ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-11 Thread Martin Blais
On 7/11/07, Andreas Pakulat [EMAIL PROTECTED] wrote: On 11.07.07 16:05:38, Martin Blais wrote: The PyQt setup is actually super clean if only you get it started the right way, but I can't help wonder why no-one ever bothered taking an extra 20 mins to provide clear instructions-for-dummies on

Re: [PyQt] Problems building PyQt snapshot on Win32 with MinGW -- all details included

2007-07-11 Thread Giovanni Bajo
On 12/07/2007 1.45, Martin Blais wrote: I created a page with all the details on how to build PyQt4 for Windows, here: http://www.diotavelli.net/PyQtWiki/BuildPyQt4Windows And I propose the attached patch, which clarifies the error messages (especially the message displayed when the first