Peter Kümmel <[EMAIL PROTECTED]> writes: > > Andreas Vox wrote: > > Hi! > > > > Today I made another try to get LyX 1.5 running. It finally build with > > two additional #includes and additional link flags in the CMakeLists.txt > > (patch attached). > > Thanks Andreas, I've checked in the cmake changes. > > But I haven't patched the encoding files because it's a moving target ATM.
Those includes are for stl datastructures which are used in the resp. file (map resp. istringstream) so it should be pretty save. Apparently those headers are included indirectly on your system if LyX compiles there. I might add some more CMake code to generate the .app bundle. Is there code for that in the autotools files? Where? /Andreas