POV-Ray : Newsgroups : povray.general : compiling under Cygwin errors : compiling under Cygwin errors Server Time
29 Jul 2024 12:24:18 EDT (-0400)
  compiling under Cygwin errors  
From: kursad
Date: 3 Jul 2011 00:35:01
Message: <web.4e0ff0f1b1bdcbae1c1e3d720@news.povray.org>
Hi

I am trying to compile Povray3.7 under Cygwin using the Linux codebase. The
reason I am trying to compile under Cygwin is that I need to use the commandline
version over ssh sessions(ie coding on laptop, rendering on desktop).

Anyways I cannot seem to get it compiled, I also tried disabling most of the
configure options and did not seem to make any diffence. Here is the error
section

My cpp skills are pretty bleak so I cannot figure this out on my own


thanks

ar cru libbackend.a fnpovfpu.o fncode.o fnintern.o blob.o mesh.o prism.o torus.o
bezier.o fractal.o sphsweep.o spheres.o fpmetric.o truetype.o cones.o polygon.o
super.o hfield.o lathe.o csg.o isosurf.o ovus.o boxes.o sor.o poly.o triangle.o
quadrics.o discs.o planes.o mathutil.o hcmplx.o polysolv.o matrices.o chi2.o
quatern.o splines.o renderbackend.o benchmark.o messagefactory.o pattern.o
warps.o rendertask.o radiositytask.o tracetask.o trace.o ray.o tracepixel.o
media.o interior.o atmosph.o scene.o threaddata.o objects.o view.o camera.o
photonestimationtask.o point.o photonstrategytask.o photons.o
photonshootingstrategy.o rad_data.o photonshootingtask.o radiosity.o
photonsortingtask.o msgutil.o jitter.o imageutil.o statistics.o taskqueue.o
fileutil.o task.o randomsequences.o bsptree.o octree.o bbox.o boundingtask.o
bsphere.o bcyl.o parsestr.o express.o function.o tokenize.o parse.o fnsyntax.o
parstxtr.o reswords.o normal.o pigment.o texture.o povray.o spectral.o
colutils.o colour.o
ranlib libbackend.a
make[3]: Leaving directory `/temp/povray-3.7.0.RC3/source/backend'
Making all in base
make[3]: Entering directory `/temp/povray-3.7.0.RC3/source/base'
g++ -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../source -I../../source
-I../../unix -I../../vfe -I../../vfe/unix -pthread -I/usr/include  -pipe
-Wno-multichar -Wno-write-strings -fno-enforce-eh-specs -s -O3 -ffast-math
-malign-double -march=native -MT fileinputoutput.o -MD -MP -MF
..deps/fileinputoutput.Tpo -c -o fileinputoutput.o fileinputoutput.cpp
g++: unrecognized option '-pthread'
mv -f .deps/fileinputoutput.Tpo .deps/fileinputoutput.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../source -I../../source
-I../../unix -I../../vfe -I../../vfe/unix -pthread -I/usr/include  -pipe
-Wno-multichar -Wno-write-strings -fno-enforce-eh-specs -s -O3 -ffast-math
-malign-double -march=native -MT hdr.o -MD -MP -MF .deps/hdr.Tpo -c -o hdr.o
`test -f 'image/hdr.cpp' || echo './'`image/hdr.cpp
g++: unrecognized option '-pthread'
mv -f .deps/hdr.Tpo .deps/hdr.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../source -I../../source
-I../../unix -I../../vfe -I../../vfe/unix -pthread -I/usr/include  -pipe
-Wno-multichar -Wno-write-strings -fno-enforce-eh-specs -s -O3 -ffast-math
-malign-double -march=native -MT image.o -MD -MP -MF .deps/image.Tpo -c -o
image.o `test -f 'image/image.cpp' || echo './'`image/image.cpp
g++: unrecognized option '-pthread'
image/image.cpp: In constructor




pov_base::FileBackedPixelContainer::ReadPixel(long int, long int,





make[3]: *** [image.o] Error 1
make[3]: Leaving directory `/temp/povray-3.7.0.RC3/source/base'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/temp/povray-3.7.0.RC3/source'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/temp/povray-3.7.0.RC3'
make: *** [all] Error 2


Post a reply to this message

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