POV-Ray : Newsgroups : povray.programming : Compiling POVRAY 3.5 using VC6.0 in Release Mode : Re: Compiling POVRAY 3.5 using VC6.0 in Release Mode Server Time
6 Oct 2024 13:00:07 EDT (-0400)
  Re: Compiling POVRAY 3.5 using VC6.0 in Release Mode  
From: alphaQuad
Date: 27 Nov 2007 13:10:00
Message: <web.474c5c65791be382448584b70@news.povray.org>
that was nearly 10 minutes big delay somewhere, anyway,

there are 2 config.h

povwin36\windows\config.h
line 55: empty
line 72:

#if __MINGW32_MINOR_VERSION == 1
#define COMPILER_MINOR_VER              "1"
#else
#error "Adjust config.h to your compiler!"
#endif




povwin36\windows\console\config.h line 55 and 56
#if __MINGW32_MINOR_VERSION == 1
#define COMPILER_MINOR_VER                             "1"


so that one (obviously), but is this a potential conflict,

or do I edit both?







F:\>path %PATH%;f:\msys\bin;f:\msys\mingw\bin
F:\>path
PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;F:\MSYS\BIN;F:\MSYS\MINGW\BIN
F:\>gcc --version
GCC.EXE (GCC) 3.4.5 (mingw special)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
F:\>


Post a reply to this message

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