[Cs-dev] Broken build
Date | 2005-04-03 12:50 |
From | "Michael Gogins" |
Subject | [Cs-dev] Broken build |
The Csound 5 build is broken on OOps/vpvoc.c. It looks like recent changes to the API or internal header files have been made, but either some fixed files have not been committed, or a complete rebuild of all sources was not done before committing these changes, so that required changes to some files were missed. I would guess that this has to do with removing macros that emulate API calls -- which is a good thing to do! I was able to complete a build by getting all files as of the date 2005-04-02 12:00. ------------------------------------------------------- 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-04-03 14:12 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Broken build |
Michael Gogins wrote: > The Csound 5 build is broken on OOps/vpvoc.c. It looks like recent > changes to the API or internal header files have been made, but either > some fixed files have not been committed, or a complete rebuild of all > sources was not done before committing these changes, so that required > changes to some files were missed. There are still files to fix mainly in the Opcodes and Top directories, and I am committing updated files continuously as soon as possible. Currently the failure occurs at Opcodes/bus.c, but I think Csound5 will build again later today. > I would guess that this has to do with removing macros that emulate API > calls Correct. ------------------------------------------------------- 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-04-03 22:42 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Broken build |
The Csound5 CVS sources now compile and run again (well, at least those parts that I build and test). Michael Gogins wrote: > The Csound 5 build is broken on OOps/vpvoc.c. It looks like recent > changes to the API or internal header files have been made, but either > some fixed files have not been committed, or a complete rebuild of all > sources was not done before committing these changes, so that required > changes to some files were missed. > > I would guess that this has to do with removing macros that emulate API > calls -- which is a good thing to do! > > I was able to complete a build by getting all files as of the date > 2005-04-02 12:00. ------------------------------------------------------- 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 |