bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] gnubg 0.14.2 compiled successfully under HP-UX 11.0


From: Mike Whitton
Subject: [Bug-gnubg] gnubg 0.14.2 compiled successfully under HP-UX 11.0
Date: Mon, 29 Mar 2004 00:42:21 -0500 (EST)

As an FYI, i have compiled gnubg 0.14.2 on HP-UX 11.0.  i compiled gnubg
using gcc 2.95.  i am playing right now and it works great.  congrats on
the fine software.  however, there were a few issues during compilation
that may help out your community:

        -sgfl.c --> relocated '#include <stdlib.h>'
                + removed from if statement on line 1021 of sgfl.c
                   and placed above other includes.
                + "/usr/include/sys/signal.h:207: parse error before `1'"
        -bearoff.h --> fTwoSided is missing
                + 'int fTwoSided;  /* one sided or two sided db? */'
                + added to the 'bearoffcontext' structure
        -sound.c --> missing header
                + added '#include <stropts.h>' to sound.c
        -during configure, bearoff database is incorrectly selected
                + attempts to generate and compile 'br1.c' by default
                + '--enable-bearoff=external' has to be specified
                + mmap() present
                + this may be attributed to my old automake (v1.4)
        -failure while running 'gnubgtest'
                + 'list game' test under Miscellaneous tests fails
                + after starting a new game 'list game' works fine
                + after starting a new match 'list game' seg faults
                + also, the manual example game fails
                        - i tried running this manually
                        - do i need to specify the 'Match ID'?

thanks.

Mike Whitton




reply via email to

[Prev in Thread] Current Thread [Next in Thread]