|
 |
i was able to get it to compile on fedora 23 but i get the following error on
fedora 24:
g++ -DHAVE_CONFIG_H -I. -I.. -I../unix/povconfig -I.. -I../unix -I../vfe
-I../vfe/unix -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread
-I/usr/include/OpenEXR -I/usr/include/libdrm -pthread -I/usr/lib64/include
-I/usr/include -pipe -Wno-multichar -Wno-write-strings -fno-enforce-eh-specs
-Wno-non-template-friend -s -O3 -ffast-math -march=native -Wno-multichar
-pthread -MT frontend/renderfrontend.o -MD -MP -MF $depbase.Tpo -c -o
frontend/renderfrontend.o frontend/renderfrontend.cpp &&\
mv -f $depbase.Tpo $depbase.Po
pov_frontend::RenderFrontendBase::NewBackup(POVMS_Object&,
if(vd.imageBackup->write(&hdr, sizeof(hdr)) == false)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
pov_frontend::RenderFrontendBase::ContinueBackup(POVMS_Object&,
pov_frontend::ViewData&, pov_frontend::RenderFrontendBase::ViewId, int&,
if (inbuffer->read (&hdr, sizeof (hdr)) == false)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
Makefile:1155: recipe for target 'frontend/renderfrontend.o' failed
make[2]: *** [frontend/renderfrontend.o] Error 1
make[2]: Leaving directory '/data2/archives/programs/povray-master/source'
Makefile:662: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/data2/archives/programs/povray-master'
Makefile:455: recipe for target 'all' failed
make: *** [all] Error 2
can anyone offer any assistance ?
Thank you
Post a reply to this message
|
 |