[Csnd-dev] can't build on WIndows?
Date | 2015-12-04 17:09 |
From | Rory Walsh |
Subject | [Csnd-dev] can't build on WIndows? |
Just did a fresh pull from the dev branch. Can't get past the first step? Any ideas?
[ 0%] Generating csound_prelex.c C:\msys\1.0\bin\flex.exe -B C:/Users/rory/sourcecode/cabbageaudio/csound/Engine/csound_pre.lex > C:/Users/r ory/sourcecode/cabbageaudio/csound/build/csound_prelex.c 0 [main] flex 6264 fork_copy: linked dll data/bss pass 0 failed, 0x3E1000..0x3E1A54, done 0, windows pid 3936, Win32 error 487 flex: fork failed CMakeFiles\csound64.dir\build.make:75: recipe for target 'csound_prelex.c' failed mingw32-make[2]: *** [csound_prelex.c] Error 1 mingw32-make[2]: *** Deleting file 'csound_prelex.c' |
Date | 2015-12-04 17:30 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] can't build on WIndows? |
looks like your flex installation is dodgy Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland > On 4 Dec 2015, at 17:09, Rory Walsh |
Date | 2015-12-04 17:47 |
From | Rory Walsh |
Subject | Re: [Csnd-dev] can't build on WIndows? |
I haven't changed anything in my build setup since the last build. On another note, did the API change in the latest release? Is csoundCompileCsdText() new? On 4 December 2015 at 17:30, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote: looks like your flex installation is dodgy |
Date | 2015-12-04 18:00 |
From | Michael Gogins |
Subject | Re: [Csnd-dev] can't build on WIndows? |
Yes, it is new. Regards, Mike ----------------------------------------------------- Michael Gogins Irreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Fri, Dec 4, 2015 at 12:47 PM, Rory Walsh |
Date | 2015-12-04 18:13 |
From | Rory Walsh |
Subject | Re: [Csnd-dev] can't build on WIndows? |
You're not seeing any issues with csound_prelex.c Mike? On 4 December 2015 at 18:00, Michael Gogins <michael.gogins@gmail.com> wrote: Yes, it is new. |
Date | 2015-12-04 18:26 |
From | Michael Gogins |
Subject | Re: [Csnd-dev] can't build on WIndows? |
No, but I have not tried to build the regular desktop version for a week or so. However, I did see issues about Flex a few months ago, don't really remember why or even what files, but I changed some Csound code as a result. Regards, Mike ----------------------------------------------------- Michael Gogins Irreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Fri, Dec 4, 2015 at 1:13 PM, Rory Walsh |
Date | 2015-12-04 18:41 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] can't build on WIndows? |
See this: http://stackoverflow.com/questions/3842424/fork-copy-error-from-make Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland
|
Date | 2015-12-04 19:06 |
From | Rory Walsh |
Subject | Re: [Csnd-dev] can't build on WIndows? |
I did just install a lot more ram. I wonder if that's something to do with it. I'll dig around a bit. If no one else is experiencing the problem then it's definitely local to me. On 4 December 2015 at 18:41, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
|
Date | 2015-12-04 20:03 |
From | jpff |
Subject | Re: [Csnd-dev] can't build on WIndows? |
I committed a major change yesterday. It is just possible that it reacts with Windows line endings but should not. I have been running the code in Linux for over a week now with no issues. On Fri, 4 Dec 2015, Michael Gogins wrote: > No, but I have not tried to build the regular desktop version for a week or so. > > However, I did see issues about Flex a few months ago, don't really > remember why or even what files, but I changed some Csound code as a > result. > > Regards, > Mike > > ----------------------------------------------------- > Michael Gogins > Irreducible Productions > http://michaelgogins.tumblr.com > Michael dot Gogins at gmail dot com > > > On Fri, Dec 4, 2015 at 1:13 PM, Rory Walsh |
Date | 2015-12-06 20:57 |
From | Rory Walsh |
Subject | Re: [Csnd-dev] can't build on WIndows? |
For what it's worth, I just now booted back into Windows, and without touching a thing, Csound now builds again for me. It will remain a mystery, but I'm glad I'm no longer stuck with such an obscure problem ;) On 4 December 2015 at 20:03, jpff <jpff@codemist.co.uk> wrote: I committed a major change yesterday. It is just possible that it reacts with Windows line endings but should not. I have been running the code in Linux for over a week now with no issues. |
Date | 2015-12-06 21:12 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] can't build on WIndows? |
The problem was definitely with the flex not running properly (not forking). ======================== Dr Victor Lazzarini Dean of Arts, Celtic Studies and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 6 Dec 2015, at 20:57, Rory Walsh |
Date | 2015-12-07 00:27 |
From | Rory Walsh |
Subject | Re: [Csnd-dev] can't build on WIndows? |
That much is clear, but the reason why is unknown. On 6 December 2015 at 21:12, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote: The problem was definitely with the flex not running properly (not forking). |