Re: [PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-05-26 Thread Stephan Witt
Am 11.04.2013 um 00:23 schrieb Julien Rioux jri...@lyx.org: On 30/03/2013 9:46 AM, Vincent van Ravesteijn wrote: When using CMake, the binary files are stored in build-dir/bin. LyX can't fin tex2lyx with the current code. So, we have to point configure.py to explicitly look in the binary

Re: [PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-05-26 Thread Vincent van Ravesteijn
Op 26-5-2013 21:30, Stephan Witt schreef: Am 11.04.2013 um 00:23 schrieb Julien Rioux jri...@lyx.org: On 30/03/2013 9:46 AM, Vincent van Ravesteijn wrote: When using CMake, the binary files are stored in build-dir/bin. LyX can't fin tex2lyx with the current code. So, we have to point

Re: [PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-05-26 Thread Stephan Witt
Am 26.05.2013 um 21:36 schrieb Vincent van Ravesteijn v...@lyx.org: Op 26-5-2013 21:30, Stephan Witt schreef: Am 11.04.2013 um 00:23 schrieb Julien Rioux jri...@lyx.org: On 30/03/2013 9:46 AM, Vincent van Ravesteijn wrote: When using CMake, the binary files are stored in build-dir/bin. LyX

Re: [PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-05-26 Thread Stephan Witt
Am 11.04.2013 um 00:23 schrieb Julien Rioux : > On 30/03/2013 9:46 AM, Vincent van Ravesteijn wrote: >> When using CMake, the binary files are stored in /bin. LyX can't >> fin tex2lyx with the current code. So, we have to point configure.py to >> explicitly look in the binary

Re: [PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-05-26 Thread Vincent van Ravesteijn
Op 26-5-2013 21:30, Stephan Witt schreef: Am 11.04.2013 um 00:23 schrieb Julien Rioux : On 30/03/2013 9:46 AM, Vincent van Ravesteijn wrote: When using CMake, the binary files are stored in /bin. LyX can't fin tex2lyx with the current code. So, we have to point configure.py

Re: [PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-05-26 Thread Stephan Witt
Am 26.05.2013 um 21:36 schrieb Vincent van Ravesteijn : > Op 26-5-2013 21:30, Stephan Witt schreef: >> Am 11.04.2013 um 00:23 schrieb Julien Rioux : >> >>> On 30/03/2013 9:46 AM, Vincent van Ravesteijn wrote: When using CMake, the binary files are stored in

Re: [PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-04-10 Thread Julien Rioux
On 30/03/2013 9:46 AM, Vincent van Ravesteijn wrote: When using CMake, the binary files are stored in build-dir/bin. LyX can't fin tex2lyx with the current code. So, we have to point configure.py to explicitly look in the binary dir. Any objections ? Vincent --- lib/configure.py|

Re: [PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-04-10 Thread Julien Rioux
On 30/03/2013 9:46 AM, Vincent van Ravesteijn wrote: When using CMake, the binary files are stored in /bin. LyX can't fin tex2lyx with the current code. So, we have to point configure.py to explicitly look in the binary dir. Any objections ? Vincent --- lib/configure.py|9

[PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-03-30 Thread Vincent van Ravesteijn
When using CMake, the binary files are stored in build-dir/bin. LyX can't fin tex2lyx with the current code. So, we have to point configure.py to explicitly look in the binary dir. Any objections ? Vincent --- lib/configure.py|9 - src/support/Package.cpp |2 +- 2

Re: [PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-03-30 Thread Kornel Benko
Am Samstag, 30. März 2013 um 14:46:20, schrieb Vincent van Ravesteijn v...@lyx.org When using CMake, the binary files are stored in build-dir/bin. LyX can't fin tex2lyx with the current code. So, we have to point configure.py to explicitly look in the binary dir. Any objections ?

Re: [PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-03-30 Thread Vincent van Ravesteijn
Op 30-3-2013 15:29, Kornel Benko schreef: Am Samstag, 30. März 2013 um 14:46:20, schrieb Vincent van Ravesteijn v...@lyx.org When using CMake, the binary files are stored in build-dir/bin. LyX can't fin tex2lyx with the current code. So, we have to point configure.py to explicitly look in

Re: [PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-03-30 Thread Kornel Benko
Am Samstag, 30. März 2013 um 14:46:20, schrieb Vincent van Ravesteijn v...@lyx.org When using CMake, the binary files are stored in build-dir/bin. LyX can't fin tex2lyx with the current code. So, we have to point configure.py to explicitly look in the binary dir. Any objections ?

Re: Re: [PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-03-30 Thread Kornel Benko
Am Samstag, 30. März 2013 um 16:35:02, schrieb Vincent van Ravesteijn v...@lyx.org So the directory for binaries is more like $TARGET_FILE_DIR:${_lyx} (to be used in add_custom_command() for example) Kornel I'm not sure how that is related to the patch. Vincent Never mind. The

[PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-03-30 Thread Vincent van Ravesteijn
When using CMake, the binary files are stored in /bin. LyX can't fin tex2lyx with the current code. So, we have to point configure.py to explicitly look in the binary dir. Any objections ? Vincent --- lib/configure.py|9 - src/support/Package.cpp |2 +- 2 files

Re: [PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-03-30 Thread Kornel Benko
Am Samstag, 30. März 2013 um 14:46:20, schrieb Vincent van Ravesteijn > When using CMake, the binary files are stored in /bin. LyX can't > fin tex2lyx with the current code. So, we have to point configure.py to > explicitly look in the binary dir. > > Any objections ? > >

Re: [PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-03-30 Thread Vincent van Ravesteijn
Op 30-3-2013 15:29, Kornel Benko schreef: Am Samstag, 30. März 2013 um 14:46:20, schrieb Vincent van Ravesteijn > When using CMake, the binary files are stored in /bin. LyX can't fin tex2lyx with the current code. So, we have to point configure.py to explicitly look in the

Re: [PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-03-30 Thread Kornel Benko
Am Samstag, 30. März 2013 um 14:46:20, schrieb Vincent van Ravesteijn > When using CMake, the binary files are stored in /bin. LyX can't > fin tex2lyx with the current code. So, we have to point configure.py to > explicitly look in the binary dir. > > Any objections ? > >

Re: Re: [PATCH] Pass the binary dir to the configure script to find tex2lyx

2013-03-30 Thread Kornel Benko
Am Samstag, 30. März 2013 um 16:35:02, schrieb Vincent van Ravesteijn > > So the directory for binaries is more like $ > > (to be used in add_custom_command() for example) > > > > Kornel > > > > I'm not sure how that is related to the patch. > > Vincent