Csound Csound-dev Csound-tekno Search About

[Csnd] Git mirror?

Date2013-01-21 19:19
FromJeremy Henty
Subject[Csnd] Git mirror?
AttachmentsNone  

Date2013-01-21 19:22
FromTarmo Johannes
SubjectRe: [Csnd] Git mirror?
Hello,

I had the same confusion about some weeks ago. Seems tha ctive git repository 
is now
git://git.code.sf.net/p/csound/csound5-git 

see http://www.csounds.com/downloads

tarmo

On Monday, January 21, 2013 07:19:55 PM Jeremy Henty wrote:
> What is  state of the git  mirror?  It looks  a little old -  the last
> commit there is from December and it builds a csound that claims to be
> version 5.18.04 beta.
> 
> Regards,
> 
> Jeremy Henty
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"

Date2013-01-21 19:42
Fromjpff@cs.bath.ac.uk
SubjectRe: [Csnd] Git mirror?
Sourceforge encouraged us to change to the new git repository -- last
updated today

git clone git://git.code.sf.net/p/csound/csound5-git csound-csound5-git


>
> What is  state of the git  mirror?  It looks  a little old -  the last
> commit there is from December and it builds a csound that claims to be
> version 5.18.04 beta.
>
> Regards,
>
> Jeremy Henty
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>
>
>



Date2013-01-21 20:20
FromJeremy Henty
SubjectRe: [Csnd] Git mirror?
AttachmentsNone  

Date2013-01-21 23:19
FromAllessandro Valencia
Subject[Csnd] New Parser and multi-level #includes
Hello,

Simple enough.  My defines are not being acknowledged, because they are 
inside an #included file that's inside another.  Old parser runs.  Git 
built this morning.

thx



Date2013-01-22 13:08
Fromjpff@cs.bath.ac.uk
SubjectRe: [Csnd] New Parser and multi-level #includes

Sorry but I cannot reproduce.  Could you send me your example, or post it?

==John ff

> Hello,
>
> Simple enough.  My defines are not being acknowledged, because they are
> inside an #included file that's inside another.  Old parser runs.  Git
> built this morning.
>
> thx
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>
>
>



Date2013-01-22 16:54
FromAllessandro Valencia
SubjectRe: [Csnd] New Parser and multi-level #includes
;                 .: FTABLES

#include "SAMPLES_LIST.sco"
#include "PITCH_TABLES.sco"
#include "FTABLES_DEFINE.sco"



;                                                    .: SCORE

#include "00000001.sco"
;

if the above is put in a the 1st (main) score file, the ftables will not 
be defined.  I get an error out as undefined. If you put the ftable 
#includes in the 00000001.sco file ( it has the calls and score) it will 
then work.


On 01/22/2013 07:08 AM, jpff@cs.bath.ac.uk wrote:
>
> Sorry but I cannot reproduce.  Could you send me your example, or post it?
>
> ==John ff
>
>> Hello,
>>
>> Simple enough.  My defines are not being acknowledged, because they are
>> inside an #included file that's inside another.  Old parser runs.  Git
>> built this morning.
>>
>> thx
>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>>
>>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>