Re: installing moc

2003-12-04 Thread Jose' Matos
On Thursday 04 December 2003 14:56, Earl Eiland wrote:
 The archives tell how to find moc, but not how to install it.  I'm using
 RH9.  It has a /usr/lib/qt-3.1 directory, but the only file in /bin is
 qtconfig.

  You need to install qt-devel, that's where moc is.

 Earl Eiland

-- 
José Abílio

LyX and docbook, a perfect match. :-)



installing moc

2003-12-04 Thread Earl Eiland
The archives tell how to find moc, but not how to install it.  I'm using
RH9.  It has a /usr/lib/qt-3.1 directory, but the only file in /bin is
qtconfig.

Earl Eiland



Re: installing moc

2003-12-04 Thread Marc Jeffrey Driftmeyer
Earl Eiland wrote:

The archives tell how to find moc, but not how to install it.  I'm using
RH9.  It has a /usr/lib/qt-3.1 directory, but the only file in /bin is
qtconfig.
Earl Eiland

 

As Jose just mentioned you need the qt-devel for RH, just like you need 
it for what I run, Debian.

ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.2.3.tar.bz2

However, for me Debian Sid is at 3.2.1 and now that Qt 3.2.3 is out I 
decided to download the bz2 archive from Trolltech directly and then 
just mv the archive to /usr/local

$ cd /usr/local
$ tar xvjf qt-x11-free-3.2.3.tar.bz2
$ mv /usr/local/qt-x11-free-3.2.3/ /usr/local/qt
and set up the necessary environment variables within the README.

Just build set to your system configuration preferences and then build 
LyX against that and you'll notice it will be zippier, since the general 
binaries aren't necessarily optimized for your particular system.

When Debian Sid updates its Qt debs and updates LyX to those debs I'll 
switch back.

What I do like about having the source to build against is to add extra 
functionality or disable certain build support like Xinerama, since I 
don't have 2 monitors.

-Marc



Re: installing moc

2003-12-04 Thread Jose' Matos
On Thursday 04 December 2003 14:56, Earl Eiland wrote:
 The archives tell how to find moc, but not how to install it.  I'm using
 RH9.  It has a /usr/lib/qt-3.1 directory, but the only file in /bin is
 qtconfig.

  You need to install qt-devel, that's where moc is.

 Earl Eiland

-- 
José Abílio

LyX and docbook, a perfect match. :-)



installing moc

2003-12-04 Thread Earl Eiland
The archives tell how to find moc, but not how to install it.  I'm using
RH9.  It has a /usr/lib/qt-3.1 directory, but the only file in /bin is
qtconfig.

Earl Eiland



Re: installing moc

2003-12-04 Thread Marc Jeffrey Driftmeyer
Earl Eiland wrote:

The archives tell how to find moc, but not how to install it.  I'm using
RH9.  It has a /usr/lib/qt-3.1 directory, but the only file in /bin is
qtconfig.
Earl Eiland

 

As Jose just mentioned you need the qt-devel for RH, just like you need 
it for what I run, Debian.

ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.2.3.tar.bz2

However, for me Debian Sid is at 3.2.1 and now that Qt 3.2.3 is out I 
decided to download the bz2 archive from Trolltech directly and then 
just mv the archive to /usr/local

$ cd /usr/local
$ tar xvjf qt-x11-free-3.2.3.tar.bz2
$ mv /usr/local/qt-x11-free-3.2.3/ /usr/local/qt
and set up the necessary environment variables within the README.

Just build set to your system configuration preferences and then build 
LyX against that and you'll notice it will be zippier, since the general 
binaries aren't necessarily optimized for your particular system.

When Debian Sid updates its Qt debs and updates LyX to those debs I'll 
switch back.

What I do like about having the source to build against is to add extra 
functionality or disable certain build support like Xinerama, since I 
don't have 2 monitors.

-Marc



Re: installing moc

2003-12-04 Thread Jose' Matos
On Thursday 04 December 2003 14:56, Earl Eiland wrote:
> The archives tell how to find moc, but not how to install it.  I'm using
> RH9.  It has a /usr/lib/qt-3.1 directory, but the only file in /bin is
> qtconfig.

  You need to install qt-devel, that's where moc is.

> Earl Eiland

-- 
José Abílio

LyX and docbook, a perfect match. :-)



installing moc

2003-12-04 Thread Earl Eiland
The archives tell how to find moc, but not how to install it.  I'm using
RH9.  It has a /usr/lib/qt-3.1 directory, but the only file in /bin is
qtconfig.

Earl Eiland



Re: installing moc

2003-12-04 Thread Marc Jeffrey Driftmeyer
Earl Eiland wrote:

The archives tell how to find moc, but not how to install it.  I'm using
RH9.  It has a /usr/lib/qt-3.1 directory, but the only file in /bin is
qtconfig.
Earl Eiland

 

As Jose just mentioned you need the qt-devel for RH, just like you need 
it for what I run, Debian.

ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.2.3.tar.bz2

However, for me Debian Sid is at 3.2.1 and now that Qt 3.2.3 is out I 
decided to download the bz2 archive from Trolltech directly and then 
just mv the archive to /usr/local

$ cd /usr/local
$ tar xvjf qt-x11-free-3.2.3.tar.bz2
$ mv /usr/local/qt-x11-free-3.2.3/ /usr/local/qt
and set up the necessary environment variables within the README.

Just build set to your system configuration preferences and then build 
LyX against that and you'll notice it will be zippier, since the general 
binaries aren't necessarily optimized for your particular system.

When Debian Sid updates its Qt debs and updates LyX to those debs I'll 
switch back.

What I do like about having the source to build against is to add extra 
functionality or disable certain build support like Xinerama, since I 
don't have 2 monitors.

-Marc