POV-Ray : Newsgroups : povray.binaries.programming : Making the Leap: Compiling POV for the first time : Re: Making the Leap: Compiling POV for the first time Server Time
28 Mar 2024 13:55:58 EDT (-0400)
  Re: Making the Leap: Compiling POV for the first time  
From: Vahur Krouverk
Date: 23 Feb 2001 12:14:07
Message: <3A969A64.CC981D66@aetec.ee>
Geoff Wedig wrote:
> Unfortunately, Kai doesn't compile the code correctly.  I'm getting errors
> that it doesn't find the Frame global variable in atmos.c, the first .c file
> to be compiled.  That's an extern out of povray.h, which is included in
> atmos.c, so I don't know why it's not finding it.  Does anyone have any
> ideas why this might be going weird on me?

Don't know the reason, but try to turn (all) warnings on, maybe they
could give hint about problem?
And be sure to compile source as C files, not as C++ files (I don't
know, how KAI determines type of source file, look from manual/options).
C and C++ are not quite same...
HTH


Post a reply to this message

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