Re: false positive in test for unencodable preamble

2015-07-07 Thread Jürgen Spitzmüller
Guenter Milde wrote: I assumed this and I answered accordingly (as if you had written literal and not literate). My argument, however, is that we may cosider it more useful to encode unencodable characters into a LICR instead of throwing an error, as for LaTeX this is one representation of

Re: Build questions for OS X

2015-07-07 Thread Stephan Witt
Am 07.07.2015 um 05:40 schrieb Jerry lancebo...@qwest.net: On Jul 6, 2015, at 4:45 PM, Stephan Witt st.w...@gmx.net wrote: The process failed with these apparent C++ errors: I think I've seen these errors with Xcode 6 and the accompanying clang compiler. It has something to do with

Re: Build questions for OS X

2015-07-07 Thread Jean-Marc Lasgouttes
Le 07/07/2015 01:07, Jerry a écrit : #!/bin/bash cd /Applications/Words/LyXOuterFolder/git/lyx/ ./autogen.sh ./configure \ --with-version-suffix=-2.3 \ --with-libiconv-prefix=/usr/lib \ --with-x=no \ --disable-stdlib-debug \

Re: Build questions for OS X

2015-07-07 Thread Georg Baum
Jean-Marc Lasgouttes wrote: Le 07/07/2015 01:07, Jerry a écrit : CXX CutAndPaste.o CutAndPaste.cpp:390:15: error: call to 'next' is ambiguous pars.insert(next(pars.begin(), pit), ^~~~

Re: Build questions for OS X

2015-07-07 Thread Jerry
On Jul 7, 2015, at 12:38 PM, Georg Baum georg.b...@post.rwth-aachen.de wrote: Jean-Marc Lasgouttes wrote: Le 07/07/2015 01:07, Jerry a écrit : CXX CutAndPaste.o CutAndPaste.cpp:390:15: error: call to 'next' is ambiguous pars.insert(next(pars.begin(), pit),

Re: Build questions for OS X

2015-07-07 Thread Jerry
On Jul 6, 2015, at 11:26 PM, Stephan Witt st.w...@gmx.net wrote: Can you send us your config.log privately, please? Stephan Done. Sent to Stephan, JMarc, and Georg. Jerry

Re: Build questions for OS X

2015-07-07 Thread Jerry
On Jul 7, 2015, at 4:20 PM, Jerry lancebo...@qwest.net wrote: The linker might have found my Qt4 installation from MacPorts. I don't know if it is 32-bit or 64-bit or both. It is 64-bit only. Jerry

Re: Build questions for OS X

2015-07-07 Thread Stephan Witt
Am 08.07.2015 um 01:20 schrieb Jerry lancebo...@qwest.net: On Jul 7, 2015, at 12:38 PM, Georg Baum georg.b...@post.rwth-aachen.de wrote: Jean-Marc Lasgouttes wrote: Le 07/07/2015 01:07, Jerry a écrit : CXX CutAndPaste.o CutAndPaste.cpp:390:15: error: call to 'next' is ambiguous

Re: false positive in test for unencodable preamble

2015-07-07 Thread Jürgen Spitzmüller
Guenter Milde wrote: > I assumed this and I answered accordingly (as if you had written literal > and not literate). > > My argument, however, is that we may cosider it more useful to encode > "unencodable" characters into a LICR instead of throwing an error, as for > LaTeX this is one

Re: Build questions for OS X

2015-07-07 Thread Stephan Witt
Am 07.07.2015 um 05:40 schrieb Jerry : > On Jul 6, 2015, at 4:45 PM, Stephan Witt wrote: >>> >>> The process failed with these apparent C++ errors: >> >> I think I've seen these errors with Xcode 6 and the accompanying clang >> compiler. >> It has

Re: Build questions for OS X

2015-07-07 Thread Jean-Marc Lasgouttes
Le 07/07/2015 01:07, Jerry a écrit : #!/bin/bash cd /Applications/Words/LyXOuterFolder/git/lyx/ ./autogen.sh ./configure \ --with-version-suffix=-2.3 \ --with-libiconv-prefix=/usr/lib \ --with-x=no \ --disable-stdlib-debug \

Re: Build questions for OS X

2015-07-07 Thread Jerry
On Jul 6, 2015, at 11:26 PM, Stephan Witt wrote: > Can you send us your config.log privately, please? > > Stephan Done. Sent to Stephan, JMarc, and Georg. Jerry

Re: Build questions for OS X

2015-07-07 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Le 07/07/2015 01:07, Jerry a écrit : >>CXX CutAndPaste.o >> CutAndPaste.cpp:390:15: error: call to 'next' is ambiguous >> pars.insert(next(pars.begin(), pit), >> ^~~~ >>

Re: Build questions for OS X

2015-07-07 Thread Jerry
On Jul 7, 2015, at 12:38 PM, Georg Baum wrote: > Jean-Marc Lasgouttes wrote: > >> Le 07/07/2015 01:07, Jerry a écrit : >>> CXX CutAndPaste.o >>> CutAndPaste.cpp:390:15: error: call to 'next' is ambiguous >>> pars.insert(next(pars.begin(),

Re: Build questions for OS X

2015-07-07 Thread Jerry
On Jul 7, 2015, at 4:20 PM, Jerry wrote: > The linker might have found my Qt4 installation from MacPorts. I don't know > if it is 32-bit or 64-bit or both. It is 64-bit only. Jerry

Re: Build questions for OS X

2015-07-07 Thread Stephan Witt
Am 08.07.2015 um 01:20 schrieb Jerry : > > On Jul 7, 2015, at 12:38 PM, Georg Baum > wrote: > >> Jean-Marc Lasgouttes wrote: >> >>> Le 07/07/2015 01:07, Jerry a écrit : CXX CutAndPaste.o CutAndPaste.cpp:390:15: error: call