Re: Cannot link LyX in Xcode IDE on Yosemite - project made by cmake

2014-12-31 Thread Stephan Witt
Am 31.12.2014 um 11:33 schrieb Kornel Benko : > Am Mittwoch, 31. Dezember 2014 um 09:01:10, schrieb Stephan Witt > >> Am 30.12.2014 um 20:29 schrieb Stephan Witt : >>> >>> Am 30.12.2014 um 13:07 schrieb Kornel Benko : Am Montag, 29. Dezember 2014 um 13:18:46, schrieb Kornel Benko >>

Re: Cannot link LyX in Xcode IDE on Yosemite - project made by cmake

2014-12-31 Thread Kornel Benko
Am Mittwoch, 31. Dezember 2014 um 09:01:10, schrieb Stephan Witt > Am 30.12.2014 um 20:29 schrieb Stephan Witt : > > > > Am 30.12.2014 um 13:07 schrieb Kornel Benko : > >> > >> Am Montag, 29. Dezember 2014 um 13:18:46, schrieb Kornel Benko > >> > I don't know. But note, it's the target L

Re: Cannot link LyX in Xcode IDE on Yosemite - project made by cmake

2014-12-31 Thread Stephan Witt
Am 30.12.2014 um 20:29 schrieb Stephan Witt : > > Am 30.12.2014 um 13:07 schrieb Kornel Benko : >> >> Am Montag, 29. Dezember 2014 um 13:18:46, schrieb Kornel Benko >> I don't know. But note, it's the target LyX failing to link, not only check_ExternalTransforms. Stephan >

Re: Cannot link LyX in Xcode IDE on Yosemite - project made by cmake

2014-12-30 Thread Stephan Witt
Am 30.12.2014 um 13:07 schrieb Kornel Benko : > > Am Montag, 29. Dezember 2014 um 13:18:46, schrieb Kornel Benko > >>> I don't know. But note, it's the target LyX failing to link, not only >>> check_ExternalTransforms. >>> >>> Stephan >> >> In this case I cannot much help >> > > Just to be

Re: Cannot link LyX in Xcode IDE on Yosemite - project made by cmake

2014-12-30 Thread Kornel Benko
Am Montag, 29. Dezember 2014 um 13:18:46, schrieb Kornel Benko > > I don't know. But note, it's the target LyX failing to link, not only > > check_ExternalTransforms. > > > > Stephan > > In this case I cannot much help > Just to be sure, you can compile with autotools? I tried to mimic the auto

Re: Cannot link LyX in Xcode IDE on Yosemite - project made by cmake

2014-12-29 Thread Kornel Benko
Am Montag, 29. Dezember 2014 um 13:07:19, schrieb Stephan Witt > Am 29.12.2014 um 11:54 schrieb Kornel Benko : > > > Am Montag, 29. Dezember 2014 um 11:43:35, schrieb Stephan Witt > > > >> Am 29.12.2014 um 09:30 schrieb Kornel Benko : > >> > >>> Am Montag, 29. Dezember 2014 um 02:51:47, schrie

Re: Cannot link LyX in Xcode IDE on Yosemite - project made by cmake

2014-12-29 Thread Stephan Witt
Am 29.12.2014 um 11:54 schrieb Kornel Benko : > Am Montag, 29. Dezember 2014 um 11:43:35, schrieb Stephan Witt > >> Am 29.12.2014 um 09:30 schrieb Kornel Benko : >> >>> Am Montag, 29. Dezember 2014 um 02:51:47, schrieb Stephan Witt >>> On Mac OS X 10.10.1 (Yosemite) I created a Xcode pro

Re: Cannot link LyX in Xcode IDE on Yosemite - project made by cmake

2014-12-29 Thread Kornel Benko
Am Montag, 29. Dezember 2014 um 11:43:35, schrieb Stephan Witt > Am 29.12.2014 um 09:30 schrieb Kornel Benko : > > > Am Montag, 29. Dezember 2014 um 02:51:47, schrieb Stephan Witt > > > >> On Mac OS X 10.10.1 (Yosemite) I created a Xcode project with cmake. > >> The final link command fails wit

Re: Cannot link LyX in Xcode IDE on Yosemite - project made by cmake

2014-12-29 Thread Stephan Witt
Am 29.12.2014 um 09:30 schrieb Kornel Benko : > Am Montag, 29. Dezember 2014 um 02:51:47, schrieb Stephan Witt > >> On Mac OS X 10.10.1 (Yosemite) I created a Xcode project with cmake. >> The final link command fails with a reference to e.g. „_libiconv_close“. >> I cannot find the libiconv_close

Re: Cannot link LyX in Xcode IDE on Yosemite - project made by cmake

2014-12-29 Thread Kornel Benko
Am Montag, 29. Dezember 2014 um 02:51:47, schrieb Stephan Witt > On Mac OS X 10.10.1 (Yosemite) I created a Xcode project with cmake. > The final link command fails with a reference to e.g. „_libiconv_close“. > I cannot find the libiconv_close string in the LyX code base. This should > be „iconv_c

Cannot link LyX in Xcode IDE on Yosemite - project made by cmake

2014-12-28 Thread Stephan Witt
On Mac OS X 10.10.1 (Yosemite) I created a Xcode project with cmake. The final link command fails with a reference to e.g. „_libiconv_close“. I cannot find the libiconv_close string in the LyX code base. This should be „iconv_close“ only - as it is used in docstream.cpp and unicode.cpp. The libicon