[Freeciv-Dev] Re: mapview.c: EXTRA_BOTTOM_ROW undeclared.
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
The cause:
EXTRA_BOTTOM_ROW is declared in mapview_common.c instead of mapview_common.h
----------------------------------------------------------------
On 2003.07.23 22:20 Lobo Gris wrote:
>mapview.c: In function `update_map_canvas_scrollbars_size':
>mapview.c:1264: `EXTRA_BOTTOM_ROW' undeclared (first use in this function)
>mapview.c:1264: (Each undeclared identifier is reported only once
>mapview.c:1264: for each function it appears in.)
>mapview.c: In function `scrollbar_jump_callback':
>mapview.c:1302: `EXTRA_BOTTOM_ROW' undeclared (first use in this function)
>make[3]: *** [mapview.o] Error 1
>
|
|