Re: [PyKDE] pb for building

2003-11-08 Thread Phil Thompson
On Saturday 08 November 2003 10:33 am, Franck Collineau wrote:
> > If you are building PyQt for yourself then you should also build SIP for
> > yourself. v3.5 is nearly a year old.
>
> Ok Thanks.
>
> But it seems I miss Qt base but I dont' find it on Web ! Where can I find
> it ?
>
> Message error when I build sip:
>
>  Error: Please set the name of the Qt base directory, either by using the
> -q argument or setting the QTDIR environment variable.

You need to make sure the Qt development packages are installed and QTDIR is 
correctly set. I'm not familiar with Mandrake so I don't know what the 
package names are.

Phil

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] pb for building

2003-11-08 Thread Franck Collineau

> If you are building PyQt for yourself then you should also build SIP for
> yourself. v3.5 is nearly a year old.

Ok Thanks.

But it seems I miss Qt base but I dont' find it on Web ! Where can I find it ?

Message error when I build sip:

 Error: Please set the name of the Qt base directory, either by using the -q
argument or setting the QTDIR environment variable.

-- 

Franck
__
GNU-Linux Mandrake 9.1 KDE 3.1
Optez pour le système qui exploite l'ordinateur pas l'utilisateur !
__
http://.zappa.com
http://www.attac.org
http://www.acontrecourant.org/acc2/
http://www.antipub.net/cdp/
http://www.plpl.org
http://presselibre.org/

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] pb for building

2003-11-08 Thread Phil Thompson
On Saturday 08 November 2003 10:15 am, Franck Collineau wrote:
> > build.py isn't a shell script. Run it as follows...
> >
> > python build.py
>
> Thank you !
>
> But now i have the error message below
> I've looked for sip.h on my disk and it didn't find it.
> I 've installed sip-3.5-1mdk.i586.rpm
>
> Error: sip.h could not be found in /usr/include/python2.2. Use the -e
> argument to set the correct directory.

If you are building PyQt for yourself then you should also build SIP for 
yourself. v3.5 is nearly a year old.

Phil

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] pb for building

2003-11-08 Thread Franck Collineau
> build.py isn't a shell script. Run it as follows...
>
> python build.py
>

Thank you !

But now i have the error message below
I've looked for sip.h on my disk and it didn't find it.
I 've installed sip-3.5-1mdk.i586.rpm

Error: sip.h could not be found in /usr/include/python2.2. Use the -e argument
to set the correct directory.


-- 

Franck
__
GNU-Linux Mandrake 9.1 KDE 3.1
Optez pour le système qui exploite l'ordinateur pas l'utilisateur !
__
http://.zappa.com
http://www.attac.org
http://www.acontrecourant.org/acc2/
http://www.antipub.net/cdp/
http://www.plpl.org
http://presselibre.org/

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] pb for building

2003-11-08 Thread Phil Thompson
On Saturday 08 November 2003 7:59 am, Franck Collineau wrote:
> Hello,
>
> I've tried to build PyQt.
> I've installed tmake before.
> It doesn't work ; here the error messages:
> ./build.py
> ./build.py: line 23: progName: command not found
> ./build.py: line 24: qtDir: command not found
> ./build.py: line 25: qtIncDir: command not found
> ./build.py: line 26: qtLibDir: command not found
> ./build.py: line 27: qtVersion: command not found
> ./build.py: line 28: qtLib: command not found
> ./build.py: line 29: platPyScriptDir: command not found
> ./build.py: line 30: platPyDLLDir: command not found
> ./build.py: line 31: platPySiteDir: command not found
> ./build.py: line 32: platPyIncDir: command not found
> ./build.py: line 33: platPyLibDir: command not found
> ./build.py: line 34: platPyLib: command not found
> ./build.py: line 35: sipModuleDir: command not found
> ./build.py: line 36: sipIncDir: command not found
> ./build.py: line 37: sipBin: command not found
> ./build.py: line 38: sipVersion: command not found
> ./build.py: line 39: sciIncDir: command not found
> ./build.py: line 40: sciLibDir: command not found
> ./build.py: line 41: sciVersion: command not found
> ./build.py: line 42: platBinDir: command not found
> ./build.py: line 43: modDir: command not found
> ./build.py: line 44: platMake: command not found
> ./build.py: line 45: platCopy: command not found
> ./build.py: line 46: platMkdir: command not found
> ./build.py: line 47: platRmdir: command not found
> ./build.py: line 48: platQTDIRName: command not found
> ./build.py: line 49: pyFullVers: command not found
> ./build.py: line 50: pyVersNr: command not found
> ./build.py: line 51: makefileGen: command not found
> ./build.py: line 52: makeBin: command not found
> ./build.py: line 53: buildModules: command not found
> ./build.py: line 54: proPatches: command not found
> ./build.py: line 55: makefilePatches: command not found
> ./build.py: line 56: tempBuildDir: command not found
> ./build.py: line 57: usingTmake: command not found
> ./build.py: line 58: enableOldPython: command not found
> ./build.py: line 59: debugMode: command not found
> ./build.py: line 60: catCppFiles: command not found
> ./build.py: line 61: catSplit: command not found
> ./build.py: line 62: staticModule: command not found
> ./build.py: line 63: qpeTag: command not found
> ./build.py: line 64: licType: command not found
> ./build.py: line 65: gccFlags: command not found
> ./build.py: line 68: syntax error near unexpected token `('
> ./build.py: line 68: `def usage(rcode = 2)
>
> Can you help me ?

build.py isn't a shell script. Run it as follows...

python build.py

Phil

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] pb for building

2003-11-08 Thread Franck Collineau
Hello,

I've tried to build PyQt.
I've installed tmake before.
It doesn't work ; here the error messages:
./build.py
./build.py: line 23: progName: command not found
./build.py: line 24: qtDir: command not found
./build.py: line 25: qtIncDir: command not found
./build.py: line 26: qtLibDir: command not found
./build.py: line 27: qtVersion: command not found
./build.py: line 28: qtLib: command not found
./build.py: line 29: platPyScriptDir: command not found
./build.py: line 30: platPyDLLDir: command not found
./build.py: line 31: platPySiteDir: command not found
./build.py: line 32: platPyIncDir: command not found
./build.py: line 33: platPyLibDir: command not found
./build.py: line 34: platPyLib: command not found
./build.py: line 35: sipModuleDir: command not found
./build.py: line 36: sipIncDir: command not found
./build.py: line 37: sipBin: command not found
./build.py: line 38: sipVersion: command not found
./build.py: line 39: sciIncDir: command not found
./build.py: line 40: sciLibDir: command not found
./build.py: line 41: sciVersion: command not found
./build.py: line 42: platBinDir: command not found
./build.py: line 43: modDir: command not found
./build.py: line 44: platMake: command not found
./build.py: line 45: platCopy: command not found
./build.py: line 46: platMkdir: command not found
./build.py: line 47: platRmdir: command not found
./build.py: line 48: platQTDIRName: command not found
./build.py: line 49: pyFullVers: command not found
./build.py: line 50: pyVersNr: command not found
./build.py: line 51: makefileGen: command not found
./build.py: line 52: makeBin: command not found
./build.py: line 53: buildModules: command not found
./build.py: line 54: proPatches: command not found
./build.py: line 55: makefilePatches: command not found
./build.py: line 56: tempBuildDir: command not found
./build.py: line 57: usingTmake: command not found
./build.py: line 58: enableOldPython: command not found
./build.py: line 59: debugMode: command not found
./build.py: line 60: catCppFiles: command not found
./build.py: line 61: catSplit: command not found
./build.py: line 62: staticModule: command not found
./build.py: line 63: qpeTag: command not found
./build.py: line 64: licType: command not found
./build.py: line 65: gccFlags: command not found
./build.py: line 68: syntax error near unexpected token `('
./build.py: line 68: `def usage(rcode = 2)

Can you help me ?

Thanks !

-- 

Franck
__
GNU-Linux Mandrake 9.1 KDE 3.1
Optez pour le système qui exploite l'ordinateur pas l'utilisateur !
__
http://.zappa.com
http://www.attac.org
http://www.acontrecourant.org/acc2/
http://www.antipub.net/cdp/
http://www.plpl.org
http://presselibre.org/

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde