This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I am having some compilation errors. Could someone help me ? gcc 2.95.3/g++ 2.95.3 Solaris 2.5/Solaris 2.6 /usr/local/bin/gcc -c -I. -I../include/ -DSOLARIS -Iinclude -I/usr/openwin/include -I/home/cmsp2/prd/SOLARIS/xsi/include -I/home/cmsp2/prd/SOLARIS/utilcpp/include -I/home/cmsp2/prd/SOLARIS/tools_vtcl/tcltk/include -I/home/cmsp2/prd/SOLARIS/sb/include ato/ato.C -o ../obj/ato/ato.o ato/ato.C: In method `void Ato::AcertaIndicacao()': ato/ato.C:65: request for member `GoFirstNode' in `Equipamento::listadeIndicacao', which is of non-aggregate type `Lista<Indicacao> *' ato/ato.C:67: request for member `GetCurrentObject' in `Equipamento::listadeIndicacao', which is of non-aggregate type `Lista<Indicacao> *' ato/ato.C:68: request for member `GoNextNode' in `Equipamento::listadeIndicacao', which is of non-aggregate type `Lista<Indicacao> *' ato/ato.C: In method `void Ato::ComandoCarregaTempoParada(Comando &)': ato/ato.C:626: request for member `ObtemIndice' in `pplataformaNd', which is of non-aggregate type `Plataforma *' ato/ato.C: In method `void Ato::ComandoNd(Comando &)': ato/ato.C:1009: request for member `ObtemIndice' in `pplataformaNd', which is of non-aggregate type `Plataforma *' make: *** [../obj/ato/ato.o] Error 1 (See attached file: ato.C) (See attached file: equipamento.h) (See attached file: lista.h) CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
Attachment:
ato.C
Description: Binary data
Attachment:
equipamento.h
Description: Binary data
Attachment:
lista.h
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |