[Cs-dev] umm...
Date | 2005-02-10 15:57 |
From | Dave Phillips |
Subject | [Cs-dev] umm... |
Greetings: I just did a CVS update for Cs5, but running 'scons buildCsoundVST=0' yields this error: scons: *** Source `Opcodes/gab/gab.c' not found, needed by target `Opcodes/gab/gab.os'. Stop. scons: building terminated because of errors. Did I miss something again ? Best, dp ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-02-10 16:03 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] umm... |
You need to check out the csoundAV opcodes found in that directory. You're probably telling your cvs client to not create new folders in the repository (maybe for the same reason as me-to avoid downloading the large snapshot binaries) Andres Dave Phillips wrote: > Greetings: > > I just did a CVS update for Cs5, but running 'scons buildCsoundVST=0' > yields this error: > > scons: *** Source `Opcodes/gab/gab.c' not found, needed by target > `Opcodes/gab/gab.os'. Stop. > scons: building terminated because of errors. > > Did I miss something again ? > > Best, > > dp > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > > > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-02-10 16:06 |
From | John ffitch |
Subject | Re: [Cs-dev] umm... |
The problem is that new directories are not added with cvs update One needs to learn to do cvs update -d sometimes. A pain I think ==John ff ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-02-10 16:15 |
From | Dave Phillips |
Subject | Re: [Cs-dev] umm... |
Never mind, I made a fresh checkout, the GAB opcode sources are there now... Dave Phillips wrote: > Greetings: > > I just did a CVS update for Cs5, but running 'scons buildCsoundVST=0' > yields this error: > > scons: *** Source `Opcodes/gab/gab.c' not found, needed by target > `Opcodes/gab/gab.os'. Stop. > scons: building terminated because of errors. > > Did I miss something again ? > > Best, > > dp > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-02-10 16:56 |
From | Dave Phillips |
Subject | Re: [Cs-dev] umm... |
I learn something new every day... ;) John ffitch wrote: >The problem is that new directories are not added with cvs update >One needs to learn to do cvs update -d sometimes. A pain I think >==John ff > > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |