Announcement

Collapse
No announcement yet.

Unable to compile ps2rd

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Unable to compile ps2rd

    i cant seem to compile the latest tip of ps2rd and i know that the compilation i have setup works because i can compile OPL's latest tip

    this is the output i get when i try to compile:

    $ make
    * [IOP] Building adb ...
    * [IOP] Building dev9 ...
    * [IOP] Building eesync ...
    * [IOP] Building memdisk ...
    * [IOP] Building net ...
    * [IOP] Building usb_mass ...
    * [EE] Building debugger ...
    * [EE] Building elfldr ...
    * [EE] Building engine ...
    * [EE] Building videomod ...
    * [EE] Building loader ...
    loader.c:27:23: libcheats.h: No such file or directory
    loader.c:28:23: libconfig.h: No such file or directory
    In file included from loader.c:29:
    configman.h:26:23: libconfig.h: No such file or directory
    In file included from loader.c:29:
    configman.h:143: warning: type defaults to `int' in declaration of `config_t'
    configman.h:143: parse error before '*' token
    configman.h:144: warning: type defaults to `int' in declaration of `config_t'
    configman.h:144: parse error before '*' token
    configman.h:145: warning: type defaults to `int' in declaration of `config_t'
    configman.h:145: parse error before '*' token
    configman.h:146: warning: type defaults to `int' in declaration of `config_t'
    configman.h:146: parse error before '*' token
    configman.h:147: warning: type defaults to `int' in declaration of `config_t'
    configman.h:147: parse error before '*' token
    configman.h:149: warning: type defaults to `int' in declaration of `config_t'
    configman.h:149: parse error before '*' token
    configman.h:150: warning: type defaults to `int' in declaration of `config_t'
    configman.h:150: parse error before '*' token
    configman.h:151: warning: type defaults to `int' in declaration of `config_t'
    configman.h:151: parse error before '*' token
    configman.h:152: warning: type defaults to `int' in declaration of `config_t'
    configman.h:152: parse error before '*' token
    configman.h:153: warning: type defaults to `int' in declaration of `config_t'
    configman.h:153: parse error before '*' token
    configman.h:154: warning: type defaults to `int' in declaration of `config_t'
    configman.h:154: parse error before '*' token
    configman.h:156: warning: type defaults to `int' in declaration of `config_t'
    configman.h:156: parse error before '*' token
    configman.h:158: parse error before '*' token
    configman.h:159: warning: type defaults to `int' in declaration of `config_t'
    configman.h:159: parse error before '*' token
    In file included from loader.c:31:
    erlman.h:52: warning: type defaults to `int' in declaration of `config_t'
    erlman.h:52: parse error before '*' token
    In file included from loader.c:32:
    gameid.h:27:23: libcheats.h: No such file or directory
    In file included from loader.c:32:
    gameid.h:48: `GAME_TITLE_MAX' undeclared here (not in a function)
    gameid.h:51: confused by earlier errors, bailing out
    make[2]: *** [loader.o] Error 1
    make[1]: *** [all] Error 2
    make: *** [all] Error 2

  • #2
    Follow the instructions in the INSTALL file (http://bitbucket.org/misfire/ps2rd/src/tip/INSTALL). You first need to install libconfig and libcheats.

    Comment


    • #3
      Thanks For the info misfire

      Comment


      • #4
        where do you download lib cheats because i cant find it in the ps2rd and i cant find any download link for it ?

        Comment

        Working...
        X