POV-Ray : Newsgroups : povray.off-topic : Today's WTF : Re: Today's WTF Server Time
29 Jul 2024 02:25:23 EDT (-0400)
  Re: Today's WTF  
From: Francois Labreque
Date: 17 Dec 2012 21:51:22
Message: <50cfda2a$1@news.povray.org>
Le 2012-12-17 11:56, Jim Henderson a écrit :
> On Mon, 17 Dec 2012 10:02:32 -0500, Francois Labreque wrote:
>
>> One could say that it's a true-to-the-orignal port of a not-very-good
>> application if the Unix orignal can't handle spaces either. ;)
>
> Yeah, but that'd not be a modern app, which is what I assume we're
> talking about here - a port of a modern POSIX app that can't handle long
> filenames or spaces isn't very "modern".
>
> Jim
>
The app might have more than 15 years of existence , but the latest 
version came out at the end of november.

And it has no problems with long file names under any OS, as long as 
that long file name doesn't have spaces in it.

It's much easier to write in the release notes not to put spaces than to 
go through the hundread or so shell scripts that the app calls in the 
back end and make sure all the "cd $FOO" are properly doublequoted.

In *nix, it's usually is no big deal since there's no space in /opt or 
/usr/local, but in Windows, there is one in "Progam Files", so one is 
left with either installing in a non-standard place, or forcing 
shortnames to work around the space.

-- 
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/*    flabreque    */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/*        @        */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/*   gmail.com     */}camera{orthographic location<6,1.25,-6>look_at a }


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.