Results 1 to 6 of 6

Thread: Server-Extension for Linux CoD2 1.2 / 1.3 and CoD4 1.7 Source/Binaries

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    The source code has got two problems.

    jsonrpc/include/jsonrpc.h: Change line 16 to:
    PHP Code:
    #include "../../json/src/json_object_private.h" 
    (now it doesn't use kung's home directory)

    In libcod2.cpp on 11 you have got this:
    PHP Code:
    #include <execinfo.h> // stacktrace! 
    execinfo.h is missing. But according to kung you don't need it. (it is only for better debugging)

  2. The Following User Says Thank You to Mitch For This Useful Post:

    IzNoGoD (16th August 2013)

Posting Permissions

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