Re: [Mixxx-devel] Problem compiling last build from GIT

2014-11-21 Thread Leo Combes
I reinstall linux mint 17 from scratch and it worked perfect. Thanks for you time Ryan! 2014-11-21 9:48 GMT-03:00 Leo Combes : > Looks like my Linux Mint 16 is old... libtag not have newers versions > in this version. > I will try to update and test again. > > Thanks. > > 2014-11-20 16:51 GMT-03:

Re: [Mixxx-devel] Problem compiling last build from GIT

2014-11-21 Thread Leo Combes
Looks like my Linux Mint 16 is old... libtag not have newers versions in this version. I will try to update and test again. Thanks. 2014-11-20 16:51 GMT-03:00 RJ Ryan : > Ok -- looks like you're using TagLib 1.8. We should use the compatible > function "tag()" if we don't have taglib 1.9. (ID3v2

Re: [Mixxx-devel] Problem compiling last build from GIT

2014-11-20 Thread RJ Ryan
Ok -- looks like you're using TagLib 1.8. We should use the compatible function "tag()" if we don't have taglib 1.9. (ID3v2 seems to return more data than tag though so it would be nice to keep it if 1.9 is available). On Thu, Nov 20, 2014 at 1:59 PM, Leo Combes wrote: > Thanks for your time Rya

Re: [Mixxx-devel] Problem compiling last build from GIT

2014-11-20 Thread Leo Combes
Thanks for your time Ryan. # dpkg -l | grep libtag ii libtag1-dev 1.8-2 amd64audio meta-data library - development files ii libtag1-vanilla:amd64 1.8-2 amd64audio meta-data library - vanilla f

Re: [Mixxx-devel] Problem compiling last build from GIT

2014-11-20 Thread RJ Ryan
Er, wait -- sorry. That's not the right taglib package. What's the version of your "libtag1-dev" package? On Thu, Nov 20, 2014 at 12:30 PM, RJ Ryan wrote: > Eh, except the taglib2 branch seems to have this method: > > https://github.com/taglib/taglib/blob/taglib2/taglib/riff/wav/wavfile.h#L113

Re: [Mixxx-devel] Problem compiling last build from GIT

2014-11-20 Thread RJ Ryan
Eh, except the taglib2 branch seems to have this method: https://github.com/taglib/taglib/blob/taglib2/taglib/riff/wav/wavfile.h#L113 On Thu, Nov 20, 2014 at 12:29 PM, RJ Ryan wrote: > Oh, hm. Taglib2 isn't released yet. We depend on 1.9. > > On Thu, Nov 20, 2014 at 12:11 PM, Leo Combes wrote:

Re: [Mixxx-devel] Problem compiling last build from GIT

2014-11-20 Thread RJ Ryan
Oh, hm. Taglib2 isn't released yet. We depend on 1.9. On Thu, Nov 20, 2014 at 12:11 PM, Leo Combes wrote: > TagLib is v2.1.0 > > dpkg -l | grep taglib ii libtaglib2.1-cil 2.1.0.0-2 all CLI library > for accessing audio and video files metadata > > > 2014-11-20 13:40 GMT-03:00 RJ Ryan : > > Hm, w

Re: [Mixxx-devel] Problem compiling last build from GIT

2014-11-20 Thread Leo Combes
TagLib is v2.1.0 dpkg -l | grep taglib ii libtaglib2.1-cil 2.1.0.0-2 all CLI library for accessing audio and video files metadata 2014-11-20 13:40 GMT-03:00 RJ Ryan : > Hm, what version of TagLib do you have installed? > > TagLib::RIFF::WAV::File should have an ID3v2Tag method in 1.9. > https://

Re: [Mixxx-devel] Problem compiling last build from GIT

2014-11-20 Thread RJ Ryan
Looks like it was named "tag" in 1.7. and 1.8: https://github.com/taglib/taglib/blob/f89c16cd6538363327104a820a218b17bb865116/taglib/riff/wav/wavfile.h https://github.com/taglib/taglib/blob/aa34afda79a1ccc884c24721abaf6543ef96c0d8/taglib/riff/wav/wavfile.h#L87 On Thu, Nov 20, 2014 at 11:40 AM, RJ

Re: [Mixxx-devel] Problem compiling last build from GIT

2014-11-20 Thread RJ Ryan
Hm, what version of TagLib do you have installed? TagLib::RIFF::WAV::File should have an ID3v2Tag method in 1.9. https://github.com/taglib/taglib/blob/95776b59054582d0547786568ec2cf0214ecc472/taglib/riff/wav/wavfile.h#L115 On Thu, Nov 20, 2014 at 11:28 AM, Leo Combes wrote: > Hi! > I just did