POV-Ray : Newsgroups : povray.general : problems compiling latest binary : Re: problems compiling latest binary Server Time
24 Apr 2024 09:26:44 EDT (-0400)
  Re: problems compiling latest binary  
From: Anthony D  Baye
Date: 4 May 2018 12:55:01
Message: <web.5aec8ffdc9185301fd6b6fe10@news.povray.org>
clipka <ano### [at] anonymousorg> wrote:
> Am 30.04.2018 um 04:46 schrieb Anthony D. Baye:
>
> > I reset my local repository and downloaded a fresh copy from the master, but it
> > won't build.
>
> > .....<snip>
> > In file included from backend/povray.cpp:101:0:
> > /usr/include/OpenEXR/IlmBaseConfig.h:57:0: warning: c
> > #define PACKAGE "ilmbase"
>
> Those warnings are entirely unrelated. They're caused by a flaw in the
> OpenEXR library header files, and are nothing to worry about.
>
>
> > In file included from ../unix/povconfig/syspovconfigbase.h:42:0,
> >                  from ./base/configbase.h:41,
> >                  from ./backend/frame.h:57,
> >                  from backend/povray.cpp:42:
> > backend/povray.cpp: In function ‘void
> > {anonymous}::BuildInitInfo(POVMSObjectPtr)’:
> > ..../unix/povconfig/syspovconfig.h:134:29: error: ‘CPUInfo’ has not been
declared
> >  #define POV_CPUINFO         CPUInfo::GetFeatures()
> >                              ^
> > backend/povray.cpp:494:25: note: in expansion of macro ‘POV_CPUINFO’
> >      std::string cpuInfo(POV_CPUINFO);
> >                          ^
>
> That's the only genuine problem, as far as I can tell.
>
> As is often the case with Unix build errors, at the very least we'll
> need the output of `./configure` -- better yet, your `config.log` -- to
> diagnose the issue.
>
> Also, since this is related to hardware-specific code, we may need to
> know exactly what CPU you're trying to compile on, and information about
> your operating system certainly won't hurt either.

Sorry for the tardy response.

My system hardware:
CPU: AMD Phenom II x6 1075T
MB: ASUS M5A99FX PRO R2
RAM: 16G DDR3

config.log -> https://pastebin.com/rpXAGu95


Post a reply to this message

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