Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread R. Lahaye
Hi, I have compiled LyX so far with XForms, by having the setenv vars CFLAG, CPPFLAGS and LDFLAGS point to where the XForms files are located. Recently I noticed in the "./configure --help" listing: --with-qt-dir where the root of qt is installed --with-qt-includes where the Qt

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Jean-Marc Lasgouttes
"R" == R Lahaye [EMAIL PROTECTED] writes: R Hi, I have compiled LyX so far with XForms, by having the setenv R vars CFLAG, CPPFLAGS and LDFLAGS point to where the XForms files R are located. Why don't you use --with-extra-lib and --with-extra-inc (or even --with-extra-prefix)? JMarc

RE: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Juergen Vigna
On 19-Oct-2000 R. Lahaye wrote: Hi, I have compiled LyX so far with XForms, by having the setenv vars CFLAG, CPPFLAGS and LDFLAGS point to where the XForms files are located. Recently I noticed in the "./configure --help" listing: --with-qt-dir where the root of qt is

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread R. Lahaye
Juergen Vigna wrote: If you want to use the KDE port (and so use the libraries) you have to use the also documented option --with-frontend=kde! If I have Qt, but not KDE, could that work? Rob.

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Allan Rae
On Thu, 19 Oct 2000, R. Lahaye wrote: Juergen Vigna wrote: If you want to use the KDE port (and so use the libraries) you have to use the also documented option --with-frontend=kde! If I have Qt, but not KDE, could that work? It's called a KDE port for a reason. Allan. (ARRae)

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Juergen Vigna
On 19-Oct-2000 R. Lahaye wrote: If you want to use the KDE port (and so use the libraries) you have to use the also documented option --with-frontend=kde! If I have Qt, but not KDE, could that work? If you start coding a pure QT-frontend then YES, but until the frontend is KDE my answer

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Angus Leeming
On Thu, 19 Oct 2000, R. Lahaye wrote: Juergen Vigna wrote: If you want to use the KDE port (and so use the libraries) you have to use the also documented option --with-frontend=kde! If I have Qt, but not KDE, could that work? Rob. No. Also note that Jürgen said kde-1.1.x which uses

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread R. Lahaye
Angus Leeming wrote: If you really, really want to have a few kde dialogs, then download the kde-1.1.x libs (only the libs are needed). And qt-1.44 of course. Does this make things clearer? Yes! More than enough. Thanks. Rob.

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread John Levon
On Thu, 19 Oct 2000, R. Lahaye wrote: Angus Leeming wrote: If you really, really want to have a few kde dialogs, then download the kde-1.1.x libs (only the libs are needed). And qt-1.44 of course. Does this make things clearer? Yes! More than enough. Thanks. Rob. I know we

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On Thu, 19 Oct 2000, R. Lahaye wrote: | | Angus Leeming wrote: | If you really, really want to have a few kde dialogs, then download the | kde-1.1.x libs (only the libs are needed). And qt-1.44 of course. | | Does this make things clearer? | |

Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread R. Lahaye
Hi, I have compiled LyX so far with XForms, by having the setenv vars CFLAG, CPPFLAGS and LDFLAGS point to where the XForms files are located. Recently I noticed in the "./configure --help" listing: --with-qt-dir where the root of qt is installed --with-qt-includes where the Qt

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> Hi, I have compiled LyX so far with XForms, by having the setenv R> vars CFLAG, CPPFLAGS and LDFLAGS point to where the XForms files R> are located. Why don't you use --with-extra-lib and --with-extra-inc (or even --with-extra-prefix)? JMarc

RE: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Juergen Vigna
On 19-Oct-2000 R. Lahaye wrote: > > Hi, > > I have compiled LyX so far with XForms, by having > the setenv vars CFLAG, CPPFLAGS and LDFLAGS point > to where the XForms files are located. > > Recently I noticed in the "./configure --help" listing: > --with-qt-dir where the root of qt is

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread R. Lahaye
Juergen Vigna wrote: > > If you want to use the KDE port (and so use the libraries) you have > to use the also documented option --with-frontend=kde! If I have Qt, but not KDE, could that work? Rob.

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Allan Rae
On Thu, 19 Oct 2000, R. Lahaye wrote: > Juergen Vigna wrote: > > > > If you want to use the KDE port (and so use the libraries) you have > > to use the also documented option --with-frontend=kde! > > If I have Qt, but not KDE, could that work? It's called a KDE port for a reason. Allan.

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Juergen Vigna
On 19-Oct-2000 R. Lahaye wrote: >> If you want to use the KDE port (and so use the libraries) you have >> to use the also documented option --with-frontend=kde! > > If I have Qt, but not KDE, could that work? If you start coding a pure QT-frontend then YES, but until the frontend is KDE my

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Angus Leeming
On Thu, 19 Oct 2000, R. Lahaye wrote: > Juergen Vigna wrote: > > If you want to use the KDE port (and so use the libraries) you have > > to use the also documented option --with-frontend=kde! > > If I have Qt, but not KDE, could that work? > > Rob. No. Also note that Jürgen said kde-1.1.x which

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread R. Lahaye
Angus Leeming wrote: > If you really, really want to have a few kde dialogs, then download the > kde-1.1.x libs (only the libs are needed). And qt-1.44 of course. > > Does this make things clearer? Yes! More than enough. Thanks. Rob.

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread John Levon
On Thu, 19 Oct 2000, R. Lahaye wrote: > Angus Leeming wrote: > > If you really, really want to have a few kde dialogs, then download the > > kde-1.1.x libs (only the libs are needed). And qt-1.44 of course. > > > > Does this make things clearer? > > Yes! More than enough. > Thanks. > > Rob. >

Re: Can I use Qt libs/includes instead of XForms?

2000-10-19 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, 19 Oct 2000, R. Lahaye wrote: | | > Angus Leeming wrote: | > > If you really, really want to have a few kde dialogs, then download the | > > kde-1.1.x libs (only the libs are needed). And qt-1.44 of course. | > > | > > Does this make things