[Gimp-developer] Re: Thanks in advance for any help resolving this.

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

 




I am a bit closer, This looks like sytax errors mostly to me.
I have grep'd my /usr/local/include directories and the source directories I can not find any locations where the vars indicated below are #defined
.
 
HELP
 
bash-2.05# make
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -I/usr/local/include/libexif -I/usr/local/include     -I/usr/local/GIMP/include  -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE  -g -O2 -Wall -MT gifload.o -MD -MP -MF ".deps/gifload.Tpo" \
  -c -o gifload.o `test -f 'gifload.c' || echo './'`gifload.c; \
then mv -f ".deps/gifload.Tpo" ".deps/gifload.Po"; \
else rm -f ".deps/gifload.Tpo"; exit 1; \
fi
gifload.c: In function `load_image':
gifload.c:352: error: parse error before numeric constant
gifload.c:296: warning: unused variable `image_ID'
gifload.c: At top level:
gifload.c:359: error: parse error before "if"
gifload.c:365: warning: type defaults to `int' in declaration of `highest_used_index'
gifload.c:365: error: conflicting declarations of `highest_used_index'
gifload.c:105: error: `highest_used_index' previously declared here
gifload.c:365: warning: data definition has no type or storage class
gifload.c:368: error: parse error before "for"
gifload.c:390: warning: type defaults to `int' in declaration of `DoExtension'
gifload.c :390: warning: parameter names (without types) in function declaration
gifload.c:390: warning: data definition has no type or storage class
gifload.c:391: error: parse error before "continue"
gifload.c:409: warning: type defaults to `int' in declaration of `useGlobalColormap'
gifload.c:409: error: initializer element is not constant
gifload.c:409: warning: data definition has no type or storage class
gifload.c:411: warning: type defaults to `int' in declaration of `bitPixel'
gifload.c :411: error: initializer element is not constant
gifload.c:411: warning: data definition has no type or storage class
gifload.c:413: error: parse error before "if"
gifload.c:420: warning: type defaults to `int' in declaration of `image_ID'
gifload.c:420: error: `fd' undeclared here (not in a function)
gifload.c:420: error: `filename' undeclared here (not in a function)
gifload.c:429: error: initializer element is not constant
gifload.c:429: warning: data definition has no type or storage class
gifload.c:430: error: parse error before '}' token
gifload.c:449: warning: type defaults to `int' in declaration of `gimp_parasite_free'
gifload.c:449: warning: parameter names (without types) in function declaration
gifload.c:449: error: conflicting types for `gimp_parasite_free'
../../libgimpbase/gimpparasite.h:57: error: previous declaration of `gimp_parasite_free'
gifload.c:449: warning: data definition has no type or storage class
gifload.c:450: warning: type defaults to `int' in declaration of `comment_parasite'
gifload.c:450: error: conflicting types for `comment_parasite'
gifload.c:109: error: previous declaration of `comment_parasite'
gifload.c:450: warning: data definition has no type or storage class
gifload.c:451: error: parse error before '}' token
gifload.c:494: warning: static declaration for `DoExtension' follows non-static
gifload.c : In function `DoExtension':
gifload.c:544: warning: assignment makes integer from pointer without a cast
/usr/local/include/glib-2.0/glib/gstring.h: At top level:
gifload.c:494: warning: `DoExtension' defined but not used
make: *** [gifload.o] Error 1
bash-2.05#
 

[Index of Archives]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [GEGL]     [Gimp's Home]     [Gimp on GUI]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux