On Jan 8, 2013, at 16:03 , Stephan Witt <st.w...@gmx.net> wrote:
> Reading your linker error message I'd say you build LyX with 64bit, but you 
> don't have a matching iconv library. That's strange, because your system 
> library (in /usr/lib) should at least provide i386 and x86_64.

i had a similar problem and need to pass 

-DLIBINTL_INCLUDE_DIR=/opt/local/include

to cmake

i now build with

cmake -G "Xcode" ../lyx  -DLYX_EXTERNAL_LIBINTL=ON 
-DLIBINTL_INCLUDE_DIR=/opt/local/include -DLYX_PROGRAM_SUFFIX=OFF 
-DLYX_PACKAGE_SUFFIX=OFF -DLYX_RELEASE=ON -DLYX_DMG=ON -DLYX_INSTALL=ON 
-DLYX_COCOA=ON

which seems to work fine

edwin


Reply via email to