Re: Parse error
- From: Paulo Jorge de Oliveira Cantante de Matos <pdestroy netcabo pt>
- To: GTK+ Mailing List App Devel <gtk-app-devel-list gnome org>
- Subject: Re: Parse error
- Date: Tue, 08 May 2001 10:36:29 +0100
Ok, call me stupid, call me what you will.
I just forgot to include the header with cor definition...
How stupid. I'm sorry for bothering you...
Best regards,
Paulo
Paulo Jorge de Oliveira Cantante de Matos wrote:
Hi all, I'm getting a very strange error in a very simple thing. I'm
passing a pointer of GtkDrawingArea to a function and the header has a
line that contains an error:
Line 15: void paintWnd(GtkDrawingArea*, cor**, unsigned int, unsigned
int);
And yes, I have on the top of the header:
#include <gtk\gtk.h>
The function is defines as follows in the respective .c:
void paintWnd (GtkDrawingArea *darea, cor **vp, unsigned int h,
unsigned int w) {
...
}
cor is a structure like the following:
typedef struct cor {
unsigned char r;
unsigned char g;
unsigned char b;
} cor;
And I get the following error:
gtk_funct.h:15: parse error before `cor'
That's what I know... nothing more and I can't find the god damn error.
Can anybody help?
Best regards,
Paulo
--
+------------------Paulo J. Matos aka PDestroy--------------------+
| ICQ # 361853 | http://www.pdestroy.net | pdestroy netcabo pt |
| http://iascp.sourceforge.net | http://mega.ist.utl.pt/~pocm |
| "Fixed width font LIVEZ!" | "Portability came to rule!" |
+-----------------------------------------------------------------+
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
--
+------------------Paulo J. Matos aka PDestroy--------------------+
| ICQ # 361853 | http://www.pdestroy.net | pdestroy netcabo pt |
| http://iascp.sourceforge.net | http://mega.ist.utl.pt/~pocm |
| "Fixed width font LIVEZ!" | "Portability came to rule!" |
+-----------------------------------------------------------------+
- References:
- Parse error
- From: Paulo Jorge de Oliveira Cantante de Matos
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]