Open tommybee-dev opened 8 years ago
Hey - been so long since I looked at this - but the install stuff you can probably just ignore - looks like it built tho - you tried running it in gdb to see where it died ?
game.gz was probably just making a zip ball for the installer - you wouldn't need it for just running the game
Hi. Building this game is not that so easy with mingw32 on Windows I am still stuck with running the game.
Here is what I did...
gh_sys.h `
ifdef MINGW32
else
endif
**updater.cpp**
ifdef MINGW32
else
endif
`
ifdef MINGW32
else
endif
rand.cpp, hacklib.cpp `#ifdef MINGW32
include
endif
`
configure.in
*-*-cygwin* | *-*-mingw32*) MATHLIB="" SYS_GL_LIBS="-lopengl32 -lglu32" SYSLIBS="${SYSLIBS} -lSDL_image -lSDL_mixer -lvorbis -lvorbisfile" ;;
I got a segmentation fault message from the game After make it. I also got an warning message while 'make install' process
build/sh/install.sh . /mingw32/games/ghack cp: cannot stat './ghack': No such file or directory chmod: cannot access '/mingw32/games/ghack/resources/levels/random/hiscores*': No such file or directory
All done! You can execute the following /mingw32/games/ghack/ghack
Even it didn't copy ghack executable to the location /mingw32/games/ghack
What is 'game.gz' ? and how i can find it?
Thanks...