Results 1 to 5 of 5
  1. #1
    Coders
    Join Date
    Jun 2007
    Posts
    403

    Wink Release: OGC 3.0 for Security-Enhanced Linux (Fedora 12)

    Attached, you find the sourcecode (compiles with the g++ C++ compiler) & compiled version of OGC 3.0 for ioUrbanTerror.i386 4.1 running on Fedora 12 with the security-enhanced Linux feature.
    Attached Files Attached Files
    When you earnestly believe that you can compensate for a lack of skill by doubling your efforts, then there's no end to what you can't do...

  2. #2
    Junior Member
    Join Date
    Oct 2010
    Posts
    14

    Re: Release: OGC 3.0 for Security-Enhanced Linux (Fedora 12)

    The INSTALL.txt says to luch the ./configure script, but there isn't a one in the zip archive.

  3. #3
    Coders
    Join Date
    Jun 2007
    Posts
    403

    Re: Release: OGC 3.0 for Security-Enhanced Linux (Fedora 12)

    Quote Originally Posted by Aegidius View Post
    The INSTALL.txt says to luch the ./configure script, but there isn't a one in the zip archive.
    That's because the install.txt is from the old version of OGC, which had syscalls in assembler and a Perl dependency in the make process. I've removed all assembly, since I love processor independence. Therefore Perl/asm is no longer required, and you only have to run make.
    When you earnestly believe that you can compensate for a lack of skill by doubling your efforts, then there's no end to what you can't do...

  4. #4
    Junior Member
    Join Date
    Jan 2011
    Posts
    1

    Re: Release: OGC 3.0 for Security-Enhanced Linux (Fedora 12)

    gcc -g -Wno-write-strings -c cg_ents.c
    In file included from q3/cg_local.h:10,
    from cg_ents.c:2:
    q3/cg_public.h:221:8: warning: extra tokens at end of #endif directive
    In file included from cg_ents.c:2:
    q3/cg_local.h:1759:8: warning: extra tokens at end of #endif directive
    In file included from cg_ents.c:3:
    ogc.h:13:1: warning: "QDECL" redefined
    In file included from q3/cg_local.h:7,
    from cg_ents.c:2:
    q3/q_shared.h:99:1: warning: this is the location of the previous definition
    cg_ents.c:145: error: expected declaration specifiers or ‘...’ before ‘*’ token
    cg_ents.c:145: error: ‘__cdecl’ declared as function returning a function
    cg_ents.c:145: error: function ‘__cdecl’ is initialized like a variable
    make: *** [cg_ents.o] Error 1


    This is the output running make.
    Running KUbuntu x64

  5. #5
    Coders
    Join Date
    Jun 2007
    Posts
    403

    Re: Release: OGC 3.0 for Security-Enhanced Linux (Fedora 12)

    Quote Originally Posted by inthewarp View Post
    gcc -g
    That's the error. gcc is the C compiler. You need the C++ compiler, which is called g++.
    If you try to compile C++ with a C compiler, you're sure as hell get an error message.
    When you earnestly believe that you can compensate for a lack of skill by doubling your efforts, then there's no end to what you can't do...

Similar Threads

  1. ETH32 OFFSET JAYMOD 2.1.7 Enhanced HUD v1.02
    By bluecont in forum Enemy Territory Cheats
    Replies: 3
    Last Post: September 27th, 2011, 11:54
  2. [RELEASE] linux: ETH 1.4 archit3ct B2
    By cry1337 in forum Enemy Territory Cheats (Linux)
    Replies: 19
    Last Post: May 12th, 2010, 16:50
  3. [Release] Eth32 Linux!
    By jmpnop in forum ETH32
    Replies: 101
    Last Post: September 9th, 2009, 19:15
  4. [RELEASE] linux: ETH 1.4 archit3ct B1 [UNDETECTED]
    By cry1337 in forum Enemy Territory Cheats (Linux)
    Replies: 4
    Last Post: July 5th, 2009, 00:33
  5. [Release] Eth32 Linux!
    By jmpnop in forum Enemy Territory Cheats (Linux)
    Replies: 3
    Last Post: December 13th, 2008, 10:09

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •