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

2011-08-22 Thread Vincent van Ravesteijn
On Fri, Aug 19, 2011 at 4:45 PM, Kornel wrote: > ** > > Am Freitag, 19. August 2011 schrieb v...@lyx.org: > > ... > > > -set(hints "HINTS ${GNUWIN32_DIR}/deps20/gettext-tools") > > > > Why not simply define "hints" the way you need? > > > > The problem was the position of the first " in the set

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

2011-08-21 Thread Vincent van Ravesteijn
> > > > > settings.nsh.cmake is very experimental! I would only use it if you wanna > fix it. > > I was planning to fix it indeed, but I got puzzled again by the install prefixes. That's why I asked. Vincent

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

2011-08-20 Thread Vincent van Ravesteijn
IS_ABSOLUTE seems nowhere defined. Causing the wrong path. Op 19 aug. 2011 19:57 schreef "Peter Kümmel" het volgende: > >> >> 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

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: 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