POV-Ray : Newsgroups : povray.unix : Packaging povray 3.7 stable for Arch Linux : Re: Packaging povray 3.7 stable for Arch Linux Server Time
19 Apr 2024 10:30:42 EDT (-0400)
  Re: Packaging povray 3.7 stable for Arch Linux  
From: xyproto
Date: 14 Nov 2013 13:25:01
Message: <web.52851550323e085db48ed74f0@news.povray.org>
Hi,

After configuring the configure scripts that configure configure before
compiling with make, it finally compiles!

These were the steps that ended up working for me:

cd unix
sed 's/automake --w/automake --add-missing --w/g' -i prebuild.sh
sed 's/dist-bzip2/dist-bzip2 subdir-objects/g' -i configure.ac
../prebuild.sh
cd ..
../bootstrap
../configure LIBS="-lboost_system -lboost_thread" COMPILED_BY='Arch Linux'
--prefix=/usr --sysconfdir=/etc
make CXXFLAGS+="-w -lboost_system -lboost_thread"

Thanks for all the help!

Best regards,


Post a reply to this message

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