Compileis trobbles with Xshipwars

ID4

2001-09-04 06:31:00

when I type make client_install_unix I get this: mkdir -p /usr/games
install -m 0555 xsw /usr/games
install: xsw: No such file or directory
make[1]: *** [install] Error 1
make: *** [client_install_unix] Error 2 . any ideas on how to fix this?

jasont

2001-09-05 06:16:00

Hmnn... wierd... I'll have to take a look at that. I seems like it can't find xsw. Take a look in your build directory and see if it's there. Also try make -n install (if you can) to see what it tries to copy where.
-j