POV-Ray : Newsgroups : povray.unix : Compile failing on FreeBSD 9.2 : Re: Compile failing on FreeBSD 9.2 Server Time
19 Apr 2024 16:20:37 EDT (-0400)
  Re: Compile failing on FreeBSD 9.2  
From: jhu
Date: 12 Dec 2013 23:50:00
Message: <web.52aa91b78b6a8ab5d19b0ec40@news.povray.org>
Aha! Needed to add #include <sys/wait.h> in vfe/unix/vfeplatform.cpp

So, to compile on FreeBSD 9.2

1. ./prebuild.sh  on a Linux system
2. copy entire directory to FreeBSD system
3. add #include <sys/wait.h> in vfe/unix/vfeplatform.cpp
4. CFLAGS="-Dlseek64=lseek" CXXFLAGS=$CLFAGS ./configure


Post a reply to this message

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