----- Original Message ----- From: "Magnus Holmgren" <[EMAIL PROTECTED]>
To: "Rockbox development" <[email protected]>
Sent: Sunday, February 24, 2008 8:58 AM
Subject: Re: problem compiling latest svn code


alex wallis wrote:

 I did that by configure you meant the tools/configure command?
 that hasn't solved my problem.

Why not run make clean?
I always run make clean before i do any compile. I have tried completely reinstalling cygwin also with no luck.

In the build directory, there's a file called max_laguage_size.h. What does it contain? It should look something like this:

    #define MAX_LANGUAGE_SIZE 21724

You can also test running this command line in the build directory:

    ls -l apps/lang/* | awk '{print $5}' | sort -n | tail -1

It generates the number at the end, and it sounds like the result is something else.
I put in the above command as you suggested, and the output i got was none.
Literally just the word none.
Magnus

Reply via email to