Rockbox Development > Starting Development and Compiling

RAMU - Rockbox Auto Management Utility - topic (for CygWin only).

<< < (3/3)

sanusart:

--- Quote from: dreamlayers on March 10, 2008, 09:36:11 PM ---The issue is that software written for Unix wasn't written to work with Windows-style paths.  For example something might misbehave because it doesn't take into account that : is a kind of a path separator.  Also, Windows-like paths in Cygwin behave differently from how they behave normally in Windows apps, and this can add to the confusion.  (For example in Windows each drive has its own current directory and a drive letter followed by a colon refers to it, while in Cygwin there is only one current directory.)

--- End quote ---

CygWin is for windows, no?
The only thing that differ cygwin from windows paths is the slashes, I had to StringReplace[] all the '\' to '/' before writing to .ini.

Navigation

[0] Message Index

[*] Previous page

Go to full version