Rockbox Development > Starting Development and Compiling
Compiling rockbox using a mac?
AlexP:
http://www.google.com/search?q=subversion+on+mac+os+x
brogan:
Ok, I'm pretty sure I installed subversion and put it in the PATH, so now when I type make, it says,
Created Makefile
localhost:~/desktop/rockbox-18826/build _____$ make
Consider upgrading to GNU make 3.81+ for optimum build performance.
make[1]: `rdf2binary' is up to date.
make[1]: `convbdf' is up to date.
/usr/bin/gcc codepages.c -o codepages
ld: Undefined symbols:
_cp1250_to_uni
_cp1251_to_uni
_cp1256_to_uni
_cp932_table
_cp936_table
_cp949_table
_cp950_table
_iso8859_2_to_uni
_iso8859_7_to_uni
make[1]: *** [codepages] Error 1
make: *** [tools] Error 2
So what does this mean, did I install subversion? What's the problem? Thanks
cool_walking_:
Looks like subversion is installed properly, as evidenced by the lack of "svnversion: command not found" errors.
I'm not sure what's going on there. You could try with a fresh build directory (i.e. create a new directory and do the ../tools/configure again).
If the source has been patched, perhaps the patch is broken. You can do "svn revert -R ." in the rockbox-18826 directory to remove any patches, and then try compiling just the vanilla source.
brogan:
Thanks, that's probably the problem, I used 3 different patches... so there's probably atleast one that didn't work right. So I'll try a new source. Thanks
Navigation
[0] Message Index
[*] Previous page
Go to full version