>>>>> "Bernd" == Bernd Kuemmerlen <[EMAIL PROTECTED]> writes:
Bernd> On Thu, 19 Nov 1998, Jean-Marc Lasgouttes wrote:
>> >>>>> "Bernd" == Bernd Kuemmerlen
>> <[EMAIL PROTECTED]> writes:
Bernd> I have a problem compiling 1.0.0pre2 on RedHat 4.2. The
Bernd> configure script gives the advice to upgrade from xforms 0.81
Bernd> to 0.88.
>> Which you should really do, IMO.
Bernd> This is a bit of a problem because it's not my machine but our
Bernd> server... (but the Sysadmin could do it of course...)
You can always install it locally and use (as Bernhard mentionned)
--with-extra-lib/inc to tell configure where to look for. In this
case, I advise you to remove the dynamic library to make sure that LyX
is linked statically. On many systems, there can be a bad choice of
shared library at runtime.
>> The problem is that we use a function which is probably not
>> available in xforms 0.81. Could you check whether you have a
>> reference to fl_set_choices_shortcut in your copy of forms.h?
Bernd> It is there: extern void fl_set_choices_shortcut(const char *,
Bernd> const char *, const char *);
and could you use nm on libforms.a to check whether the function is
really here? In my version of xforms (0.88) I have:
FL_EXPORT void fl_set_choice_shortcut(const char *, const char *, const char *);
#define fl_set_choices_shortcut fl_set_choice_shortcut
I guess this means that in 0.88 the function has been removed. A
possible reason for your problem is that the library has been upgraded
to 0.88 (or 0.86), but the old header has not been remvoed, so that
configure finds it.
JMarc
--
+++ the lyx project user mailing list +++
To unsubscribe from this list send mail to
[EMAIL PROTECTED]
with the **Subject** unsubscribe.