gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > libnds CVS makefiles broken?!

#163007 - a128 - Thu Sep 18, 2008 2:01 pm

the CVS version of libnds can't compile
I guess the makefiles are broken?!

#163021 - dovoto - Fri Sep 19, 2008 12:54 am

Can you be more specific? It is definitely possible it is currently broken but I am close to a large internal update which should fix any such issues (as it builds locally for me).
_________________
www.drunkencoders.com

#163026 - a128 - Fri Sep 19, 2008 7:54 am

dovoto wrote:
Can you be more specific?

after grabing the lib from cvs and compiling
Code:
cvs -z3 -d:pserver:anonymous@devkitpro.cvs.sourceforge.net:/cvsroot/devkitpro co -P libnds;  cd libnds;make


I got
Code:
mkdir lib
make -C arm9 BUILD=release
make[1]: Entering directory `/home/foo/devkitPro/libnds/arm9'
make[2]: /home/foo/devkitPro/libnds/arm9/makefile: Datei oder Verzeichnis nicht gefunden



ok this is in german....but make[2] means arm9/makefile not found

there is a "Makefile" in the directory of arm9 but anyway.

It would be great to checkout from a CVS and I can compile that lib....

#163112 - josath - Mon Sep 22, 2008 8:19 pm

Make sure both:
1. None of your directories containing devkitARM / libnds source are symlinks
2. None of your directories containing devkitARM / libnds source have spaces in them

Other than that, I dunno, you'll just have to wait (CVS is always in a state of flux, may or may not work at any time, and the developers don't really want to spend a lot of time on making it work for you, they'd rather work on the actual release)