GTK errors with Visual C++
From: Alexander Lefter (alefter_at_rogers.com)
Date: 11/29/03
- Next message: White Wolf: "Re: What a translation unit is."
- Previous message: ellie fant: "Re: What a translation unit is."
- Next in thread: Jack Klein: "Re: GTK errors with Visual C++"
- Reply: Jack Klein: "Re: GTK errors with Visual C++"
- Reply: Guy Harrison: "Re: GTK errors with Visual C++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 29 Nov 2003 20:45:21 GMT
I am desperatelly trying to build a C project using GTK with Visual C++.
Maybe
someone here can help, cause I didn't get any feedback from the GTK list. I
get a lot of those errros:
c:\wingtk\gtk+-2.2.0\gtk\gtkclipboard.h(58) : error C2143: syntax error :
missing '{' before '*'
c:\wingtk\gtk+-2.2.0\gtk\gtkclipboard.h(58) : error C2143: syntax error :
missing ')' before '*'
c:\wingtk\gtk+-2.2.0\gtk\gtkclipboard.h(58) : error C2143: syntax error :
missing '{' before '*'
c:\wingtk\gtk+-2.2.0\gtk\gtkclipboard.h(58) : error C2059: syntax error :
')'
where
#define GTK_TYPE_CLIPBOARD (gtk_clipboard_get_type ())
#define GTK_CLIPBOARD(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),
GTK_TYPE_CLIPBOARD, GtkClipboard))
#define GTK_IS_CLIPBOARD(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj),
GTK_TYPE_CLIPBOARD))
....
line 58: GdkDisplay *gtk_clipboard_get_display (GtkClipboard
*clipboard);
Thank you.
- Next message: White Wolf: "Re: What a translation unit is."
- Previous message: ellie fant: "Re: What a translation unit is."
- Next in thread: Jack Klein: "Re: GTK errors with Visual C++"
- Reply: Jack Klein: "Re: GTK errors with Visual C++"
- Reply: Guy Harrison: "Re: GTK errors with Visual C++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|