This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bool and gcc



Though I can't help you with your first problem, the second should be 
solved by changing the line 122 to:

(*nodebufstat).figure = -1;

or

nodefbufstat->figure = -1;

Bye
Ralf

Inquisitor Nikodemus <inquisit@friko6.onet.pl> wrote

>And the next one :
>_x.cc:122: request for member `figure' in `nodebufstat', which is of
>non-aggregate type `node *'
>
>Line 122 is :  *(nodebufstat).figure=-1 ;
>
>thats the structure "node" :
>
>typedef struct {
>                char  figure;
>                short base1,base2;
>               } node;
>
>... and that's declaration of nodebufstat pointer :
>
>node  *nodebufstat=&stattab[0];
>
>stattab is an array of node type :
>
>node   stattab[16];
>
>What is that ?



______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]