POV-Ray : Newsgroups : povray.unofficial.patches : MCPov web page (montecarlo path tracing patch) : Re: MCPov web page (montecarlo path tracing patch) Server Time
27 Apr 2024 00:32:57 EDT (-0400)
  Re: MCPov web page (montecarlo path tracing patch)  
From: triple r
Date: 12 May 2008 13:20:00
Message: <web.48287bff6f09fee62a82b8e90@news.povray.org>
Thanks!  Very exciting.  Some minor hiccups on compiling on Intel Mac OS X
10.5.2 with gcc 4.0.1, which should be a decent measure of compiling on Linux.
Just a few quick fixes and it compiles just fine, although I haven't actually
tested it yet.  Here are the errors, unabridged:

 - Ricky





In file included from render.cpp:55:
optout.h:69:1: warning: "DISTRIBUTION_MESSAGE_2" redefined
In file included from ../unix/config.h:91,
                 from frame.h:58,
                 from render.cpp:44:
.../conf.h:14:1: warning: this is the location of the previous definition
In file included from rendctrl.cpp:66:
optout.h:69:1: warning: "DISTRIBUTION_MESSAGE_2" redefined
In file included from ../unix/config.h:91,
                 from frame.h:58,
                 from rendctrl.cpp:41:
.../conf.h:14:1: warning: this is the location of the previous definition





make[3]: *** [render.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


g++ -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../source/base -I../source/frontend
-I../source/patches -I../unix -I../libraries/png -I../libraries/tiff/libtiff
-I../libraries/tiff/libtiff -I../libraries/jpeg -I/usr/X11/include   -pipe
-Wno-multichar -s -O3 -ffast-math -malign-double -minline-all-stringops
-march=i686 -mtune=i686  -c -o montecarlo.o montecarlo.cpp



















make[1]: *** [montecarlo.o] Error 1
make: *** [all-recursive] Error 1


Post a reply to this message

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