Re: building with Clang 3.2 fails

2013-12-10 Thread Kornel Benko
Am Montag, 9. Dezember 2013 um 03:12:31, schrieb Scott Kostyshak skost...@lyx.org On Sat, Dec 7, 2013 at 12:08 PM, Scott Kostyshak skost...@lyx.org wrote: The above two commands were from the following command (except that the second command switches -DLYX_EXTERNAL_BOOST to ON): cmake

Re: building with Clang 3.2 fails

2013-12-10 Thread Scott Kostyshak
On Tue, Dec 10, 2013 at 12:39 PM, Kornel Benko kor...@lyx.org wrote: Am Montag, 9. Dezember 2013 um 03:12:31, schrieb Scott Kostyshak skost...@lyx.org On Sat, Dec 7, 2013 at 12:08 PM, Scott Kostyshak skost...@lyx.org wrote: The above two commands were from the following command (except that

Re: building with Clang 3.2 fails

2013-12-10 Thread Kornel Benko
Am Dienstag, 10. Dezember 2013 um 16:53:40, schrieb Scott Kostyshak skost...@lyx.org I don't have clang, but... The option for c++11 may be -std=c++11 or -std=gnu++11. Could you try? It was being run with -std=gnu++0x. Running manually and substituting for it with -std=c++11

Re: building with Clang 3.2 fails

2013-12-10 Thread Kornel Benko
Am Montag, 9. Dezember 2013 um 03:12:31, schrieb Scott Kostyshak > On Sat, Dec 7, 2013 at 12:08 PM, Scott Kostyshak wrote: > > The above two commands were from the following command (except that > > the second command switches -DLYX_EXTERNAL_BOOST to "ON"): >

Re: building with Clang 3.2 fails

2013-12-10 Thread Scott Kostyshak
On Tue, Dec 10, 2013 at 12:39 PM, Kornel Benko wrote: > Am Montag, 9. Dezember 2013 um 03:12:31, schrieb Scott Kostyshak > > >> On Sat, Dec 7, 2013 at 12:08 PM, Scott Kostyshak wrote: > >> > The above two commands were from the following

Re: building with Clang 3.2 fails

2013-12-10 Thread Kornel Benko
Am Dienstag, 10. Dezember 2013 um 16:53:40, schrieb Scott Kostyshak > > I don't have clang, but... > > > > > > > > The option for c++11 may be -std=c++11 or -std=gnu++11. > > > > > > > > Could you try? > > It was being run with -std=gnu++0x. Running manually and substituting >

Re: building with Clang 3.2 fails

2013-12-09 Thread Scott Kostyshak
On Sat, Dec 7, 2013 at 12:08 PM, Scott Kostyshak skost...@lyx.org wrote: The above two commands were from the following command (except that the second command switches -DLYX_EXTERNAL_BOOST to ON): cmake ../repo \ -DCMAKE_INSTALL_PREFIX=/usr/local/lyx2.1 \ -DLYX_DEBUG=ON -DLYX_RELEASE=OFF

Re: building with Clang 3.2 fails

2013-12-09 Thread Scott Kostyshak
On Sat, Dec 7, 2013 at 12:08 PM, Scott Kostyshak wrote: > The above two commands were from the following command (except that > the second command switches -DLYX_EXTERNAL_BOOST to "ON"): > > cmake ../repo \ > -DCMAKE_INSTALL_PREFIX=/usr/local/lyx2.1 \ > -DLYX_DEBUG=ON

Re: building with Clang 3.2 fails

2013-12-07 Thread Scott Kostyshak
The above two commands were from the following command (except that the second command switches -DLYX_EXTERNAL_BOOST to ON): cmake ../repo \ -DCMAKE_INSTALL_PREFIX=/usr/local/lyx2.1 \ -DLYX_DEBUG=ON -DLYX_RELEASE=OFF -DLYX_CPACK=ON \ -DLYX_PROGRAM_SUFFIX=ON -DLYX_LOCALVERSIONING=ON \

Re: building with Clang 3.2 fails

2013-12-07 Thread Scott Kostyshak
The above two commands were from the following command (except that the second command switches -DLYX_EXTERNAL_BOOST to "ON"): cmake ../repo \ -DCMAKE_INSTALL_PREFIX=/usr/local/lyx2.1 \ -DLYX_DEBUG=ON -DLYX_RELEASE=OFF -DLYX_CPACK=ON \ -DLYX_PROGRAM_SUFFIX=ON -DLYX_LOCALVERSIONING=ON \

Re: building with Clang 3.2 fails

2013-12-06 Thread Jean-Marc Lasgouttes
Le 06/12/2013 19:52, Scott Kostyshak a écrit : At some point not too long ago I was able to build with Clang. It was an older version though. Now I get an error when building boost error: use of undeclared identifier (see more output at the bottom). Is this something that should be fixed? I

Re: building with Clang 3.2 fails

2013-12-06 Thread Scott Kostyshak
On Fri, Dec 6, 2013 at 4:45 PM, Jean-Marc Lasgouttes lasgout...@lyx.org wrote: Le 06/12/2013 19:52, Scott Kostyshak a écrit : At some point not too long ago I was able to build with Clang. It was an older version though. Now I get an error when building boost error: use of undeclared

Re: building with Clang 3.2 fails

2013-12-06 Thread Jean-Marc Lasgouttes
Le 06/12/2013 19:52, Scott Kostyshak a écrit : At some point not too long ago I was able to build with Clang. It was an older version though. Now I get an error when building boost "error: use of undeclared identifier" (see more output at the bottom). Is this something that should be fixed? I

Re: building with Clang 3.2 fails

2013-12-06 Thread Scott Kostyshak
On Fri, Dec 6, 2013 at 4:45 PM, Jean-Marc Lasgouttes wrote: > Le 06/12/2013 19:52, Scott Kostyshak a écrit : > >> At some point not too long ago I was able to build with Clang. It was >> an older version though. Now I get an error when building boost >> "error: use of