Hello,

On Wed, Jun 19, 2013 at 11:24 AM, Robert Osfield
<[email protected]> wrote:
> Hi Jan,
>
> Via .configure I have disabled almost all the options I running with a
> single thread build file got openvrml-0.18.9 to build all the way
> through, it look a long time just shy of 28 minutes on my system.
> It's kinda bizarre that something that really should be quite modest
> takes so long, each file compiled can take tens of second to build.

That is normal - the OpenVRML code is chock full of templates and
various complex C++ constructions, so the compilation takes ages. GCC
is not the fastest compiler when it faces loads of template code.

> Previous builds it's got stuck on certain files, just sitting there
> forever until I assumed that it hard got into a infinite loop or
> something similar so aborted the build, I did a number of these with
> different options.  There a ./configure option for disable libtool
> lock which I used in previous build and the one that just completed so
> I don't know if that has an effect.

That's odd. For me it never hung on anything, it just took a while to
build. Could you have some system issue? E.g. a latent filesystem
problem? The libtool is used only at the very end as far as I could
see, so that shouldn't affect compilation.

>
> I'm just installed openvrml and now doing an OSG build, safe in the
> knowledge that it'll work just fine with parallel build and scream
> through each .cpp doing several a second.  Really don't know what is
> up with openvrml.

The code is just complex, that's all.

Jan
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to