Re: [newbie] Can't find moc

2003-02-05 Thread robin
Tom Brinkman wrote: Just in case anyone else here wants to compile Qt apps, installing kde-devel seems to do the trick. I was thrown by the name - in other distros it seems to correspond to qt-devel. Sir Robin tom# urpmi kde-devel no package named kde-devel That's from a 9.1 mirror

Re: [newbie] Can't find moc

2003-02-05 Thread Tom Brinkman
On Wednesday February 5 2003 11:26 am, robin wrote: Tom Brinkman wrote: Just in case anyone else here wants to compile Qt apps, installing kde-devel seems to do the trick. I was thrown by the name - in other distros it seems to correspond to qt-devel. Sir Robin tom# urpmi kde-devel

RE: [newbie] Can't find moc

2003-02-04 Thread Kesav Tadimeti
Dear (Sir)Robin , You must set a variable called QTDIR in your bash .profile file to the path where QT (OK libqt_devel) is installed /bin/...(somewhere). (I am ignorant of Unix shells, so someone else can help you with how to set a variable and export it). When this is done issue the command moc.

Re: [newbie] Can't find moc

2003-02-04 Thread robin
Kesav Tadimeti wrote: Dear (Sir)Robin , You must set a variable called QTDIR in your bash .profile file to the path where QT (OK libqt_devel) is installed /bin/...(somewhere). (I am ignorant of Unix shells, so someone else can help you with how to set a variable and export it). When this is done

Re: [newbie] Can't find moc

2003-02-04 Thread Charles A Edwards
On Tue, 04 Feb 2003 13:51:26 +0200 robin [EMAIL PROTECTED] wrote: Path is not the problem - slocate can't find moc either. I'm downloading another version of qt-devel (which has moc, uic etc.) to see if that will install OK (ignore my original post about file conflict messages - I'd got a

Re: [newbie] Can't find moc

2003-02-04 Thread Tom Brinkman
On Tuesday February 4 2003 05:14 am, robin wrote: I'm trying to compile a program with a Qt frontend, but configure fails because it can't find moc. I've installed libqt-devel, and if I type man moc I get the man page, but a search for the binary reveals nothing. There are qt-devel packages

Re: [newbie] Can't find moc

2003-02-04 Thread robin
Charles A Edwards wrote: On Tue, 04 Feb 2003 13:51:26 +0200 robin [EMAIL PROTECTED] wrote: Path is not the problem - slocate can't find moc either. I'm downloading another version of qt-devel (which has moc, uic etc.) to see if that will install OK (ignore my original post about file

Re: [newbie] Can't find moc

2003-02-04 Thread Sharrea
On Wed, 05 Feb 2003 10:43, Tom Brinkman wrote: On Tuesday February 4 2003 02:28 pm, robin wrote: robin wrote: I'm trying to compile a program with a Qt frontend, but configure fails because it can't find moc. I've installed libqt-devel, and if I type man moc I get the man page, but a