| View previous topic :: View next topic |
| Author |
Message |
KaylaKaze
Joined: 05 May 2004 Posts: 75 Location: NC, USA
|
Posted: Thu Jul 01, 2004 10:13 pm Post subject: \ problems with 3.2.2 |
|
|
| I'm using the precompiled ee-gcc 3.2.2 cygwin compiler and have been working with ps2ftpd. The problem I'm having though is the compiler doesn't recognize \ at the end of a line to mean "continued on next line". Any ideas how to fix this without having to change the code or use a different compiler? |
|
| Back to top |
|
 |
blackdroid
Joined: 17 Jan 2004 Posts: 564 Location: Sweden
|
Posted: Thu Jul 01, 2004 10:23 pm Post subject: |
|
|
Are you talking about "warning: multi-line string literals are deprecated" ?
if so, then no there is nothing that will be changed in the compiler to allow this.
its a change that has been made in gcc ( from what I remember since 3.0 ).
And thats a fact we have to live with. _________________ Kung VU |
|
| Back to top |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Thu Jul 01, 2004 10:34 pm Post subject: |
|
|
It's also possible the source files are dos formatted and the compiler is expecting unix formatted files, I've had this happen a few times to me.
If you don't know, the difference is that dos text files use CR LF for end of lines while unix text files only use LF. _________________ Shoot Pixels Not People!
Makeshift Development |
|
| Back to top |
|
 |
not6
Joined: 07 Feb 2004 Posts: 11
|
Posted: Fri Jul 02, 2004 8:40 pm Post subject: |
|
|
| if it's the case , a simple dos2unix on the file must do the job ! |
|
| Back to top |
|
 |
|