Il 04/12/2011 10:46, Stefan Endres ha scritto:

 I hope I right answering by mail.


Just put all the time lyx-devel in cc, this may be useful for other developers as well (or there might be just someone else who knows what the problem is).

I'm using OpenSuSE 12.1 with libboost-regex 1.46.1-8.1.3 installed. I don't know for sure whether I'm using the system libraries or not. But I think so, because there is a dependency to libboost-regex. Which version of libboost- regex is included in lyx?

I hope other developers on the list answer to this . . .
Should I try to compile it with include libs? Greetings, Stefan

If it's not too much to ask, yes, please, it would likely help in identifying the problem.

You can check-out the development version with (just in in case . . .):

  svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx-trunk

Then, configure with something like this:

  cd lyx-trunk
./configure '--prefix=/usr/local/lyx-trunk' '--with-version-suffix=-trunk' '--disable-debug' '--disable-stdlib-debug' '--with-included-boost'

and compile with the usual:

  make -j4

then run it with

  ./src/lyx

Bye,

    T.

Reply via email to