POV-Ray : Newsgroups : povray.general : problems compiling latest binary : Re: problems compiling latest binary Server Time
20 Apr 2024 11:34:23 EDT (-0400)
  Re: problems compiling latest binary  
From: clipka
Date: 30 Apr 2018 10:42:57
Message: <5ae72b71$1@news.povray.org>
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.


Post a reply to this message

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