POV-Ray : Newsgroups : povray.programming : POV-reg entries=? : Re: POV-reg entries=? Server Time
28 Jul 2024 10:27:43 EDT (-0400)
  Re: POV-reg entries=?  
From: Elias Pschernig
Date: 7 Nov 2001 13:17:52
Message: <3be97ad0@news.povray.org>
> > BTW, it could turn out to be more difficult that you may think, the
> > -mno-cygwin flag only works with C and not C++ so you will either have to
> > use the Cygwin DLL (which would be problematic for a binary release) or
> > use the MinGW gcc instead.
> 
> have you tested DJGPP ?
> 

I'm not sure what you are talking about (is 3.5 written in C++?), but
compiling the "povcyg" version with mingw instead of cygwin is no problem, I
only had to change the pathes in the makefile..

-- 
#macro C(X,Y)cylinder{X*x<X,0,-Y/2>.1}#end#macro U(R,X,Y)intersection{torus{.9
.1}box{-1 0rotate y*R*90}translate<X,0,Y>scale 1-z*.5}#end union{U(0,0,0)U(1,0
,0)U(2,-1,-1)U(1,1,0)U(1,1.5,-3)U(1,2,0)U(3,1,0)U(2,2,0)U(0,3,0)U(3,2,.5)C(.1,
2)C(.8,1)C(.8,-1)C(1.1,1)C(1.9,-1)pigment{rgb 10}rotate x*90translate<-1,0,4>}


Post a reply to this message

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