where is the panel-applet.h



-- I want write a simple applet, the output is the following:
------------------------------------------------------
[root services gnome-dvp]# gcc applet.c -o applet `gnome-config --cflags
--libs gnome glib`
applet.c:2:26: panel-applet.h: no such file 
applet.c: In function `main':
applet.c:10: warning: assignment makes pointer from integer without a
cast
applet.c:6: warning: return type of `main' is not `int'
---------------------------------------
how can I use the gcc command? Can some one help me, thanks
lanyz





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]