-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I tried to compile the latest mercurial source code on my Fedora Linux box, but
the resulted program keep throwing "Catch a sigsegv" error at me.
Here's how I compile it.
1. The first error is because your "gngeo.dat" doesn't have a make file.
"Borrow" it from "gngeo-0.8.tar.gz"
2. "configure" went successful, but failed on "make" because "../../depcomp"
not found. Again, "borrow" it from "gngeo-0.8.tar.gz"
3. Everything went successful, but when try to load a game, it ends with "Catch
a sigsegv" error. There are not a single game able to load.
What is the expected output? What do you see instead?
The program should able to run at least one game. It works so well on
gngeo-0.7, but not from gngeo-0.8 onwards.
What version of the product are you using? On what operating system?
Latest GnGeo mercurial source code.
Please provide any additional information below.
Original issue reported on code.google.com by rufaswan
on 7 May 2012 at 7:26