google-code-export / p-g-qvm

Automatically exported from code.google.com/p/p-g-qvm
Other
1 stars 0 forks source link

DOS formatted files break unix build #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn checkout on linux
2. make
3. watch it fail as L3CC does not handle DOS style line endings

What is the expected output? What do you see instead?
it should build :)

What version of the product are you using? On what operating system?
svn 6

Please provide any additional information below.
I 'think' setting svn:eol-style to CRLF for afflicted files in src/ui
src/cgame and src/game will fix it.

Original issue reported on code.google.com by Rez...@gmail.com on 5 Jan 2008 at 8:30

GoogleCodeExporter commented 9 years ago
ERROR in my initial report, style should be:

svn:eol-style native

not really familiar with svn, but have never had this problem till now

Original comment by Rez...@gmail.com on 5 Jan 2008 at 8:39

GoogleCodeExporter commented 9 years ago
Ok, i used Linedrop (a useful little .net program) to fix the line endings. 
Tell me
if they work.

Original comment by Paradox460 on 5 Jan 2008 at 9:53

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by Paradox460 on 5 Jan 2008 at 10:00

GoogleCodeExporter commented 9 years ago

Original comment by Paradox460 on 5 Jan 2008 at 10:01