>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:

Lars> | Finally, to make configure script working I had to disable |
Lars> AC_LANG_CPLUSPLUS in configure.in (line 66). Otherwise gnome
Lars> configuration | scripts were not working properly. It will be
Lars> very nice if someone with | good knowledge of configure.in magic
Lars> would take a look on this | problem.

Lars> Jean-Marc, can you have a cursory glance at this? I am not sure
Lars> if we even need the AC_LANG_CPLUSPLUS there.

We certinly need the AC_LANG_CPLUSPLUS, since otherwise checks for the
C++ compilers features are done with the C compiler :) I put it back
in, and added an AC_LANG_CPLUS_PLUS later. 

In general, configuring with AC_LANG_CPLUS_PLUS would be better, since
we will compile with the C++ compiler. If the gnome scripts are broken
with C++, they should be fixed. What are the errors? I cannot test,
since I do not have gnome installed here.

JMarc

PS: Marko, are you on the lyx-devel list?

Reply via email to