Hi, On Sat, 2007-08-25 at 17:41 -0500, Dirk Reiners wrote: > Hi Gerrit, > > I've come across some minor problems with the library split. Can you give us > the > reason why a lot of the /Base pieces are put into System (like FileIO/Base)?
The main rule of thumb was SystemLib should contain everything that is needed to compile the render action and the infrastructure to load OSG ascii files. And additionally most of the high-level interface classes that glue OpenSG together. > That makes it pretty hard to avoid getting major deps into System, which > AFAIR > is something you wanted to avoid. What you ran across here is a bug in the graph op port which was done without taking the new library structure into account. If you correctly factor out the glue the system lib does not depend on any other lib. gerrit ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Opensg-core mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-core
