compilation error
Brought to you by:
lkunc
I have debian unstable installed and get this comp. error:
refocus.c:60: warning: initialization from incompatible
pointer type
refocus.c: In function `run':
refocus.c:134: error: `GimpRunModeType' undeclared
(first use in this function)
refocus.c:134: error: (Each undeclared identifier is
reported only once
refocus.c:134: error: for each function it appears in.)
refocus.c:134: error: parse error before "run_mode"
refocus.c:143: error: `run_mode' undeclared (first use
in this function)
I can only find `GimpRunModeType' in gimpcompat.h which
seems to be some compatibility file for older api's. Is my
installation to new?
jos