Re: BeOS PPC Compilation Fixes
From: Sam TH <sam_at_uchicago.edu>
Date: 2000-12-03 09:59:03 CET
Now, the real problem. The following code won't be accepted by the MetroWorks compiler:
### mwcc Compiler Error:
The problem appears to be not being able to use variables in this sort of structure initalization. For example, the following code won't compile either:
typedef struct {char *a; char *b;} mystruct;
void foo(char * a, char * b)
I'm not sure if this is our fault, or the compilers. Is there a good
Thanks
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.