lobo434 / savegame-manager

Automatically exported from code.google.com/p/savegame-manager
GNU General Public License v2.0
0 stars 0 forks source link

strings_fallback.inc is not in the repository #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Check out the source from the SVN repository.
2. Attempt to compile.

What is the expected output? What do you see instead?
It should successfully compile. However, I get this error:

arm-none-eabi-g++ -MMD -MP -MF 
/sources/nds/savegame-manager/arm9/build/strings.d -g -Wall -O2 -march=armv5te 
-mtune=arm946e-s -fomit-frame-pointer -ffast-math -mthumb -mthumb-interwork 
-I/sources/nds/savegame-manager/arm9/include -I/opt/devkitpro/libnds/include 
-I/sources/nds/savegame-manager/arm9/build -DARM9 -fno-rtti -fno-exceptions -c 
/sources/nds/savegame-manager/arm9/source/strings.cpp -o strings.o 
/sources/nds/savegame-manager/arm9/source/strings.cpp:38:32: fatal error: 
strings_fallback.inc: No such file or directory

Original issue reported on code.google.com by d235...@gmail.com on 15 Apr 2013 at 1:56

GoogleCodeExporter commented 8 years ago
I put together a strings_fallback.inc file based on template.ini (it should 
just contain a string array called "strings_fallback"), but still had problems 
with the app not functioning correctly even after building it successfully.  
Unless you're playing with DSi support, I suggest you stick with the RC1 
branch, which doesn't use a strings_fallback.inc file and doesn't appear to 
have these bugs.

Original comment by jeremy.p...@gmail.com on 29 Apr 2014 at 1:51