From: Jean-Jacques de J. <jea...@hp...> - 2000-04-13 07:34:29
|
When I compile the latest cvs, I get: gcc -DPACKAGE=\"print\" -DVERSION=\"3.1.2\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -I. -I. -I.-I/usr/X11R6/include -I/usr/lib/glib/include -I/usr/local/include -DLOCALEDIR=\"""\" -Wall -DLPR_COMMAND=\"/usr/bin/lpr\" -g -O2 -c gimp_color_window.c gimp_color_window.c: In function `gimp_create_color_adjust_window': gimp_color_window.c:77: warning: implicit declaration of function `gimp_dialog_new' gimp_color_window.c:78: `gimp_plugin_help_func' undeclared (first use in this function) gimp_color_window.c:78: (Each undeclared identifier is reported only once gimp_color_window.c:78: for each function it appears in.) gimp_color_window.c:85: warning: assignment makes pointer from integer without a cast gimp_color_window.c:100: warning: implicit declaration of function `gimp_scale_entry_new' gimp_color_window.c:104: warning: assignment makes pointer from integer without a cast gimp_color_window.c:118: warning: assignment makes pointer from integer without a cast gimp_color_window.c:132: warning: assignment makes pointer from integer without a cast gimp_color_window.c:146: warning: assignment makes pointer from integer without a cast gimp_color_window.c:160: warning: assignment makes pointer from integer without a cast gimp_color_window.c:174: warning: assignment makes pointer from integer without a cast gimp_color_window.c:188: warning: assignment makes pointer from integer without a cast gimp_color_window.c:202: warning: assignment makes pointer from integer without a cast make: *** [gimp_color_window.o] Error 1 This happens on a Mandrake 6.1 or 7.0 distro, with gimp-1.0.4. JJJ |