Re: [patch] fix bug 6622

2011-08-19 Thread Georg Baum
Uwe Stöhr wrote: > Am 17.08.2011 22:01, schrieb Georg Baum: > >> I would not have implemented yet another special package on/off/auto >> switch, but since the work is already done I suggest to put it in. For >> the future I strongly suggest to implement a general approach, where >> adding a new p

Re: r39491 - lyx-devel/trunk/development/cmake/modules

2011-08-19 Thread Peter Kümmel
Don't know, how this corresponds to ${hints}. What are your values? FILES_LYX should be created from value of "CMAKE_INSTALL_PREFIX_ABSOLUTE" I think. CMAKE_INSTALL_PREFIX_ABSOLUTE is used: !define FILES_LYX "@CMAKE_INSTALL_PREFIX_ABSOLUTE@" seems CMAKE_INSTALL_PREFIX_ABSOLUT is somehow co

Re: r39491 - lyx-devel/trunk/development/cmake/modules

2011-08-19 Thread Peter Kümmel
On 19.08.2011 16:52, Vincent van Ravesteijn wrote: If I have your attention. I'm now puzzled again by LYX_INSTALL_PREFIX which is a directory but has the value OFF, CMAKE_INSTALL_PREFIX. Vincent The problem is that CMAKE generates "settings-cmake.nsh" with the line: settings.nsh.cmake is ve

Re: r39491 - lyx-devel/trunk/development/cmake/modules

2011-08-19 Thread Peter Kümmel
On 19.08.2011 16:52, Vincent van Ravesteijn wrote: If I have your attention. I'm now puzzled again by LYX_INSTALL_PREFIX which is a directory but has the value OFF, CMAKE_INSTALL_PREFIX. Vincent The problem is that CMAKE generates "settings-cmake.nsh" with the line: !define FILES_LYX "C:/Use

Re: r39491 - lyx-devel/trunk/development/cmake/modules

2011-08-19 Thread Peter Kümmel
On 19.08.2011 17:36, Kornel wrote: Am Freitag, 19. August 2011 schrieb Vincent van Ravesteijn: Op 19-8-2011 16:45, Kornel schreef: Am Freitag, 19. August 2011 schrieb v...@lyx.org: ... -set(hints "HINTS ${GNUWIN32_DIR}/deps20/gettext-tools") -FIND_PROGRAM(GETTEXT_MSGMERGE_EXECUTABLE msgmerg

Re: 1 "-pg" in call to cc should be enough

2011-08-19 Thread Peter Kümmel
On 19.08.2011 17:04, Kornel wrote: I have this in cmake-build ... /usr/bin/c++ -Wall -Wunused-parameter -fno-strict-aliasing -Wall -Wunused-parameter -O3 -DNDEBUG-pg -pg -pg -pg -pg -pg -pg -pg -pg -pg -pg - pg -pg -pg -pg -pg -pg -pg -pg -pg -pg -pg -pg -pg -pg

Re: r39491 - lyx-devel/trunk/development/cmake/modules

2011-08-19 Thread Kornel
Am Freitag, 19. August 2011 schrieb Vincent van Ravesteijn: > > If I have your attention. I'm now puzzled again by LYX_INSTALL_PREFIX > > which is a directory but has the value OFF, CMAKE_INSTALL_PREFIX. > > > > Vincent > > The problem is that CMAKE generates "settings-cmake.nsh" with the line: >

Re: r39491 - lyx-devel/trunk/development/cmake/modules

2011-08-19 Thread Kornel
Am Freitag, 19. August 2011 schrieb Vincent van Ravesteijn: > Op 19-8-2011 16:45, Kornel schreef: > > Am Freitag, 19. August 2011 schrieb v...@lyx.org: > > > > ... > > > > > -set(hints "HINTS ${GNUWIN32_DIR}/deps20/gettext-tools") > > > > > > -FIND_PROGRAM(GETTEXT_MSGMERGE_EXECUTABLE msgmerge $

Re: r39491 - lyx-devel/trunk/development/cmake/modules

2011-08-19 Thread Vincent van Ravesteijn
If I have your attention. I'm now puzzled again by LYX_INSTALL_PREFIX which is a directory but has the value OFF, CMAKE_INSTALL_PREFIX. Vincent The problem is that CMAKE generates "settings-cmake.nsh" with the line: !define FILES_LYX "C:/Users/Vincent/Documents/LyX/source/lyx-installer/C:/P

Re: r39491 - lyx-devel/trunk/development/cmake/modules

2011-08-19 Thread Vincent van Ravesteijn
Op 19-8-2011 16:45, Kornel schreef: Am Freitag, 19. August 2011 schrieb v...@lyx.org: ... > -set(hints "HINTS ${GNUWIN32_DIR}/deps20/gettext-tools") > -FIND_PROGRAM(GETTEXT_MSGMERGE_EXECUTABLE msgmerge ${hints}) > -FIND_PROGRAM(GETTEXT_MSGFMT_EXECUTABLE msgfmt${hints}) > -FIND_PROGRA

Re: r39491 - lyx-devel/trunk/development/cmake/modules

2011-08-19 Thread Kornel
Am Freitag, 19. August 2011 schrieb v...@lyx.org: ... > -set(hints "HINTS ${GNUWIN32_DIR}/deps20/gettext-tools") > -FIND_PROGRAM(GETTEXT_MSGMERGE_EXECUTABLE msgmerge ${hints}) > -FIND_PROGRAM(GETTEXT_MSGFMT_EXECUTABLE msgfmt${hints}) > -FIND_PROGRAM(GETTEXT_XGETTEXT_EXECUTABLE xgettext ${hi