Re: [Chicken-users] expected initializer before 'C_aligned'

2008-02-28 Thread felix winkelmann
On Wed, Feb 27, 2008 at 1:36 AM, Heinrich Taube <[EMAIL PROTECTED]> wrote: > trying to compile a csc genereated file on linux that was generated on > leopard gives this error, does someone have a clue about what this > might be due to? C_aligned was added relatively lately. I assume your linux c

Re: [Chicken-users] expected initializer before 'C_aligned'

2008-02-26 Thread Heinrich Taube
../../src/ChickenBridge.cpp:281: error: expected initializer before 'C_aligned' ../../src/ChickenBridge.cpp:282: error: expected initializer before 'C_aligned' [...] sorry i hit send before i pasted this in. this is line 281 and 282 in the file static C_char C_TLS li0[] C_aligned={C_li

[Chicken-users] expected initializer before 'C_aligned'

2008-02-26 Thread Heinrich Taube
trying to compile a csc genereated file on linux that was generated on leopard gives this error, does someone have a clue about what this might be due to? best, rick I would like to test it but I still can't build it from svn, tough. I change the path to include csound.h in Csound.h. But