Andy Hawkins wrote:> Hi, > > In article <20130304070023.141c9f101622a34c46d68c80 at mega-nerd.com>, > Erik de Castro Lopo<mle+la at mega-nerd.com> wrote: > >> project tends to be a pain unless one of the principal developers is using > >> it on a daily basis (as I know you've experienced with libsndfile, Erik). > > > > Yes, painfully aware of this. I'll be relying on others to keep the VS > > project files up-to-date. > > Not sure if you've considered it, but cmake allows you to generate Visual > Studio project files automatically, while still allowing cross platform > builds.May look at CMake after this current release. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 05.03.2013 10:32, Erik de Castro Lopo wrote:> Andy Hawkins wrote: > >> Hi, >> >> In article >> <20130304070023.141c9f101622a34c46d68c80 at mega-nerd.com>, Erik de >> Castro Lopo<mle+la at mega-nerd.com> wrote: >>>> project tends to be a pain unless one of the principal >>>> developers is using it on a daily basis (as I know you've >>>> experienced with libsndfile, Erik). >>> >>> Yes, painfully aware of this. I'll be relying on others to keep >>> the VS project files up-to-date. >> >> Not sure if you've considered it, but cmake allows you to >> generate Visual Studio project files automatically, while still >> allowing cross platform builds. > > May look at CMake after this current release.Let's start a CMake vs SCons holywar! :) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJRNZMIAAoJEOs4Jb6SI2CwZeQH/1gdHxylL7/8hw9vhDld02Rf zTV6sZ5k8+NWKwRXQdH9/eNaKAffqaHAo1dWO1JpU7+3IR1KyBCayGKVuI2cjJt+ vnKSdZE2Lt34amfCWpyIrXGIX/yNg3QQ0VcRPi48TjW+tGFNzNbqVflPoT31acGb G7AMk9Ftpx9qQirPBGmZY3afByjnFxbEGJMIJEFCshSwNmnxrO0bzfOGu4j7vaGR y5jiFjccj7d3PXRcBNN+GJDM5li2UHw0CjYsr9lrHTJ8fDxoYanEB5SYZzBUCZZN JY0MB+92pVkNdGR4b7n2AgDylj5DF34sC8fWWLklU72ryYke3hhTzK4+Y8y1hDM=ldk8 -----END PGP SIGNATURE-----
On 03/05/2013 03:32 AM, Erik de Castro Lopo wrote:> May look at CMake after this current release.That will make the situation reverse, that is, better for windows, insane for the rest of the world.
Cristian Rodr?guez wrote:> On 03/05/2013 03:32 AM, Erik de Castro Lopo wrote: > > > May look at CMake after this current release. > > That will make the situation reverse, that is, better for windows, > insane for the rest of the world.*If* I get around to it, it will be in a branch, not in mainline. I see FLAC as FOSS/libre software. It is firmly targeted at FOSS/libre operating systems and it if runs on others I'm fine with that, I'll even do what I can to help. However, I would not accept or force changes that make things worse for the FOSS world in favor of the rest. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Hi, In article <5135935C.7070208 at opensuse.org>, Cristian Rodr?guez<crrodriguez at opensuse.org> wrote:> On 03/05/2013 03:32 AM, Erik de Castro Lopo wrote: > >> May look at CMake after this current release. > > That will make the situation reverse, that is, better for windows, > insane for the rest of the world.I'm not sure why that should be the case. I maintain a (admittedly, fairly trivial) library that's built using CMake without any real issues at all, and its primary target is linux-like OSs (but it does work on Mac and Windows). Andy