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 01:31:18 EDT (-0400)
  Re: Packaging povray 3.7 stable for Arch Linux  
From: juan123
Date: 1 Jul 2015 09:40:00
Message: <web.5593ec91323e085d11d3297e0@news.povray.org>
"xyproto" <rod### [at] gmailcom> wrote:
> 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,



thanks alot!!! I had the same problem and after one hour of googling I found
this post and it works


Post a reply to this message

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