got it working by linking the file to the expected name.
however, it doesnt seem like it is working correct. I am logged into the mac VIA SSH (PUTTY)
Search found 16 matches
- Mon 15.02.2010, 04:24
- Forum: General Discussion
- Topic: MAC binaries require testing
- Replies: 6
- Views: 15118
- Mon 15.02.2010, 03:59
- Forum: General Discussion
- Topic: MAC binaries require testing
- Replies: 6
- Views: 15118
Re: MAC binaries require testing
Client not working on Mac Os X 10.4 Power PC. this file is missing : /usr/X11R6/lib/libX11.6.dylib I do have a : /usr/X11R6/lib/libX11.6.2.dylib ./mangclient dyld: Library not loaded: /usr/X11R6/lib/libX11.6.dylib Referenced from: /Users/macuser/mangband/./mangclient Reason: image not found Trace/BP...
- Fri 09.10.2009, 20:21
- Forum: Technical Support
- Topic: Solaris 10 Compile
- Replies: 20
- Views: 43544
Re: Solaris 10 Compile
I can spend some time on it next weekend, this weekend is a boy scout camping trip. I am not a active unix C programmer, mostly work with java,.Net and other scripting languages but I can work through the code. if you anyone has desire I can arrange a ssh connection and they can look, but since your...
- Wed 07.10.2009, 23:39
- Forum: Technical Support
- Topic: Solaris 10 Compile
- Replies: 20
- Views: 43544
Re: Solaris 10 Compile
gdb This GDB was configured as "sparc-sun-solaris2.10"... (no debugging symbols found) /export/home/waynem/mb/./core: Permission denied. (gdb) run Starting program: /export/home/waynem/mb/mangclient (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging ...
- Wed 07.10.2009, 03:06
- Forum: Technical Support
- Topic: Solaris 10 Compile
- Replies: 20
- Views: 43544
Re: Solaris 10 Compile
dbx -> signal SEGV (no mapping at the fault address) in Receive_objflags at 0x3d98c 0x0003d98c: Receive_objflags+0x0140: stb %g1, [%o5 + 1968] :TT8888888888888TTTTTTTTTT888888 TiiiiiiiiiiiiiTTTTTTTTT8888TTTTii: :iTT88888888888TTTTTTTTTTTT88888 TiiiiTTTTTTTTTTT88888888888TTTTTi: ::TT8888888TTTTTTTTTT...
- Wed 07.10.2009, 02:56
- Forum: Technical Support
- Topic: Solaris 10 Compile
- Replies: 20
- Views: 43544
Re: Solaris 10 Compile
Ran manclient from X11
got the same error:
I think I may have a ncurses issue yet but not 100% sure.. almost got it! :-)
got the same error:
Code: Select all
$ ./mangclient
Segmentation Fault(coredump)
$
- Wed 07.10.2009, 02:41
- Forum: Technical Support
- Topic: Solaris 10 Compile
- Replies: 20
- Views: 43544
Re: Solaris 10 Compile
Ran client from PC Desktop (Vista) and connected to sun Server just fine.
created a user, went down a few levels, gained a few levels and all is good.
created a user, went down a few levels, gained a few levels and all is good.
- Wed 07.10.2009, 02:34
- Forum: Technical Support
- Topic: Solaris 10 Compile
- Replies: 20
- Views: 43544
Re: Solaris 10 Compile
I put the server up and connected to it.
The client still crashed but the server ran.
The client still crashed but the server ran.
- Wed 07.10.2009, 02:28
- Forum: Technical Support
- Topic: Solaris 10 Compile
- Replies: 20
- Views: 43544
Re: Solaris 10 Compile
Code: Select all
MAngband v1.1.2 (27th Apr 2009) Press ? for help in gameSegmentation Fault
- Wed 07.10.2009, 02:12
- Forum: Technical Support
- Topic: Solaris 10 Compile
- Replies: 20
- Views: 43544
Re: Solaris 10 Compile
Got it to compile. had to add -lnsl to LIB in the Makefile. CC = gcc^M CFLAGS = $(SVNREV) -Wall -g -I/usr/local/include/ncurses -pipe -I/usr/local/inc lude -I/lib -DUSE_GCU -DUSE_X11^M LIBS = -L/usr/local/lib -lncurses -lsocket -lnsl -L/lib -lX11^M I used GCC 3.4.6 ncurses. and gmake. I downloaded a...
- Fri 02.10.2009, 03:59
- Forum: Technical Support
- Topic: Solaris 10 Compile
- Replies: 20
- Views: 43544
Re: Solaris 10 Compile
not sure what this error is about.
had to use curses and not ncurses.
Installed gcc 3.4.6 and libconv
had to remove usleep function.
had to take the definition for ncurses our of main-gcu.c
any ideas where to go next with the prior post.
had to use curses and not ncurses.
Installed gcc 3.4.6 and libconv
had to remove usleep function.
had to take the definition for ncurses our of main-gcu.c
any ideas where to go next with the prior post.
- Fri 02.10.2009, 03:57
- Forum: Technical Support
- Topic: Solaris 10 Compile
- Replies: 20
- Views: 43544
Re: Solaris 10 Compile
almost have it! client/c-xtra1.c:1041: warning: unused variable `pmdone' client/c-xtra1.c:1041: warning: unused variable `mdone' client/c-xtra1.c:1042: warning: unused variable `pmw' client/c-xtra1.c:1042: warning: unused variable `pmh' client/c-xtra1.c: In function `display_player': client/c-xtra1....
- Sat 26.09.2009, 05:18
- Forum: Technical Support
- Topic: Solaris 10 Compile
- Replies: 20
- Views: 43544
Re: Solaris 10 Compile
GNU Make does a little better! $ make gcc -Wall -g -pipe -DUSE_GCU -DUSE_X11 -o common/net-unix.o -c common/net-uni x.c In file included from /usr/include/sys/signal.h:34, from /usr/include/signal.h:26, from common/net-unix.c:77: /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t" /us...
- Sat 26.09.2009, 04:39
- Forum: Technical Support
- Topic: Solaris 10 Compile
- Replies: 20
- Views: 43544
Re: Solaris 10 Compile
if I do not use the dos2unix format I receive the EOL message in many spots prior to the 288 line. I also receive errors about space not being tabs here is the created and unmodified make file: # File: Makefile # This is not a very "nice" Makefile, but it usually works. # # Note that you may have to...
- Fri 25.09.2009, 00:25
- Forum: Technical Support
- Topic: Solaris 10 Compile
- Replies: 20
- Views: 43544
Re: Solaris 10 Compile
starting line is 115: LIBS = -lncurses -lX11 # Hack -- configure special flags to match usual flags ifeq ($(strip $(PREFIX)),) #PREFIX=/usr/local/bin PREFIX=.. #manghack VS autoconf. MANGHACK WINS! endif results: Running "/export/home/opt/sunstudio12.1/bin/dmake -f Angband-Makefile.mk CONF=Default" ...