POV-Ray : Newsgroups : povray.off-topic : Coding in ___ is like ___ : Re: Coding in ___ is like ___ Server Time
4 Sep 2024 19:19:15 EDT (-0400)
  Re: Coding in ___ is like ___  
From: Darren New
Date: 26 Feb 2010 11:15:02
Message: <4b87f386$1@news.povray.org>
Warp wrote:
>   It should be rather clear: You have defined a static variable named 'x',
> but with no type. (In C it would default to int, but the C++ standard forbids
> omitting the type, which is what the error message is saying.)

Ah, I see. Yes.  A similar thing, that.  I think I got it because the 
47K-long compile line was missing one of the -D instructions that would have 
made
   static UINT32 x;
into a valid declaration or something. Which is why looking at it, it made 
no sense, and I couldn't find the header file that defined it.

-- 
Darren New, San Diego CA, USA (PST)
   The question in today's corporate environment is not
   so much "what color is your parachute?" as it is
   "what color is your nose?"


Post a reply to this message

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