Re: [Tuxnes-devel] systems without X
Brought to you by:
tmmm
From: Jason D. S. <jd...@us...> - 2004-05-12 23:27:03
|
Jason Dorje Short wrote: > Compilation on windows is currently completely thwarted because > configure doesn't disable X compilation if X isn't present, and even if > you disable such compilation manually (by changing X_DISPLAY_MISSING in > config.h) the code doesn't pay attention to this value. Err, here's a start. In file included from controller.c:20: globals.h:82:22: X11/Xlib.h: No such file or directory globals.h:83:23: X11/Xutil.h: No such file or directory globals.h:84:24: X11/keysym.h: No such file or directory globals.h:85:28: X11/cursorfont.h: No such file or directory In file included from controller.c:20: globals.h:86: error: parse error before '*' token globals.h:86: warning: type defaults to `int' in declaration of `display' globals.h:86: warning: data definition has no type or storage class globals.h:94: error: parse error before "gc" globals.h:94: warning: type defaults to `int' in declaration of `gc' globals.h:94: warning: type defaults to `int' in declaration of `blackgc' globals.h:94: warning: data definition has no type or storage class globals.h:95: error: parse error before "rootwindow" globals.h:95: warning: type defaults to `int' in declaration of `rootwindow' globals.h:95: warning: type defaults to `int' in declaration of `w' globals.h:95: warning: data definition has no type or storage class globals.h:96: error: parse error before '*' token globals.h:96: warning: type defaults to `int' in declaration of `image' globals.h:96: warning: data definition has no type or storage class globals.h:97: error: parse error before "layout" globals.h:97: warning: type defaults to `int' in declaration of `layout' globals.h:97: warning: data definition has no type or storage class controller.c:34:22: X11/Xlib.h: No such file or directory controller.c:35:23: X11/Xutil.h: No such file or directory controller.c:36:24: X11/keysym.h: No such file or directory controller.c:37:28: X11/cursorfont.h: No such file or directory controller.c: In function `HandleJoystickLinux': controller.c:580: warning: unused variable `nes_button' controller.c:581: warning: unused variable `axis_i' jason |