POV-Ray : Newsgroups : povray.binaries.images : texture baking and meshcam : Re: texture baking and meshcam Server Time
29 Jul 2024 16:18:54 EDT (-0400)
  Re: texture baking and meshcam  
From: Le Forgeron
Date: 14 Feb 2014 12:18:42
Message: <52fe4ff2$1@news.povray.org>
Le 13/02/2014 23:43, James Holsenback nous fit lire :
> Since povray is obviously busted on my system, I did a fresh build from
> the perforce repository and that appears to be broken. Can anyone with
> perforce access confirm?

Rebuilding (after getting latest revision of smp at 6194) (only make
clean, ./configure & make, not running prebuild.sh ) : compile & link
fine with:

./configure COMPILED_BY="Jérôme Grimbert <jgr### [at] freefr>"
--disable-io-restrictions LIBS="-lboost_system -lboost_thread"

BUT
./configure COMPILED_BY="Jérôme Grimbert <jgr### [at] freefr>"
--disable-io-restrictions LIBS="-lboost_system"

succeeds with configure, yet the final link fails.

> g++  -pipe -Wno-multichar -Wno-write-strings -fno-enforce-eh-specs -s -O3
-ffast-math -march=native -pthread  -L/usr/lib  -L/usr/lib -o povray disp_sdl.o
disp_text.o ../vfe/libvfe.a ../source/libpovray.a -lSDL -L/usr/lib/x86_64-linux-gnu
-lSDL  -lSM -lICE -lX11  -lIlmImf -pthread -lIlmImf -lz -lImath -lHalf -lIex
-lIlmThread   -lIlmThread -ltiff -ljpeg -lpng -lz -lrt -lm  -lboost_system -pthread 
> ../vfe/libvfe.a(vfesession.o): dans la fonction « vfe::vfeSession::Shutdown(bool)
»:
> vfesession.cpp:(.text+0xcd2): référence indéfinie vers «
boost::thread::native_handle() »
> vfesession.cpp:(.text+0xce7): référence indéfinie vers «
boost::thread::join_noexcept() »
> vfesession.cpp:(.text+0xcfb): référence indéfinie vers « boost::thread::detach()
»
> ../vfe/libvfe.a(vfesession.o): dans la fonction «
vfe::vfeSession::Initialize(vfe::vfeDestInfo*, vfe::vfeAuthInfo*) »:
> vfesession.cpp:(.text+0x314b): référence indéfinie vers « vtable for
boost::detail::thread_data_base »
> vfesession.cpp:(.text+0x3304): référence indéfinie vers «
boost::thread::start_thread_noexcept() »
> vfesession.cpp:(.text+0x3339): référence indéfinie vers «
boost::thread::native_handle() »
> vfesession.cpp:(.text+0x3352): référence indéfinie vers «
boost::thread::join_noexcept() »
> ../vfe/libvfe.a(vfesession.o): dans la fonction « vfe::vfeSession::Resume() »:
> 
and so on (many pages). (sorry, compiler message is in French)

Test done on Ubuntu 13.10, 64 bits (x86_64)


Post a reply to this message

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