Pascal Francq <[EMAIL PROTECTED]> writes:

| Hi,
| When running the configure script on the CVS version, I have always same 
| message:
| 
| 
| checking types of arguments for select()... int,fd_set *,struct timeval *
| checking type of argument for putenv()... char *
| checking if mkstemp is declared by header unistd.h... yes
| configure: error: conditional "USE_BASIC_IMAGE_LOADER" was never defined.
| Usually this means the macro was only invoked conditionally.
| 
| Is there a workaround to compile LyX with Qt?

With configure 2.53 I am using this for the present:

Index: config/configure.ac
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/config/configure.ac,v
retrieving revision 1.7
diff -u -p -r1.7 configure.ac
--- config/configure.ac 12 Sep 2002 17:10:04 -0000      1.7
+++ config/configure.ac 25 Sep 2002 08:15:03 -0000
@@ -150,8 +150,9 @@ CPPFLAGS="$CPPFLAGS $X_CFLAGS"
 ## Check whether X is new enough to handle the input method stuff
 AC_CHECK_FUNCS(XOpenIM)

-
+
 ### check which frontend we want to use
+AM_CONDITIONAL(USE_BASIC_IMAGE_LOADER, false)

 #LYX_USE_FRONTEND
 dnl The code below is not in a macro, because this would cause big


The same thing could be done with config/configure.in, but this is
most likely not what the final fix will look like.

-- 
        Lgb

Reply via email to