POV-Ray : Newsgroups : povray.general : problems compiling latest binary : Re: problems compiling latest binary Server Time
25 Apr 2024 18:34:45 EDT (-0400)
  Re: problems compiling latest binary  
From: clipka
Date: 4 May 2018 17:17:51
Message: <5aeccdff$1@news.povray.org>
Am 30.04.2018 um 04:46 schrieb Anthony D. Baye:

> .....<snip>
> In file included from backend/povray.cpp:101:0:
> /usr/include/OpenEXR/IlmBaseConfig.h:57:0: warning: c
> #define PACKAGE "ilmbase"
...
...
...
> 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);
>                          ^
> make[1]: *** [backend/povray.o] Error 1
> make[1]: Leaving directory `/home/lblackthorne/Build/povray/source'
> make: *** [install-recursive] Error 1

This still doesn't make sense to me, even after looking at your config.log.

Unfortunately, you snipped a bit too much off the `make` output: I guess
I'd need to see the actual compiler invocation for `backend/povray.cpp`.
What you quoted are just the error messages the compiler spit out.

Also, please verify that you have a file "platform/x86/cpuid.h" in your
POV-Ray source directory tree.


Post a reply to this message

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