Andre Poenitz <[EMAIL PROTECTED]> writes:

| On Mon, Jul 07, 2003 at 11:58:45PM +0800, Huang Ying wrote:
| > The patch contains the the main form, ie the LyXView and Aboutlyx
| > dialog. Just a begining with gtk frontend. The render system is based on
| > xft including the math things. So making sure that you have configure
| > the math xft font properly. I think I have seen something about that in
| > this mailing list.
| > The Advice is welcome.
| 
| I wonder whether this
| 
| diff -u -r -N lyx-1.4.0cvs/configure.ac lyx-1.4.0cvs_gtk/configure.ac
| --- lyx-1.4.0cvs/configure.ac   2003-07-01 17:51:21.000000000 +0800
| +++ lyx-1.4.0cvs_gtk/configure.ac       2003-07-07 19:15:25.000000000 +0800
| @@ -154,6 +154,8 @@
|  LYX_CHECK_XFORMS_IMAGE_LOADER
|  # QT tests
|  QT_DO_IT_ALL
| +# gtk tests
| +PKG_CHECK_MODULES(GTK_FRONTEND, gtkmm-2.0 libglademm-2.0)
| [...]
| 
| shouldn't go to  config/configure.in.  configure.ac seems to be re-build
| each time  ./autogen.sh  runs.

No. It should to to config/configure.ac

| Moreover, in
| 
| +  gtk)
| +       FRONTEND="xforms gtk"
| 
| I'd expect just 
| 
| +  gtk)
| +       FRONTEND="gtk"
| 
| but I maybe completely wrong...

yes, kido... as interim solution xforms dialogs are used until native
gtk ones can be created.

Ad. the glade files:

I think those should be placed in the gtk directory, but be installed
in the lib dir.

-- 
        Lgb

Reply via email to