OpenAmiga (837/959)

From:artix
Date:29 Aug 2000 at 23:40:21
Subject:AMIOPEN: vpcc complaints

Linux gcc seems to accept this code just fine, but vpcc fails (actually
the assembler). Can anyone suggest an alternative I can use? Here's
the condensed code:

--------------------------------------------------------

typedef struct mdata {
int i11;
int j11;
unsigned int *dg;
} mdata;

unsigned int idata[] = {0x11111111,0x22222222};

mdata testi = {1, 2, idata};

int main( int argc,char **argv) {
/* ... */
}

--------------------------------------------------------

The error it gives me is:

/tmp/4ae9vguco.tmp(53): 'testi$x' undefined

Thanks for any help :)
Pat

Subscribe/Unsubscribe: open-request@amiga.com
Amiga FAQ: http://www.amiga.com/faq.html