• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

I cannot "make" rom file of Pokemon Red DX with Cygwin, but I can with Pokemon Red (original)?

  • 4
    Posts
    4
    Years
    • Seen Aug 26, 2020
    Hello! I just need a little step into the right direction, I basically know how to use Cygwin to edit the normal pokemon red roms and make the rom files, but for whatever reason I cannot get the red dx version on github to "make" the rom file :(

    I followed the exact same steps that I did when editing pokemon red and It seems like I downloaded all the files, this is the lines of text I get in Cygwin, any help would be greatly appreciated!

    Mega Media Monster@DESKTOP-JKGRVRQ ~/pokereddeluxe
    $ make
    find: 'yellow': No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    make: python: No such file or directory
    /bin/sh: python: command not found
    make: *** [Makefile:76: red/audio.o] Error 127

    Mega Media Monster@DESKTOP-JKGRVRQ ~/pokereddeluxe
     
    On the github for Pokemon Red and blue dx in the "install.md" instructions I copied and pasted it into Cygwin and this is the text that comes out

    Mega Media Monster@DESKTOP-JKGRVRQ ~/pokered/pokereddeluxe
    $ git clone --recursive htt p s://github .com / thescarletsword / pokereddeluxe
    Cloning into 'pokereddeluxe'...
    remote: Enumerating objects: 3933, done.
    remote: Total 3933 (delta 0), reused 0 (delta 0), pack-reused 3933
    Receiving objects: 100% (3933/3933), 2.57 MiB | 8.45 MiB/s, done.
    Resolving deltas: 100% (274/274), done.
    Updating files: 100% (3584/3584), done.

    Mega Media Monster@DESKTOP-JKGRVRQ ~/pokered/pokereddeluxe
    $ cd pokereddeluxe

    Mega Media Monster@DESKTOP-JKGRVRQ ~/pokered/pokereddeluxe/pokereddeluxe
    $

    Mega Media Monster@DESKTOP-JKGRVRQ ~/pokered/pokereddeluxe/pokereddeluxe
    $ make
    find: 'yellow': No such file or directory
    Traceback (most recent call last):
    File "extras/pokemontools/gfx.py", line 5, in <module>
    import png
    ImportError: No module named png
    make: *** [Makefile:76: red/audio.o] Error 1
     
    Back
    Top