POV-Ray : Newsgroups : povray.unix : Unable to compile under Ubuntu 14.04 : Re: Unable to compile under Ubuntu 14.04 Server Time
24 Apr 2024 18:46:08 EDT (-0400)
  Re: Unable to compile under Ubuntu 14.04  
From: Hadmut Danisch
Date: 25 Mar 2014 14:48:21
Message: <5331cf75$1@news.povray.org>
Am 23.03.2014 07:35, schrieb Le_Forgeron:

> Same old story, same workaround when using gcc compiler:
>
> ./configure ... LIBS="-lboost_system -lboost_thread"


Still lots of problems even before configure (fresh git checkout):


Detected autoconf 2.69
Detected automake 1.14.1

...

configure.ac:302: the top level
configure.ac:185: error: required file 'unix/config/compile' not found
configure.ac:185:   'automake --add-missing' can install 'compile'
source/Makefile.am:35: warning: source file 'base/pov_err.cpp' is in a
subdirectory,
source/Makefile.am:35: but option 'subdir-objects' is disabled

...

source/Makefile.am:35: warning: source file 'base/animation/moov.cpp' is
in a subdirectory,
source/Makefile.am:35: but option 'subdir-objects' is disabled
source/Makefile.am:35: warning: source file
'base/animation/animation.cpp' is in a subdirectory,
source/Makefile.am:35: but option 'subdir-objects' is disabled

...



And configure fails even with the LIBS option:


Makefiles
---------
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: error: cannot find input file: `Makefile.in'


Seems as if there were several files missing oder in wrong position
(git branch 3.7-stable )


Hadmut


Post a reply to this message

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