POV-Ray : Newsgroups : povray.binaries.images : NURBS : Re: NURBS Server Time
17 May 2024 17:10:36 EDT (-0400)
  Re: NURBS  
From: Le Forgeron
Date: 10 Oct 2016 02:38:45
Message: <57fb3775$1@news.povray.org>
Le 09/10/2016 à 22:05, LanuHum a écrit :
> Le_Forgeron <jgr### [at] freefr> wrote:
>> And now with normal computation too, in Hgpovray (branch Hgpovray of
>> https://github.com/LeForgeron/povray.git ), if someone ever need it
>> (what is a smooth_triangle ?)
>>
>> That should finish that nurbs part... oh wait, documentation is still
>> not done... Winter is coming.

> Programs
> --------
> checking for gcc... gcc
> checking whether the C compiler works... no
> configure: error: in `/home/leonid/workspace/build/povray':
> configure: error: C compiler cannot create executables
> See `config.log' for more details
>

>
> Perhaps I missed something. I do not see. :(
>

First fix the first reported problem:
* why do you need -lboost_date_time" ?
* See config.log and get C compiler to work.
* why do you need --with-x ?

My usual sequence is :
* cd unix
* ./prebuild.sh
* cd ..
* ./configure COMPILED_BY="LanuHum" LIBS="-lboost_system -lboost_thread"
* make -j 4

Have you installed boost for development ? all of it ?


Post a reply to this message

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