Rockbox Development > Starting Development and Compiling

SVN Errors Within Cygwin

<< < (3/4) > >>

GodEater:
This sort of confusion is exactly why we recommend using VMWare instead of cygwin.

torne:
Cygwin svn creates files with UNIX line endings for me, and google suggests that it always does so regardless of the Cygwin line ending setting (though this may no longer be current information?). What fun. :)

roolku:

--- Quote from: Kalbintion on January 04, 2010, 04:35:05 PM ---
--- 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 ---

--- End quote ---

This works as expected on my cygwin installed with line UNIX endings (the default).

torne:
Just one point: svn is not built into Cygwin, it is not installed unless you asked for it specifically. It's possible that the Windows svn program you have installed includes the command line svn, and this has been inserted into your path? The actual Windows command line binary of svn will of course translate to Windows style line endings...

roolku:
If you run the quoted commands from the bash shell, no windows path will be searched.

Also rockbox builds fine from source files with DOS/WINDOWS line endings (I have been using tortoise SVN since the change from CVS) so this is not the problem.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version