• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • 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
    5
    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