Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Tue, 25 Aug 1998 20:06:13 +0200

Re: Unidentified subject!

Janne Johansson wrote:
> 
> Why do I get this when compiling for libggi?
> 
> gcc -O2 -Wall -g my_ggi.c -I/opt/local/include/ggi -I/opt/local/include -lggi -o my_ggi
> /opt/local/include/ggi/events.h: In function `ggiEventPut':
> In file included from /opt/local/include/ggi/ggi.h:148,
>                  from my_ggi.c:4:
> /opt/local/include/ggi/events.h:300: warning: implicit declaration of function `ASSERT'
> 
> Apart from that warning, everything works fine.

Which snapshot is that libggi from?
Line 300 in the current devel snapshot is:
	uint32	changed;	/* modifiers reported		*/
which should hardly generate that error... ;)

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan/
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

Index: [thread] [date] [subject] [author]