Created
February 25, 2013 05:50
-
-
Save derekbrokeit/5028017 to your computer and use it in GitHub Desktop.
Homebrew povray installation failure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading http://www.povray.org/beta/source/povray-3.7.0.RC6.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/povray-3.7.0.RC6.tar.gz | |
/usr/bin/tar xf /Library/Caches/Homebrew/povray-3.7.0.RC6.tar.gz | |
==> Downloading patches | |
/usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.2) https://trac.macports.org/export/102440/trunk/dports/graphics/povray/files/patch-boost-1.50.diff -o 000-homebrew.diff https://trac.macports.org/export/102440/trunk/dports/graphics/povray/files/patch-configure-stat.diff -o 001-homebrew.diff https://trac.macports.org/export/102440/trunk/dports/graphics/povray/files/patch-lseek64.diff -o 002-homebrew.diff https://trac.macports.org/export/102440/trunk/dports/graphics/povray/files/patch-vfe-uint.diff -o 003-homebrew.diff --silent | |
==> Patching | |
/usr/bin/patch -f -p0 -i 000-homebrew.diff | |
patching file source/backend/scene/view.cpp | |
patching file source/base/timer.cpp | |
patching file vfe/unix/platformbase.cpp | |
patching file vfe/vfepovms.cpp | |
patching file vfe/vfesession.cpp | |
/usr/bin/patch -f -p0 -i 001-homebrew.diff | |
patching file configure | |
/usr/bin/patch -f -p0 -i 002-homebrew.diff | |
patching file source/base/image/image.cpp | |
/usr/bin/patch -f -p0 -i 003-homebrew.diff | |
patching file vfe/unix/vfeplatform.h | |
patching file vfe/vfesession.h | |
==> ./configure COMPILED_BY=homebrew --disable-debug --disable-dependency-tracking --prefix=/opt/homebrew/Cellar/povray/3.7.0.RC6 --mandir=/opt/homebrew/Cellar/povray/3.7.0.RC6/share/man | |
./configure COMPILED_BY=homebrew --disable-debug --disable-dependency-tracking --prefix=/opt/homebrew/Cellar/povray/3.7.0.RC6 --mandir=/opt/homebrew/Cellar/povray/3.7.0.RC6/share/man | |
=============================================================================== | |
Configure POV-Ray version 3.7.0.RC6 | |
=============================================================================== | |
This is an unofficial version compiled by: | |
homebrew | |
The POV-Ray Team(tm) is not responsible for supporting this version. | |
Environment | |
----------- | |
checking build system type... i386-apple-darwin12.2.1 | |
checking host system type... i386-apple-darwin12.2.1 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... unix/config/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking whether $C_INCLUDE_PATH contains the "." path... no | |
checking whether $CPLUS_INCLUDE_PATH contains the "." path... no | |
Programs | |
-------- | |
checking for gcc... cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of cc... none | |
checking how to run the C preprocessor... cc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for stdlib.h... (cached) yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether c++ accepts -g... yes | |
checking dependency style of c++... none | |
checking whether the c++ compiler works... yes | |
checking how to run the C++ preprocessor... c++ -E | |
checking for C++ compiler vendor... gnu | |
checking for c++ version... 4.2.1 | |
checking for ranlib... ranlib | |
Libraries | |
--------- | |
checking whether to link with cygwin DLL... no | |
checking whether to enable static linking... no | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... -D_THREAD_SAFE | |
checking for boostlib >= 1.37... yes | |
checking whether the Boost::Thread library is available... yes | |
checking whether the boost thread library is usable... yes | |
checking for sin in -lmkl... no | |
checking for sin in -lm... yes | |
checking for clock_gettime in -lrt... no | |
checking whether to use the ZLIB library... yes | |
checking for library containing zlibVersion... -lz | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for libz version >= 1.2.1... 1.2.5, ok | |
checking whether to use the PNG library... yes | |
checking for library containing png_get_libpng_ver... -lpng | |
checking png.h usability... yes | |
checking png.h presence... yes | |
checking for png.h... yes | |
checking for libpng version >= 1.2.5... 1.5.13, ok | |
checking whether to use the JPEG library... yes | |
checking for library containing jpeg_std_error... -ljpeg | |
checking jpeglib.h usability... yes | |
checking jpeglib.h presence... yes | |
checking for jpeglib.h... yes | |
checking for libjpeg version >= 6b (62)... 80, ok | |
checking whether to use the TIFF library... yes | |
checking for library containing TIFFGetVersion... -ltiff | |
checking tiffio.h usability... yes | |
checking tiffio.h presence... yes | |
checking for tiffio.h... yes | |
checking for libtiff version >= 3.6.1... 4.0.3, ok | |
checking whether to use the OpenEXR library... yes | |
checking for pkg-config... no | |
checking for OpenEXR's pkg-config... not found | |
configure: WARNING: all program features using the OpenEXR library are disabled | |
checking for X... libraries /usr/lib, headers /usr/include | |
checking whether -R must be followed by a space... neither works | |
checking for dnet_ntoa in -ldnet... no | |
checking for dnet_ntoa in -ldnet_stub... no | |
checking for gethostbyname... yes | |
checking for connect... yes | |
checking for remove... yes | |
checking for shmat... yes | |
checking for IceConnectionNumber in -lICE... no | |
checking X11/Xlib.h usability... no | |
checking X11/Xlib.h presence... no | |
checking for X11/Xlib.h... no | |
Language constructs and functions | |
--------------------------------- | |
checking whether time.h and sys/time.h may both be included... yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking for size_t... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking size of int... 4 | |
checking size of long int... 8 | |
checking size of size_t... 8 | |
checking size of float... 4 | |
checking for working memcmp... yes | |
checking for vsnprintf... yes | |
checking for getcwd... yes | |
checking for readlink... yes | |
checking for nanosleep... yes | |
checking for clock_gettime... no | |
checking for getrusage... yes | |
checking for gettimeofday... yes | |
checking for asinh... yes | |
Compiling | |
--------- | |
checking whether to enable pipes for communications... yes | |
checking whether c++ accepts -pipe... yes | |
checking whether c++ accepts -Wno-multichar... yes | |
checking whether c++ accepts -Wno-write-strings... yes | |
checking whether c++ accepts -fno-enforce-eh-specs... no | |
checking whether to enable I/O restrictions... yes | |
checking whether to enable debugging... no | |
checking whether to enable profiling... no | |
checking whether to enable stripping... yes | |
checking whether c++ accepts -s... no | |
configure: WARNING: Cannot set stripping mode | |
checking whether to enable optimizations... yes | |
checking whether c++ accepts -O3... yes | |
checking whether c++ accepts -ffast-math... yes | |
checking whether to enable architecture-specific optimizations... yes | |
checking whether c++ accepts -malign-double... no | |
checking whether c++ accepts -xHost... no | |
checking whether c++ accepts -march=native... yes | |
checking which architecture to optimize for... i386-apple-darwin12.2.1 (using -march=native) | |
Makefiles | |
--------- | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating source/base/Makefile | |
config.status: creating source/backend/Makefile | |
config.status: creating source/frontend/Makefile | |
config.status: creating source/Makefile | |
config.status: creating vfe/Makefile | |
config.status: creating unix/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
=============================================================================== | |
POV-Ray 3.7.0.RC6 has been configured. | |
Built-in features: | |
I/O restrictions: enabled | |
X Window display: disabled | |
Supported image formats: gif tga iff ppm pgm hdr png jpeg tiff | |
Unsupported image formats: openexr | |
Compilation settings: | |
Build architecture: i386-apple-darwin12.2.1 | |
Built/Optimized for: i386-apple-darwin12.2.1 (using -march=native) | |
Compiler vendor: gnu | |
Compiler version: c++ 4.2.1 | |
Compiler flags: -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE | |
Type 'make check' to build the program and run a test render. | |
Type 'make install' to install POV-Ray on your system. | |
The POV-Ray components will be installed in the following directories: | |
Program (executable): /opt/homebrew/Cellar/povray/3.7.0.RC6/bin | |
System configuration files: /opt/homebrew/Cellar/povray/3.7.0.RC6/etc/povray/3.7 | |
User configuration files: /Users/derekt/.povray/3.7 | |
Standard include files: /opt/homebrew/Cellar/povray/3.7.0.RC6/share/povray-3.7/include | |
Standard INI files: /opt/homebrew/Cellar/povray/3.7.0.RC6/share/povray-3.7/ini | |
Standard demo scene files: /opt/homebrew/Cellar/povray/3.7.0.RC6/share/povray-3.7/scenes | |
Documentation (text, HTML): /opt/homebrew/Cellar/povray/3.7.0.RC6/share/doc/povray-3.7 | |
Unix man page: /opt/homebrew/Cellar/povray/3.7.0.RC6/share/man | |
=============================================================================== | |
==> make install | |
make install | |
Making install in source | |
Making install in backend | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o boundingtask.o `test -f 'bounding/boundingtask.cpp' || echo './'`bounding/boundingtask.cpp | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o bcyl.o `test -f 'bounding/bcyl.cpp' || echo './'`bounding/bcyl.cpp | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o bbox.o `test -f 'bounding/bbox.cpp' || echo './'`bounding/bbox.cpp | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o bsphere.o `test -f 'bounding/bsphere.cpp' || echo './'`bounding/bsphere.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o benchmark.o `test -f 'control/benchmark.cpp' || echo './'`control/benchmark.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o messagefactory.o `test -f 'control/messagefactory.cpp' || echo './'`control/messagefactory.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o renderbackend.o `test -f 'control/renderbackend.cpp' || echo './'`control/renderbackend.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o msgutil.o `test -f 'support/msgutil.cpp' || echo './'`support/msgutil.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o taskqueue.o `test -f 'support/taskqueue.cpp' || echo './'`support/taskqueue.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o randomsequences.o `test -f 'support/randomsequences.cpp' || echo './'`support/randomsequences.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o statistics.o `test -f 'support/statistics.cpp' || echo './'`support/statistics.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o fileutil.o `test -f 'support/fileutil.cpp' || echo './'`support/fileutil.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o jitter.o `test -f 'support/jitter.cpp' || echo './'`support/jitter.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o bsptree.o `test -f 'support/bsptree.cpp' || echo './'`support/bsptree.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o imageutil.o `test -f 'support/imageutil.cpp' || echo './'`support/imageutil.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o task.o `test -f 'support/task.cpp' || echo './'`support/task.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o octree.o `test -f 'support/octree.cpp' || echo './'`support/octree.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o polygon.o `test -f 'shape/polygon.cpp' || echo './'`shape/polygon.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o fpmetric.o `test -f 'shape/fpmetric.cpp' || echo './'`shape/fpmetric.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o boxes.o `test -f 'shape/boxes.cpp' || echo './'`shape/boxes.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o poly.o `test -f 'shape/poly.cpp' || echo './'`shape/poly.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o sor.o `test -f 'shape/sor.cpp' || echo './'`shape/sor.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o fractal.o `test -f 'shape/fractal.cpp' || echo './'`shape/fractal.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o hfield.o `test -f 'shape/hfield.cpp' || echo './'`shape/hfield.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o torus.o `test -f 'shape/torus.cpp' || echo './'`shape/torus.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o triangle.o `test -f 'shape/triangle.cpp' || echo './'`shape/triangle.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o ovus.o `test -f 'shape/ovus.cpp' || echo './'`shape/ovus.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o lathe.o `test -f 'shape/lathe.cpp' || echo './'`shape/lathe.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o prism.o `test -f 'shape/prism.cpp' || echo './'`shape/prism.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o isosurf.o `test -f 'shape/isosurf.cpp' || echo './'`shape/isosurf.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o super.o `test -f 'shape/super.cpp' || echo './'`shape/super.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o bezier.o `test -f 'shape/bezier.cpp' || echo './'`shape/bezier.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o mesh.o `test -f 'shape/mesh.cpp' || echo './'`shape/mesh.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o cones.o `test -f 'shape/cones.cpp' || echo './'`shape/cones.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o sphsweep.o `test -f 'shape/sphsweep.cpp' || echo './'`shape/sphsweep.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o discs.o `test -f 'shape/discs.cpp' || echo './'`shape/discs.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o csg.o `test -f 'shape/csg.cpp' || echo './'`shape/csg.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o truetype.o `test -f 'shape/truetype.cpp' || echo './'`shape/truetype.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o planes.o `test -f 'shape/planes.cpp' || echo './'`shape/planes.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o quadrics.o `test -f 'shape/quadrics.cpp' || echo './'`shape/quadrics.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o spheres.o `test -f 'shape/spheres.cpp' || echo './'`shape/spheres.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o blob.o `test -f 'shape/blob.cpp' || echo './'`shape/blob.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o objects.o `test -f 'scene/objects.cpp' || echo './'`scene/objects.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o camera.o `test -f 'scene/camera.cpp' || echo './'`scene/camera.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o view.o `test -f 'scene/view.cpp' || echo './'`scene/view.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o threaddata.o `test -f 'scene/threaddata.cpp' || echo './'`scene/threaddata.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o scene.o `test -f 'scene/scene.cpp' || echo './'`scene/scene.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o atmosph.o `test -f 'scene/atmosph.cpp' || echo './'`scene/atmosph.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o normal.o `test -f 'texture/normal.cpp' || echo './'`texture/normal.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o pigment.o `test -f 'texture/pigment.cpp' || echo './'`texture/pigment.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o texture.o `test -f 'texture/texture.cpp' || echo './'`texture/texture.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o radiositytask.o `test -f 'render/radiositytask.cpp' || echo './'`render/radiositytask.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o rendertask.o `test -f 'render/rendertask.cpp' || echo './'`render/rendertask.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o tracetask.o `test -f 'render/tracetask.cpp' || echo './'`render/tracetask.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o tracepixel.o `test -f 'render/tracepixel.cpp' || echo './'`render/tracepixel.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o ray.o `test -f 'render/ray.cpp' || echo './'`render/ray.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o trace.o `test -f 'render/trace.cpp' || echo './'`render/trace.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o fnsyntax.o `test -f 'parser/fnsyntax.cpp' || echo './'`parser/fnsyntax.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o parstxtr.o `test -f 'parser/parstxtr.cpp' || echo './'`parser/parstxtr.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o parse.o `test -f 'parser/parse.cpp' || echo './'`parser/parse.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o reswords.o `test -f 'parser/reswords.cpp' || echo './'`parser/reswords.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o express.o `test -f 'parser/express.cpp' || echo './'`parser/express.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o function.o `test -f 'parser/function.cpp' || echo './'`parser/function.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o tokenize.o `test -f 'parser/tokenize.cpp' || echo './'`parser/tokenize.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o parsestr.o `test -f 'parser/parsestr.cpp' || echo './'`parser/parsestr.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o fncode.o `test -f 'vm/fncode.cpp' || echo './'`vm/fncode.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o fnintern.o `test -f 'vm/fnintern.cpp' || echo './'`vm/fnintern.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o fnpovfpu.o `test -f 'vm/fnpovfpu.cpp' || echo './'`vm/fnpovfpu.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o povray.o povray.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o media.o `test -f 'interior/media.cpp' || echo './'`interior/media.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o interior.o `test -f 'interior/interior.cpp' || echo './'`interior/interior.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o subsurface.o `test -f 'lighting/subsurface.cpp' || echo './'`lighting/subsurface.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o photonstrategytask.o `test -f 'lighting/photonstrategytask.cpp' || echo './'`lighting/photonstrategytask.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o photons.o `test -f 'lighting/photons.cpp' || echo './'`lighting/photons.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o photonshootingtask.o `test -f 'lighting/photonshootingtask.cpp' || echo './'`lighting/photonshootingtask.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o radiosity.o `test -f 'lighting/radiosity.cpp' || echo './'`lighting/radiosity.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o point.o `test -f 'lighting/point.cpp' || echo './'`lighting/point.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o photonestimationtask.o `test -f 'lighting/photonestimationtask.cpp' || echo './'`lighting/photonestimationtask.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o photonshootingstrategy.o `test -f 'lighting/photonshootingstrategy.cpp' || echo './'`lighting/photonshootingstrategy.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o rad_data.o `test -f 'lighting/rad_data.cpp' || echo './'`lighting/rad_data.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o photonsortingtask.o `test -f 'lighting/photonsortingtask.cpp' || echo './'`lighting/photonsortingtask.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o splines.o `test -f 'math/splines.cpp' || echo './'`math/splines.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o quatern.o `test -f 'math/quatern.cpp' || echo './'`math/quatern.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o hcmplx.o `test -f 'math/hcmplx.cpp' || echo './'`math/hcmplx.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o mathutil.o `test -f 'math/mathutil.cpp' || echo './'`math/mathutil.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o chi2.o `test -f 'math/chi2.cpp' || echo './'`math/chi2.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o polysolv.o `test -f 'math/polysolv.cpp' || echo './'`math/polysolv.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o matrices.o `test -f 'math/matrices.cpp' || echo './'`math/matrices.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o colutils.o `test -f 'colour/colutils.cpp' || echo './'`colour/colutils.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o colour.o `test -f 'colour/colour.cpp' || echo './'`colour/colour.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o spectral.o `test -f 'colour/spectral.cpp' || echo './'`colour/spectral.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o pattern.o `test -f 'pattern/pattern.cpp' || echo './'`pattern/pattern.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o warps.o `test -f 'pattern/warps.cpp' || echo './'`pattern/warps.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
rm -f libbackend.a | |
ar cru libbackend.a boundingtask.o bcyl.o bbox.o bsphere.o benchmark.o messagefactory.o renderbackend.o msgutil.o taskqueue.o randomsequences.o statistics.o fileutil.o jitter.o bsptree.o imageutil.o task.o octree.o polygon.o fpmetric.o boxes.o poly.o sor.o fractal.o hfield.o torus.o triangle.o ovus.o lathe.o prism.o isosurf.o super.o bezier.o mesh.o cones.o sphsweep.o discs.o csg.o truetype.o planes.o quadrics.o spheres.o blob.o objects.o camera.o view.o threaddata.o scene.o atmosph.o normal.o pigment.o texture.o radiositytask.o rendertask.o tracetask.o tracepixel.o ray.o trace.o fnsyntax.o parstxtr.o parse.o reswords.o express.o function.o tokenize.o parsestr.o fncode.o fnintern.o fnpovfpu.o povray.o media.o interior.o subsurface.o photonstrategytask.o photons.o photonshootingtask.o radiosity.o point.o photonestimationtask.o photonshootingstrategy.o rad_data.o photonsortingtask.o splines.o quatern.o hcmplx.o mathutil.o chi2.o polysolv.o matrices.o colutils.o colour.o spectral.o pattern.o warps.o | |
ranlib libbackend.a | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in base | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o textstreambuffer.o textstreambuffer.cpp | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o textstream.o textstream.cpp | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o stringutilities.o stringutilities.cpp | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o fileinputoutput.o fileinputoutput.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o animation.o `test -f 'animation/animation.cpp' || echo './'`animation/animation.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o moov.o `test -f 'animation/moov.cpp' || echo './'`animation/moov.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o path.o path.cpp | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o processoptions.o processoptions.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o povmscpp.o povmscpp.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o hdr.o `test -f 'image/hdr.cpp' || echo './'`image/hdr.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o colourspace.o `test -f 'image/colourspace.cpp' || echo './'`image/colourspace.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o targa.o `test -f 'image/targa.cpp' || echo './'`image/targa.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o image.o `test -f 'image/image.cpp' || echo './'`image/image.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o bmp.o `test -f 'image/bmp.cpp' || echo './'`image/bmp.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o encoding.o `test -f 'image/encoding.cpp' || echo './'`image/encoding.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o tiff.o `test -f 'image/tiff.cpp' || echo './'`image/tiff.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o pgm.o `test -f 'image/pgm.cpp' || echo './'`image/pgm.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o png.o `test -f 'image/png.cpp' || echo './'`image/png.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o openexr.o `test -f 'image/openexr.cpp' || echo './'`image/openexr.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o gifdecod.o `test -f 'image/gifdecod.cpp' || echo './'`image/gifdecod.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o jpeg.o `test -f 'image/jpeg.cpp' || echo './'`image/jpeg.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o ppm.o `test -f 'image/ppm.cpp' || echo './'`image/ppm.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o gif.o `test -f 'image/gif.cpp' || echo './'`image/gif.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o iff.o `test -f 'image/iff.cpp' || echo './'`image/iff.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o timer.o timer.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o pov_err.o pov_err.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o povms.o povms.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
rm -f libbase.a | |
ar cru libbase.a textstreambuffer.o textstream.o stringutilities.o fileinputoutput.o animation.o moov.o path.o processoptions.o povmscpp.o hdr.o colourspace.o targa.o image.o bmp.o encoding.o tiff.o pgm.o png.o openexr.o gifdecod.o jpeg.o ppm.o gif.o iff.o timer.o pov_err.o povms.o | |
ranlib libbase.a | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in frontend | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o animationprocessing.o animationprocessing.cpp | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o processrenderoptions.o processrenderoptions.cpp | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o renderfrontend.o renderfrontend.cpp | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o display.o display.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o rendermessagehandler.o rendermessagehandler.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o console.o console.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o imagemessagehandler.o imagemessagehandler.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o defaultplatformbase.o defaultplatformbase.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o parsermessagehandler.o parsermessagehandler.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o filemessagehandler.o filemessagehandler.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o imageprocessing.o imageprocessing.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../source -I../../source -I../../source/base -I../../unix -I../../vfe -I../../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o shelloutprocessing.o shelloutprocessing.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
rm -f libfrontend.a | |
ar cru libfrontend.a animationprocessing.o processrenderoptions.o renderfrontend.o display.o rendermessagehandler.o console.o imagemessagehandler.o defaultplatformbase.o parsermessagehandler.o filemessagehandler.o imageprocessing.o shelloutprocessing.o | |
ranlib libfrontend.a | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o lightgrp.o lightgrp.cpp | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o pov_mem.o pov_mem.cpp | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o optout.o optout.cpp | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o textstreambuffer.o `test -f 'base/textstreambuffer.cpp' || echo './'`base/textstreambuffer.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o textstream.o `test -f 'base/textstream.cpp' || echo './'`base/textstream.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o stringutilities.o `test -f 'base/stringutilities.cpp' || echo './'`base/stringutilities.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o fileinputoutput.o `test -f 'base/fileinputoutput.cpp' || echo './'`base/fileinputoutput.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o animation.o `test -f 'base/animation/animation.cpp' || echo './'`base/animation/animation.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o moov.o `test -f 'base/animation/moov.cpp' || echo './'`base/animation/moov.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o path.o `test -f 'base/path.cpp' || echo './'`base/path.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o processoptions.o `test -f 'base/processoptions.cpp' || echo './'`base/processoptions.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o povmscpp.o `test -f 'base/povmscpp.cpp' || echo './'`base/povmscpp.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o hdr.o `test -f 'base/image/hdr.cpp' || echo './'`base/image/hdr.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o colourspace.o `test -f 'base/image/colourspace.cpp' || echo './'`base/image/colourspace.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o targa.o `test -f 'base/image/targa.cpp' || echo './'`base/image/targa.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o image.o `test -f 'base/image/image.cpp' || echo './'`base/image/image.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o bmp.o `test -f 'base/image/bmp.cpp' || echo './'`base/image/bmp.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o encoding.o `test -f 'base/image/encoding.cpp' || echo './'`base/image/encoding.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o tiff.o `test -f 'base/image/tiff.cpp' || echo './'`base/image/tiff.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o pgm.o `test -f 'base/image/pgm.cpp' || echo './'`base/image/pgm.cpp | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o png.o `test -f 'base/image/png.cpp' || echo './'`base/image/png.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o openexr.o `test -f 'base/image/openexr.cpp' || echo './'`base/image/openexr.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o gifdecod.o `test -f 'base/image/gifdecod.cpp' || echo './'`base/image/gifdecod.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o jpeg.o `test -f 'base/image/jpeg.cpp' || echo './'`base/image/jpeg.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o ppm.o `test -f 'base/image/ppm.cpp' || echo './'`base/image/ppm.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o gif.o `test -f 'base/image/gif.cpp' || echo './'`base/image/gif.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o iff.o `test -f 'base/image/iff.cpp' || echo './'`base/image/iff.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o timer.o `test -f 'base/timer.cpp' || echo './'`base/timer.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o pov_err.o `test -f 'base/pov_err.cpp' || echo './'`base/pov_err.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o povms.o `test -f 'base/povms.cpp' || echo './'`base/povms.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o precomp.o precomp.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o animationprocessing.o `test -f 'frontend/animationprocessing.cpp' || echo './'`frontend/animationprocessing.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o processrenderoptions.o `test -f 'frontend/processrenderoptions.cpp' || echo './'`frontend/processrenderoptions.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o renderfrontend.o `test -f 'frontend/renderfrontend.cpp' || echo './'`frontend/renderfrontend.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o display.o `test -f 'frontend/display.cpp' || echo './'`frontend/display.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o rendermessagehandler.o `test -f 'frontend/rendermessagehandler.cpp' || echo './'`frontend/rendermessagehandler.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o console.o `test -f 'frontend/console.cpp' || echo './'`frontend/console.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o imagemessagehandler.o `test -f 'frontend/imagemessagehandler.cpp' || echo './'`frontend/imagemessagehandler.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o defaultplatformbase.o `test -f 'frontend/defaultplatformbase.cpp' || echo './'`frontend/defaultplatformbase.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o parsermessagehandler.o `test -f 'frontend/parsermessagehandler.cpp' || echo './'`frontend/parsermessagehandler.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o filemessagehandler.o `test -f 'frontend/filemessagehandler.cpp' || echo './'`frontend/filemessagehandler.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o imageprocessing.o `test -f 'frontend/imageprocessing.cpp' || echo './'`frontend/imageprocessing.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o shelloutprocessing.o `test -f 'frontend/shelloutprocessing.cpp' || echo './'`frontend/shelloutprocessing.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o boundingtask.o `test -f 'backend/bounding/boundingtask.cpp' || echo './'`backend/bounding/boundingtask.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o bcyl.o `test -f 'backend/bounding/bcyl.cpp' || echo './'`backend/bounding/bcyl.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o bbox.o `test -f 'backend/bounding/bbox.cpp' || echo './'`backend/bounding/bbox.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o bsphere.o `test -f 'backend/bounding/bsphere.cpp' || echo './'`backend/bounding/bsphere.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o benchmark.o `test -f 'backend/control/benchmark.cpp' || echo './'`backend/control/benchmark.cpp | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o messagefactory.o `test -f 'backend/control/messagefactory.cpp' || echo './'`backend/control/messagefactory.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o renderbackend.o `test -f 'backend/control/renderbackend.cpp' || echo './'`backend/control/renderbackend.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o msgutil.o `test -f 'backend/support/msgutil.cpp' || echo './'`backend/support/msgutil.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o taskqueue.o `test -f 'backend/support/taskqueue.cpp' || echo './'`backend/support/taskqueue.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o randomsequences.o `test -f 'backend/support/randomsequences.cpp' || echo './'`backend/support/randomsequences.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o statistics.o `test -f 'backend/support/statistics.cpp' || echo './'`backend/support/statistics.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o fileutil.o `test -f 'backend/support/fileutil.cpp' || echo './'`backend/support/fileutil.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o jitter.o `test -f 'backend/support/jitter.cpp' || echo './'`backend/support/jitter.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o bsptree.o `test -f 'backend/support/bsptree.cpp' || echo './'`backend/support/bsptree.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o imageutil.o `test -f 'backend/support/imageutil.cpp' || echo './'`backend/support/imageutil.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o task.o `test -f 'backend/support/task.cpp' || echo './'`backend/support/task.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o octree.o `test -f 'backend/support/octree.cpp' || echo './'`backend/support/octree.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o polygon.o `test -f 'backend/shape/polygon.cpp' || echo './'`backend/shape/polygon.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o fpmetric.o `test -f 'backend/shape/fpmetric.cpp' || echo './'`backend/shape/fpmetric.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o boxes.o `test -f 'backend/shape/boxes.cpp' || echo './'`backend/shape/boxes.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o poly.o `test -f 'backend/shape/poly.cpp' || echo './'`backend/shape/poly.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o sor.o `test -f 'backend/shape/sor.cpp' || echo './'`backend/shape/sor.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o fractal.o `test -f 'backend/shape/fractal.cpp' || echo './'`backend/shape/fractal.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o hfield.o `test -f 'backend/shape/hfield.cpp' || echo './'`backend/shape/hfield.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o torus.o `test -f 'backend/shape/torus.cpp' || echo './'`backend/shape/torus.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o triangle.o `test -f 'backend/shape/triangle.cpp' || echo './'`backend/shape/triangle.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o ovus.o `test -f 'backend/shape/ovus.cpp' || echo './'`backend/shape/ovus.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o lathe.o `test -f 'backend/shape/lathe.cpp' || echo './'`backend/shape/lathe.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o prism.o `test -f 'backend/shape/prism.cpp' || echo './'`backend/shape/prism.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o isosurf.o `test -f 'backend/shape/isosurf.cpp' || echo './'`backend/shape/isosurf.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o super.o `test -f 'backend/shape/super.cpp' || echo './'`backend/shape/super.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o bezier.o `test -f 'backend/shape/bezier.cpp' || echo './'`backend/shape/bezier.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o mesh.o `test -f 'backend/shape/mesh.cpp' || echo './'`backend/shape/mesh.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o cones.o `test -f 'backend/shape/cones.cpp' || echo './'`backend/shape/cones.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o sphsweep.o `test -f 'backend/shape/sphsweep.cpp' || echo './'`backend/shape/sphsweep.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o discs.o `test -f 'backend/shape/discs.cpp' || echo './'`backend/shape/discs.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o csg.o `test -f 'backend/shape/csg.cpp' || echo './'`backend/shape/csg.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o truetype.o `test -f 'backend/shape/truetype.cpp' || echo './'`backend/shape/truetype.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o planes.o `test -f 'backend/shape/planes.cpp' || echo './'`backend/shape/planes.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o quadrics.o `test -f 'backend/shape/quadrics.cpp' || echo './'`backend/shape/quadrics.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o spheres.o `test -f 'backend/shape/spheres.cpp' || echo './'`backend/shape/spheres.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o blob.o `test -f 'backend/shape/blob.cpp' || echo './'`backend/shape/blob.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o objects.o `test -f 'backend/scene/objects.cpp' || echo './'`backend/scene/objects.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o camera.o `test -f 'backend/scene/camera.cpp' || echo './'`backend/scene/camera.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o view.o `test -f 'backend/scene/view.cpp' || echo './'`backend/scene/view.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o threaddata.o `test -f 'backend/scene/threaddata.cpp' || echo './'`backend/scene/threaddata.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o scene.o `test -f 'backend/scene/scene.cpp' || echo './'`backend/scene/scene.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o atmosph.o `test -f 'backend/scene/atmosph.cpp' || echo './'`backend/scene/atmosph.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o normal.o `test -f 'backend/texture/normal.cpp' || echo './'`backend/texture/normal.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o pigment.o `test -f 'backend/texture/pigment.cpp' || echo './'`backend/texture/pigment.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o texture.o `test -f 'backend/texture/texture.cpp' || echo './'`backend/texture/texture.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o radiositytask.o `test -f 'backend/render/radiositytask.cpp' || echo './'`backend/render/radiositytask.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o rendertask.o `test -f 'backend/render/rendertask.cpp' || echo './'`backend/render/rendertask.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o tracetask.o `test -f 'backend/render/tracetask.cpp' || echo './'`backend/render/tracetask.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o tracepixel.o `test -f 'backend/render/tracepixel.cpp' || echo './'`backend/render/tracepixel.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o ray.o `test -f 'backend/render/ray.cpp' || echo './'`backend/render/ray.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o trace.o `test -f 'backend/render/trace.cpp' || echo './'`backend/render/trace.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o fnsyntax.o `test -f 'backend/parser/fnsyntax.cpp' || echo './'`backend/parser/fnsyntax.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o parstxtr.o `test -f 'backend/parser/parstxtr.cpp' || echo './'`backend/parser/parstxtr.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o parse.o `test -f 'backend/parser/parse.cpp' || echo './'`backend/parser/parse.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o reswords.o `test -f 'backend/parser/reswords.cpp' || echo './'`backend/parser/reswords.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o express.o `test -f 'backend/parser/express.cpp' || echo './'`backend/parser/express.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o function.o `test -f 'backend/parser/function.cpp' || echo './'`backend/parser/function.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o tokenize.o `test -f 'backend/parser/tokenize.cpp' || echo './'`backend/parser/tokenize.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o parsestr.o `test -f 'backend/parser/parsestr.cpp' || echo './'`backend/parser/parsestr.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o fncode.o `test -f 'backend/vm/fncode.cpp' || echo './'`backend/vm/fncode.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o fnintern.o `test -f 'backend/vm/fnintern.cpp' || echo './'`backend/vm/fnintern.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o fnpovfpu.o `test -f 'backend/vm/fnpovfpu.cpp' || echo './'`backend/vm/fnpovfpu.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o povray.o `test -f 'backend/povray.cpp' || echo './'`backend/povray.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o media.o `test -f 'backend/interior/media.cpp' || echo './'`backend/interior/media.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o interior.o `test -f 'backend/interior/interior.cpp' || echo './'`backend/interior/interior.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o subsurface.o `test -f 'backend/lighting/subsurface.cpp' || echo './'`backend/lighting/subsurface.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o photonstrategytask.o `test -f 'backend/lighting/photonstrategytask.cpp' || echo './'`backend/lighting/photonstrategytask.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o photons.o `test -f 'backend/lighting/photons.cpp' || echo './'`backend/lighting/photons.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o photonshootingtask.o `test -f 'backend/lighting/photonshootingtask.cpp' || echo './'`backend/lighting/photonshootingtask.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o radiosity.o `test -f 'backend/lighting/radiosity.cpp' || echo './'`backend/lighting/radiosity.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o point.o `test -f 'backend/lighting/point.cpp' || echo './'`backend/lighting/point.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o photonestimationtask.o `test -f 'backend/lighting/photonestimationtask.cpp' || echo './'`backend/lighting/photonestimationtask.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o photonshootingstrategy.o `test -f 'backend/lighting/photonshootingstrategy.cpp' || echo './'`backend/lighting/photonshootingstrategy.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o rad_data.o `test -f 'backend/lighting/rad_data.cpp' || echo './'`backend/lighting/rad_data.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o photonsortingtask.o `test -f 'backend/lighting/photonsortingtask.cpp' || echo './'`backend/lighting/photonsortingtask.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o splines.o `test -f 'backend/math/splines.cpp' || echo './'`backend/math/splines.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o quatern.o `test -f 'backend/math/quatern.cpp' || echo './'`backend/math/quatern.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o hcmplx.o `test -f 'backend/math/hcmplx.cpp' || echo './'`backend/math/hcmplx.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o mathutil.o `test -f 'backend/math/mathutil.cpp' || echo './'`backend/math/mathutil.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o chi2.o `test -f 'backend/math/chi2.cpp' || echo './'`backend/math/chi2.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o polysolv.o `test -f 'backend/math/polysolv.cpp' || echo './'`backend/math/polysolv.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o matrices.o `test -f 'backend/math/matrices.cpp' || echo './'`backend/math/matrices.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o colutils.o `test -f 'backend/colour/colutils.cpp' || echo './'`backend/colour/colutils.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o colour.o `test -f 'backend/colour/colour.cpp' || echo './'`backend/colour/colour.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o spectral.o `test -f 'backend/colour/spectral.cpp' || echo './'`backend/colour/spectral.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o pattern.o `test -f 'backend/pattern/pattern.cpp' || echo './'`backend/pattern/pattern.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o warps.o `test -f 'backend/pattern/warps.cpp' || echo './'`backend/pattern/warps.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
rm -f libpovray.a | |
ar cru libpovray.a lightgrp.o pov_mem.o optout.o textstreambuffer.o textstream.o stringutilities.o fileinputoutput.o animation.o moov.o path.o processoptions.o povmscpp.o hdr.o colourspace.o targa.o image.o bmp.o encoding.o tiff.o pgm.o png.o openexr.o gifdecod.o jpeg.o ppm.o gif.o iff.o timer.o pov_err.o povms.o precomp.o animationprocessing.o processrenderoptions.o renderfrontend.o display.o rendermessagehandler.o console.o imagemessagehandler.o defaultplatformbase.o parsermessagehandler.o filemessagehandler.o imageprocessing.o shelloutprocessing.o boundingtask.o bcyl.o bbox.o bsphere.o benchmark.o messagefactory.o renderbackend.o msgutil.o taskqueue.o randomsequences.o statistics.o fileutil.o jitter.o bsptree.o imageutil.o task.o octree.o polygon.o fpmetric.o boxes.o poly.o sor.o fractal.o hfield.o torus.o triangle.o ovus.o lathe.o prism.o isosurf.o super.o bezier.o mesh.o cones.o sphsweep.o discs.o csg.o truetype.o planes.o quadrics.o spheres.o blob.o objects.o camera.o view.o threaddata.o scene.o atmosph.o normal.o pigment.o texture.o radiositytask.o rendertask.o tracetask.o tracepixel.o ray.o trace.o fnsyntax.o parstxtr.o parse.o reswords.o express.o function.o tokenize.o parsestr.o fncode.o fnintern.o fnpovfpu.o povray.o media.o interior.o subsurface.o photonstrategytask.o photons.o photonshootingtask.o radiosity.o point.o photonestimationtask.o photonshootingstrategy.o rad_data.o photonsortingtask.o splines.o quatern.o hcmplx.o mathutil.o chi2.o polysolv.o matrices.o colutils.o colour.o spectral.o pattern.o warps.o | |
ranlib libpovray.a | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in vfe | |
c++ -DHAVE_CONFIG_H -DPOVLIBDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/share/povray-3.7\" -DPOVCONFDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc/povray/3.7\" -DPOVCONFDIR_BACKWARD=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc\" -I. -I.. -I../vfe/unix -I../unix -I../source -I../source/base -I../source/backend -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o vfeprecomp.o vfeprecomp.cpp | |
c++ -DHAVE_CONFIG_H -DPOVLIBDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/share/povray-3.7\" -DPOVCONFDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc/povray/3.7\" -DPOVCONFDIR_BACKWARD=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc\" -I. -I.. -I../vfe/unix -I../unix -I../source -I../source/base -I../source/backend -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o vfecontrol.o vfecontrol.cpp | |
c++ -DHAVE_CONFIG_H -DPOVLIBDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/share/povray-3.7\" -DPOVCONFDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc/povray/3.7\" -DPOVCONFDIR_BACKWARD=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc\" -I. -I.. -I../vfe/unix -I../unix -I../source -I../source/base -I../source/backend -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o vfesession.o vfesession.cpp | |
c++ -DHAVE_CONFIG_H -DPOVLIBDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/share/povray-3.7\" -DPOVCONFDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc/povray/3.7\" -DPOVCONFDIR_BACKWARD=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc\" -I. -I.. -I../vfe/unix -I../unix -I../source -I../source/base -I../source/backend -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o vfe.o vfe.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -DPOVLIBDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/share/povray-3.7\" -DPOVCONFDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc/povray/3.7\" -DPOVCONFDIR_BACKWARD=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc\" -I. -I.. -I../vfe/unix -I../unix -I../source -I../source/base -I../source/backend -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o vfepovms.o vfepovms.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -DPOVLIBDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/share/povray-3.7\" -DPOVCONFDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc/povray/3.7\" -DPOVCONFDIR_BACKWARD=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc\" -I. -I.. -I../vfe/unix -I../unix -I../source -I../source/base -I../source/backend -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o vfedisplay.o vfedisplay.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -DPOVLIBDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/share/povray-3.7\" -DPOVCONFDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc/povray/3.7\" -DPOVCONFDIR_BACKWARD=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc\" -I. -I.. -I../vfe/unix -I../unix -I../source -I../source/base -I../source/backend -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o unixconsole.o `test -f 'unix/unixconsole.cpp' || echo './'`unix/unixconsole.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -DPOVLIBDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/share/povray-3.7\" -DPOVCONFDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc/povray/3.7\" -DPOVCONFDIR_BACKWARD=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc\" -I. -I.. -I../vfe/unix -I../unix -I../source -I../source/base -I../source/backend -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o unixoptions.o `test -f 'unix/unixoptions.cpp' || echo './'`unix/unixoptions.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -DPOVLIBDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/share/povray-3.7\" -DPOVCONFDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc/povray/3.7\" -DPOVCONFDIR_BACKWARD=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc\" -I. -I.. -I../vfe/unix -I../unix -I../source -I../source/base -I../source/backend -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o platformbase.o `test -f 'unix/platformbase.cpp' || echo './'`unix/platformbase.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -DHAVE_CONFIG_H -DPOVLIBDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/share/povray-3.7\" -DPOVCONFDIR=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc/povray/3.7\" -DPOVCONFDIR_BACKWARD=\"/opt/homebrew/Cellar/povray/3.7.0.RC6/etc\" -I. -I.. -I../vfe/unix -I../unix -I../source -I../source/base -I../source/backend -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o vfeplatform.o `test -f 'unix/vfeplatform.cpp' || echo './'`unix/vfeplatform.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
rm -f libvfe.a | |
ar cru libvfe.a vfeprecomp.o vfecontrol.o vfesession.o vfe.o vfepovms.o vfedisplay.o unixconsole.o unixoptions.o platformbase.o vfeplatform.o | |
ranlib libvfe.a | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in unix | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source -I../source -I../source/backend -I../source/base -I../source/frontend -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o disp_sdl.o disp_sdl.cpp | |
c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../source -I../source -I../source/backend -I../source/base -I../source/frontend -I../vfe -I../vfe/unix -pthread -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -c -o disp_text.o disp_text.cpp | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
c++ -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -D_THREAD_SAFE -o povray disp_sdl.o disp_text.o ../vfe/libvfe.a ../source/backend/libbackend.a ../source/frontend/libfrontend.a ../source/base/libbase.a ../source/libpovray.a -ltiff -ljpeg -lpng -lz -lm -lboost_system-mt -D_THREAD_SAFE | |
brew: superenv removed: -Wno-multichar -Wno-write-strings -O3 -march=native | |
Undefined symbols for architecture x86_64: | |
"boost::this_thread::interruption_point()", referenced from: | |
void boost::condition_variable_any::wait<boost::unique_lock<boost::mutex> >(boost::unique_lock<boost::mutex>&) in libvfe.a(vfesession.o) | |
bool boost::condition_variable_any::do_wait_until<boost::unique_lock<boost::mutex> >(boost::unique_lock<boost::mutex>&, timespec const&) in libvfe.a(vfesession.o) | |
bool boost::condition_variable_any::do_wait_until<boost::unique_lock<boost::mutex> >(boost::unique_lock<boost::mutex>&, timespec const&) in libvfe.a(vfepovms.o) | |
bool boost::condition_variable_any::do_wait_until<boost::unique_lock<boost::mutex> >(boost::unique_lock<boost::mutex>&, timespec const&) in libbackend.a(view.o) | |
void boost::condition_variable_any::wait<boost::unique_lock<boost::recursive_mutex> >(boost::unique_lock<boost::recursive_mutex>&) in libbackend.a(taskqueue.o) | |
"boost::this_thread::yield()", referenced from: | |
vfe::vfeSession::WorkerThread() in libvfe.a(vfesession.o) | |
povray_init(boost::function0<void> const&, void**) in libbackend.a(povray.o) | |
(anonymous namespace)::MainThreadFunction(boost::function0<void> const&) in libbackend.a(povray.o) | |
povray_terminate() in libbackend.a(povray.o) | |
pov::Scene::ParserControlThread() in libbackend.a(scene.o) | |
pov::BSPProgress::operator()(unsigned int) const in libbackend.a(boundingtask.o) | |
pov::View::RenderControlThread() in libbackend.a(view.o) | |
... | |
"boost::detail::thread_data_base::~thread_data_base()", referenced from: | |
boost::detail::thread_data<void (*)()>::~thread_data() in libvfe.a(unixconsole.o) | |
boost::detail::thread_data<void (*)()>::~thread_data() in libvfe.a(unixconsole.o) | |
boost::detail::thread_data<vfe::vfeSession::vfeSessionWorker>::~thread_data() in libvfe.a(vfesession.o) | |
boost::detail::thread_data<vfe::vfeSession::vfeSessionWorker>::~thread_data() in libvfe.a(vfesession.o) | |
boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(boost::function0<void> const&), boost::_bi::list1<boost::_bi::value<boost::function0<void> > > > >::thread_data(boost::_bi::bind_t<void, void (*)(boost::function0<void> const&), boost::_bi::list1<boost::_bi::value<boost::function0<void> > > >) in libbackend.a(povray.o) | |
boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(boost::function0<void> const&), boost::_bi::list1<boost::_bi::value<boost::function0<void> > > > >::~thread_data() in libbackend.a(povray.o) | |
boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(boost::function0<void> const&), boost::_bi::list1<boost::_bi::value<boost::function0<void> > > > >::~thread_data() in libbackend.a(povray.o) | |
... | |
"boost::detail::get_current_thread_data()", referenced from: | |
boost::detail::interruption_checker::interruption_checker(_opaque_pthread_mutex_t*, _opaque_pthread_cond_t*) in libvfe.a(vfesession.o) | |
boost::detail::interruption_checker::interruption_checker(_opaque_pthread_mutex_t*, _opaque_pthread_cond_t*) in libvfe.a(vfepovms.o) | |
boost::detail::interruption_checker::interruption_checker(_opaque_pthread_mutex_t*, _opaque_pthread_cond_t*) in libbackend.a(view.o) | |
boost::detail::interruption_checker::interruption_checker(_opaque_pthread_mutex_t*, _opaque_pthread_cond_t*) in libbackend.a(taskqueue.o) | |
"boost::thread::join_noexcept()", referenced from: | |
vfe::vfeSession::Shutdown(bool) in libvfe.a(vfesession.o) | |
vfe::vfeSession::Initialize(vfe::vfeDestInfo*, vfe::vfeAuthInfo*) in libvfe.a(vfesession.o) | |
boost::thread::join() in libbackend.a(povray.o) | |
boost::thread::join() in libbackend.a(scene.o) | |
boost::thread::join() in libbackend.a(task.o) | |
boost::thread::join() in libbackend.a(view.o) | |
"boost::thread::native_handle()", referenced from: | |
vfe::vfeSession::Shutdown(bool) in libvfe.a(vfesession.o) | |
vfe::vfeSession::Initialize(vfe::vfeDestInfo*, vfe::vfeAuthInfo*) in libvfe.a(vfesession.o) | |
boost::thread::join() in libbackend.a(povray.o) | |
boost::thread::join() in libbackend.a(scene.o) | |
boost::thread::join() in libbackend.a(task.o) | |
boost::thread::join() in libbackend.a(view.o) | |
"boost::thread::start_thread_noexcept()", referenced from: | |
boost::thread::start_thread() in libvfe.a(unixconsole.o) | |
boost::thread::start_thread() in libvfe.a(vfesession.o) | |
boost::thread::start_thread() in libbackend.a(povray.o) | |
boost::thread::start_thread() in libbackend.a(scene.o) | |
boost::thread::start_thread() in libbackend.a(task.o) | |
boost::thread::start_thread() in libbackend.a(view.o) | |
"boost::thread::detach()", referenced from: | |
boost::thread::~thread() in libvfe.a(unixconsole.o) | |
boost::thread::~thread() in libvfe.a(vfesession.o) | |
boost::thread::~thread() in libbackend.a(povray.o) | |
boost::thread::~thread() in libbackend.a(scene.o) | |
boost::thread::~thread() in libbackend.a(task.o) | |
boost::thread::~thread() in libbackend.a(view.o) | |
"typeinfo for boost::detail::thread_data_base", referenced from: | |
typeinfo for boost::detail::thread_data<void (*)()> in libvfe.a(unixconsole.o) | |
typeinfo for boost::detail::thread_data<vfe::vfeSession::vfeSessionWorker> in libvfe.a(vfesession.o) | |
typeinfo for boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(boost::function0<void> const&), boost::_bi::list1<boost::_bi::value<boost::function0<void> > > > > in libbackend.a(povray.o) | |
typeinfo for boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf0<void, pov::Scene>, boost::_bi::list1<boost::_bi::value<pov::Scene*> > > > in libbackend.a(scene.o) | |
typeinfo for boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf1<void, pov::Task, boost::function0<void> const&>, boost::_bi::list2<boost::_bi::value<pov::Task*>, boost::_bi::value<boost::function0<void> > > > > in libbackend.a(task.o) | |
typeinfo for boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf0<void, pov::View>, boost::_bi::list1<boost::_bi::value<pov::View*> > > > in libbackend.a(view.o) | |
"vtable for boost::detail::thread_data_base", referenced from: | |
boost::detail::thread_data_base::thread_data_base() in libvfe.a(unixconsole.o) | |
boost::detail::thread_data_base::thread_data_base() in libvfe.a(vfesession.o) | |
boost::detail::thread_data_base::thread_data_base() in libbackend.a(povray.o) | |
boost::detail::thread_data_base::thread_data_base() in libbackend.a(scene.o) | |
boost::detail::thread_data_base::thread_data_base() in libbackend.a(task.o) | |
boost::detail::thread_data_base::thread_data_base() in libbackend.a(view.o) | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[1]: *** [povray] Error 1 | |
make: *** [install-recursive] Error 1 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: 3e7cc037a4739bbc783f7f9134156bb3b2865a3e | |
HOMEBREW_PREFIX: /opt/homebrew | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.8.2-x86_64 | |
Xcode: 4.6 | |
CLT: 4.6.0.0.1.1358221012 | |
X11: 2.7.4 => /opt/X11 | |
==> ENV | |
CC: cc | |
CXX: c++ | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /opt/homebrew | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/ | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /opt/homebrew/lib/pkgconfig:/opt/homebrew/Library/ENV/pkgconfig/mountain_lion | |
ACLOCAL_PATH: /opt/homebrew/share/aclocal | |
OBJC: cc | |
PATH: /opt/homebrew/Library/ENV/4.3:/opt/homebrew/opt/libpng/bin:/opt/homebrew/opt/jpeg/bin:/opt/homebrew/opt/libtiff/bin:/opt/homebrew/opt/python/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: povray did not build | |
Logs: /Users/derekt/Library/Logs/Homebrew/povray/config.log | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment