Csound Csound-dev Csound-tekno Search About

[Cs-dev] Breaking csladspa frontend

Date2007-06-01 02:41
From"Michael Gogins"
Subject[Cs-dev] Breaking csladspa frontend
ladspa.h and csladspa.cpp in CVS have the wrong line ending characters, thus 
breaking the build on Windows (and perhaps other platforms as well).

That is, when I check out the file on Windows, instead of each line ending 
with a carriage return plus a line feed (which is standard on Windows), or 
each line ending with a line feed (which is standard on Linux), each line 
ends with TWO carriage returns plus a line feed. This breaks the macros in 
the header file because it fools the compiler into thinking there is a blank 
line in front of each line in the file. It does not keep the .c file from 
compiling.

This is the second time I have fixed this.

Could whoever that is verify that the file has the correct line endings and 
that the CVS checkin rule is correct?

Regards,
Mike




-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2007-06-01 09:30
FromVictor Lazzarini
SubjectRe: [Cs-dev] Breaking csladspa frontend
How do you do this?

At 02:41 01/06/2007, you wrote:
>Could whoever that is verify that the file has the correct line endings and
>that the CVS checkin rule is correct?

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net