[SciPy-user] Mac OS X 10.5 PPC Python 2.5.1 vecLib.framework error

David Cournapeau cournape at gmail.com
Sat Mar 14 12:46:47 EDT 2009


On Sun, Mar 15, 2009 at 1:35 AM, Rodrigo Guerra <tioguerra at gmail.com> wrote:
> Hi David,
>
> Lines 33 and 34 look exactly the same.
>
> When I try to compile the program I get the following error:
>
> $ gcc test.c -o test
> test.c:3: error: syntax error before 'float'

Ok, so the error is indeed the unrecognized complex typedef.Does the
following compile ?

int main(void)
{
 _Complex a;
}



More information about the SciPy-User mailing list