Re: SUN Studio 11 vs pgAdmin - code cleanup]
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: SUN Studio 11 vs pgAdmin - code cleanup]
> -----Original Message-----
> From: Zdenek(dot)Kotala(at)Sun(dot)COM [mailto:Zdenek(dot)Kotala(at)Sun(dot)COM]
> Sent: 22 August 2006 08:39
> To: Dave Page
> Cc: pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: [pgadmin-hackers] SUN Studio 11 vs pgAdmin -
> code cleanup]
>
> OK, but tabcomplete.inc has DOS end lines. It is problematic.
> When C/C++
> code contents strings concatenate on two lines, CC generates error in
> this case. There are three possible solutions:
>
> 1) use dos2unix (or something similar) during file transfer/generation
> 2) use dos2unix like part of Make process
> 3) fix/adjust CC/cc
>
> I prefer option 1.
Yes, however I wonder if it gained those line endings because the last
time it was built was on a Windows box (if there were DOS line endings
in the original file, I'm sure Tom or Bruce would have yelped). Can you
try regenerating it?
Regards, Dave.
Home |
Main Index |
Thread Index