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.

Moreover, in

+  gtk)
+       FRONTEND="xforms gtk"

I'd expect just 

+  gtk)
+       FRONTEND="gtk"

but I maybe completely wrong...

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one.     (T. Jefferson or B. Franklin or both...)

Reply via email to