stacksmashing / gb-wordle

A WORDLE clone for the Nintendo Game Boy
GNU General Public License v3.0
215 stars 24 forks source link

Trying to compile for translation #3

Open eapl-gemugami opened 2 years ago

eapl-gemugami commented 2 years ago

Hey, Great project! I find a little hard to play in English, so I would like to make a quick translation to Spanish.

I'm finding some errors when running Make. I'm using gbdk-4.0.6 on Windows 10 x64 and tryied with Ubuntu as well.

Before sharing the specific errors, could you share the recommended environment to start from there? Thanks!

RewoundVHS commented 2 years ago

I'm also having errors compiling on GBDK 2020 4.0.6 on Windows 10 x64. I have tried Arch Linux as well with no luck.

nezza commented 2 years ago

Hi, what errors are you getting? I'm using latest GBDK-2020 from git, you might have to adjust the lcc path in the make file

nezza commented 2 years ago

Ah, potential issue: Remove hash_generator.c, as it also contains a main. I had the folder structure a bit different.

RewoundVHS commented 2 years ago

This resolved the issue for me

basxto commented 2 years ago

Just see my PR #5