![]() |
2006-01-04
, 09:24
|
|
Posts: 58 |
Thanked: 4 times |
Joined on Dec 2005
|
#2
|
![]() |
2006-01-04
, 09:43
|
Posts: 7 |
Thanked: 0 times |
Joined on Dec 2005
|
#3
|
![]() |
2006-01-04
, 17:15
|
Posts: 6 |
Thanked: 0 times |
Joined on Dec 2005
|
#4
|
![]() |
2006-01-04
, 22:54
|
|
Posts: 58 |
Thanked: 4 times |
Joined on Dec 2005
|
#5
|
not strictly on topic, but how do you load savegames?
![]() |
2006-01-11
, 17:42
|
Posts: 28 |
Thanked: 0 times |
Joined on Nov 2005
@ Hubbardston, MA, USA
|
#6
|
![]() |
2006-01-14
, 07:30
|
Posts: 43 |
Thanked: 1 time |
Joined on Jan 2006
@ Spokane, WA.
|
#7
|
![]() |
2006-01-14
, 08:40
|
|
Posts: 58 |
Thanked: 4 times |
Joined on Dec 2005
|
#8
|
![]() |
2006-01-15
, 13:25
|
Posts: 66 |
Thanked: 3 times |
Joined on Dec 2005
|
#9
|
cc -O -I../include -c ../win/tty/wintty.c
cc -O -I../include `pkg-config gtk+-2.0 --cflags` `pkg-config hildon-libs --cflags` `pkg-config libosso --cflags` `pkg-config dbus-1 --cflags` -c ../win/gtk2/g2bind.c
cc -O -I../include `pkg-config gtk+-2.0 --cflags` `pkg-config hildon-libs --cflags` `pkg-config libosso --cflags` `pkg-config dbus-1 --cflags` -c ../win/gtk2/g2main.c
In file included from /usr/include/gtk-2.0/gdk/gdkx.h:33,
from /usr/include/hildon-lgpl/hildon-widgets/hildon-appview.h:34,
from /usr/include/hildon-lgpl/hildon-widgets/hildon-app.h:29,
from ../win/gtk2/g2main.c:24:
/usr/X11R6/include/X11/Xlib.h:82: error: conflicting types for `wchar_t'
/scratchbox/compilers/i686-linux-gcc-3.3_3.3.4-glibc-2.3.2.ds1/lib/gcc-lib/i686-linux/3.3.4/include/stddef.h:325: error: previous declaration of `wchar_t'
make[3]: *** [g2main.o] Error 1
make[3]: Leaving directory `/targets/SDK_PC/usr/src/nethack_osso/nethack-3.4.3/src'
make[2]: *** [nethack] Error 2
make[2]: Leaving directory `/targets/SDK_PC/usr/src/nethack_osso/nethack-3.4.3'
make[1]: *** [nethack-3.4.3/src/nethack] Error 2
make[1]: Leaving directory `/targets/SDK_PC/usr/src/nethack_osso'
make: *** [build-stamp] Error 2
![]() |
2006-02-13
, 16:37
|
Posts: 3 |
Thanked: 0 times |
Joined on Feb 2006
@ Igualada
|
#10
|
I'm on the latest OS by the way.
Thanks.