|
From: Felipe S. <fsa...@gm...> - 2013-11-25 13:02:20
|
I hit one snag: the configure script munges the CFLAGS to remove -Werror. However, -Werror can take a parameter (eg, -Werror=format-security), meaning you end up with an invalid line like `gcc =format-security conftest.c`. I'm not sure configure should munge the CFLAGS, nor why would it be necessary (do some configure tests contain invalid code?). Removing the munging I can build and make test ends successfully On Mon, Nov 25, 2013 at 7:56 AM, Camille Troillard <ca...@os...> wrote: > Hi Steve, > > Thank you for doing this! > I ran the tests successfully under OS X: > > - 10.9 / Xcode 5, > - 10.8 / Xcode 4.6.3, > > I have not been able to test on 10.6 / Xcode 4.2 because the system did not had the required versions for autoconf and automate and it is difficult to cleanly update those installed by Xcode by default (hopefully this is not the case in newer versions). > > > Best Regards, > Camille > > > On 22 nov. 2013, at 16:29, Stephen Sinclair <rad...@gm...> wrote: > >> Hello, >> >> Since there haven't been many developments on liblo lately and yet >> there are some important bugfixes in master, I am putting together a >> release candidate to encourage further testing. >> >> I have merged the C++ branch and have been fixing various small errors >> and build problems on Linux and OS X. >> >> Note that on OS X to use the C++11 bindings you must configure using >> the following command: >> >> ./configure CC='clang' CXX='clang++' >> >> Since the version of gcc bundled with XCode does not support C++11. >> The configure script should automatically add the required flags to >> turn on C++11 support for clang++. >> >> Steve >> >> ------------------------------------------------------------------------------ >> Shape the Mobile Experience: Free Subscription >> Software experts and developers: Be at the forefront of tech innovation. >> Intel(R) Software Adrenaline delivers strategic insight and game-changing >> conversations that shape the rapidly evolving mobile landscape. Sign up now. >> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk >> _______________________________________________ >> liblo-devel mailing list >> lib...@li... >> https://lists.sourceforge.net/lists/listinfo/liblo-devel > > > ------------------------------------------------------------------------------ > Shape the Mobile Experience: Free Subscription > Software experts and developers: Be at the forefront of tech innovation. > Intel(R) Software Adrenaline delivers strategic insight and game-changing > conversations that shape the rapidly evolving mobile landscape. Sign up now. > http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel -- Saludos, Felipe Sateler |