Hi Pierre,

This should be fixed on the master branch now. However, if you want to keep
using the most recent version of Faust from git, you should stop using
music.lib. Functions that used to be present in music.lib were spread in
the new libraries. If you're looking for a specific function, do a search
in http://faust.grame.fr/library.html to know in which library it is now.

Cheers,

Romain

On Fri, Sep 16, 2016 at 12:35 PM, Pierre Lecomte <pierre.leco...@gadz.org>
wrote:

> Hello,
> I'm having some trouble to compile my code with the recent commits from
> master
> git branch
> When I use libraries with redefinitions problem, I've got this kind of
> message
> at the compilation :
>
> test.dsp:
>
> import("music.lib");
> process=_;
>
> faust2jaqt test.dsp :
>
> math.lib:507: ERROR: redefinition of symbols are not allowed :
> BoxIdent[frac]
> is already defined in file "math.lib" line 507
> math.lib:508: ERROR: redefinition of symbols are not allowed :
> BoxIdent[decimal] is already defined in file "math.lib" line 508
> math.lib:560: WARNING: equivalent re-definitions of BoxIdent[chebychev]
> math.lib:582: WARNING: equivalent re-definitions of BoxIdent[chebychevpoly]
>
> Any ideas how to solve this ?
>
> Thank you
> Pierre
>
> ------------------------------------------------------------
> ------------------
> _______________________________________________
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>



-- 

Romain Michon
(+1)(650)646-8917http://ccrma.stanford.edu/~rmichon
------------------------------------------------------------------------------
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to