|
From: Erik de C. L. <ml...@me...> - 2008-10-16 19:40:18
|
Joao Moreira wrote:
> view.c:116: error: expected '=', ',', ';', 'asm' or '__attribute__'
> before '*' token
> make[3]: *** [sweep-view.o] Error 1
>
> Any suggestions on how I can fix this ?
Does line 116 look like this? :
extern GtkRecentManager *recent_manager;
If so then it seems like something is wrong with your GTK headers
and the compiler cannot find a definition for GtkRecent Manager.
Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"Perl - The only language that looks the same before and after
RSA encryption." -- Keith Bostic
|