Jump to content

1General

Community Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by 1General

  1. cat /etc/*release

    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=20.04
    DISTRIB_CODENAME=focal
    DISTRIB_DESCRIPTION="Ubuntu 20.04.2 LTS"
    NAME="Ubuntu"
    VERSION="20.04.2 LTS (Focal Fossa)"
    ID=ubuntu
    ID_LIKE=debian
    PRETTY_NAME="Ubuntu 20.04.2 LTS"
    VERSION_ID="20.04"
    HOME_URL="https://www.ubuntu.com/"
    SUPPORT_URL="https://help.ubuntu.com/"
    BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
    PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
    VERSION_CODENAME=focal
    UBUNTU_CODENAME=focal

  2. Dear 0ad developers,

    When I try to compile the source code from svn, I found a bug with errors like

    fatal error SDL.h: No such file or directory

    Here I notice that in ubuntu the libsdl2 called like this #include <SDL2/SDL.h>  and libsdl1 #include <sdl/SDL.h>

    To fix this error there is two simple ways the first one is to replace #include <SDL.h> with #include <SDL2/SDL.h> and every libsdl2 header need to add SDL2/header_name.h

    The other way which I tried here, is to add -D_REENTRANT -I/usr/include/SDL2 -lSDL2 to makefile

    ALL_CFLAGS += ... -D_REENTRANT -I/usr/include/SDL2 -lSDL2

    ALL_CXXFLAGS += .... -D_REENTRANT -I/usr/include/SDL2 -lSDL2

    And thanks for your time and this honorable work.

  3. This day I play a rated game 1x1(I very am sure) me against Not_Invented_Here (1248).

     The game takes 1H and 42 min and at the last I win this match, but i found that this game doesn't computed by the system.

    I played 2 rated match before at the last of this 3rd match I find that still 2 rated game only!

×
×
  • Create New...