Rockbox Development > Starting Development and Compiling

SVN Errors Within Cygwin

<< < (2/4) > >>

[Saint]:
Kalbintion,

Is G:/rockbox the directory that the SVN revision was checked out into?

I mean, are you building to a sub-dir in your source directory, or another directory altogether?

If it's the latter, that'd explain it.

[St.]

GodEater:
No it wouldn't.

The problem is precisely what torne has said.

The solution is to change his line endings in the source files he has. This either means getting a decent SVN client, or a reinstall of cygwin to the appropriate line ending.

Kalbintion:
my list of commands for pulling SVN and attempting to compile


--- Code: ---cd G:/
svn co svn://svn.rockbox.org/rockbox/trunk rockbox
cd G:/rockbox
mkdir build
cd build
../tools/configure
  56
  N
make

--- End code ---

im attempting to have this as a normal installation for the e200v2 [hence the '56' and 'N' in the list of commands]


Also, i never set any line ending options in cygwin so its default should be what it wishes to chose which i would hope to be the UNIX one. Also if you read GodEater, i used the built-in command that torne said to use and the same error had occured

saratoga:
Just check the line endings in your files and that will settle if they are correct. 

Kalbintion:
Well, i used a hex editor and checked out a single file, the one im actually particularly interested in editing right now (pegbox) and found that, there is indeed a DOS line return instead of UNIX, regardless if i used Cygwin or windows-based SVN to get the files.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version