And it works like a charm ( it was the cached files ). Also kudos for the
startup speed, impressive improvement, whoever has done that. Thank you
very much! Now let's do some real work.

On Sun, Sep 4, 2016 at 9:40 PM S.Brandt <s.bra...@mixxx.org> wrote:

> Hi,
>
> building Mixxx with taglib v1.11 works nicely here on OS X 10.10.5
>
> ``
> $ brew info taglib
> taglib: stable 1.11 (bottled), HEAD
> Audio metadata library
> https://taglib.github.io/
> /usr/local/Cellar/taglib/1.11 (117 files, 1.5M) *
>   Poured from bottle on 2016-09-04 at 21:00:22
> From:
> https://github.com/Homebrew/homebrew-core/blob/master/Formula/taglib.rb
> ...
> ``
>
> First, try updating brew and upgrading the packages
> ``
> brew update && brew upgrade
> ``
>
> cd to your mixxx directory, and force SCons to ignore any cached results,
> delete temporary files and return the source tree to the original state.
>
> ``
> rm -R config.log .sconsign.dblite .sconf_temp .sconsign.branch
> ``
>
> Then build mixxx using
> ``
> scons stdlib=libc++
> ``
>
> If finished, run
> ``
> ./mixxx --controllerDebug --developer --resourcePath res/
> ``
>
> Hope it helps,
> jus
>
> On Sep 4, 2016, at 20:33, Petr Barborka <grim.ram...@gmail.com> wrote:
>
> Hi,
>
> I would like to start participating in development of mixxx. Today I'm
> trying to build the github version. I have followed the guide, but scons
> gives me this error:
>
> CODE: SELECT ALL 
> <http://mixxx.org/forums/viewtopic.php?f=3&t=8547#>ERROR:root:Unmet
> dependency: Could not find libtag or its development headers.
> now: I have taglib. I have tried building & installing it from source,
> brew, port, everything. I have tried to locate the .dylib location and add
> it to cflags:
> CODE: SELECT ALL <http://mixxx.org/forums/viewtopic.php?f=3&t=8547#>export
> CFLAGS=-I/usr/local/lib/
> as well as the header location:
> CODE: SELECT ALL <http://mixxx.org/forums/viewtopic.php?f=3&t=8547#>export
> CFLAGS=-I/usr/local/Cellar/taglib/1.10/include/taglib
>
> I have also tried "scons -c" to clear cache with no results. I have tried
> every tip that I've found, but scons seems quite headstrong. I have
> originaly posted this on the forum, but I have been advised to repost here,
> so here it is. If anyone has any idea what to do with this or anyone would
> like more info, please let me know. Thank you.
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Get Mixxx, the #1 Free MP3 DJ Mixing software Today
> http://mixxx.org
>
>
> Mixxx-devel mailing list
> Mixxx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>
>
>
------------------------------------------------------------------------------
_______________________________________________
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to