POV-Ray : Newsgroups : povray.programming : Back from the automake badlands Server Time
28 Jul 2024 16:29:06 EDT (-0400)
  Back from the automake badlands (Message 1 to 1 of 1)  
From: Axel Hecht
Subject: Back from the automake badlands
Date: 13 Oct 1999 11:30:55
Message: <3804A571.69D60EB3@numerik.uni-kiel.de>
Hi,
I have been asking about a support for configure; make; make install;
lately and have been digging around as requested.
To sum it up: automake can't cope with povray's build structure in this
version, it may be possible in the next release.
Anyway, it is very complicated to create a sober build process due to
the way platform dependencies are handled. Because all functions are
treated as macros, the object files referencing platform dependent code
have to be recompiled for every target.

Any good reasons for this?

Wouldn't it be more like it to define a set of interface functions
rather than macros and checking for NULL for not-implemented features?
This way, dependencies in the Xplatform code on platform code would be
removed.
Unix may be the platform that benefits the most by this change, as it
has multiple targets, but in general it won't hurt, would it?


Axel


Post a reply to this message

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