[Csnd-dev] New build errors on mingw64
Date | 2016-04-19 14:39 |
From | Michael Gogins |
Subject | [Csnd-dev] New build errors on mingw64 |
D:/msys64/home/restore/csound/Opcodes/fareygen.c:76: undefined reference to `ISSTRCOD' I will try to fix this. Regards, Mike ----------------------------------------------------- Michael Gogins Irreducible Productions http://michaelgogins.tumblr.com |
Date | 2016-04-19 16:11 |
From | jpff |
Subject | Re: [Csnd-dev] New build errors on mingw64 |
This is due to a change of mine; try #define ISSTRCOD isnan Will wor except for gcc5 I think On Tue, 19 Apr 2016, Michael Gogins wrote: > D:/msys64/home/restore/csound/Opcodes/fareygen.c:76: undefined > reference to `ISSTRCOD' > > I will try to fix this. > > Regards, > Mike > > ----------------------------------------------------- > Michael Gogins > Irreducible Productions > http://michaelgogins.tumblr.com > Michael dot Gogins at gmail dot com |
Date | 2016-04-19 17:08 |
From | Michael Gogins |
Subject | Re: [Csnd-dev] New build errors on mingw64 |
I am using GCC 5. Best, On Apr 19, 2016 11:12 AM, "jpff" <jpff@codemist.co.uk> wrote:
This is due to a change of mine; try #define ISSTRCOD isnan |