Hi, On Tue, 2008-10-21 at 09:14 -0700, Reed Copsey, Jr. wrote: > I think I figured this out - I had installed the wrong specific > versions of the boost libraries (not the ones that OpenSG was looking > for). Am I correct in thinking that OpenSG will only work with the > Multithreaded, DLL boost option? (There's nothing on the wiki > regarding which boost option to install).
yes it will look for the mt dll combination. We don't support static libraries as they are a pain to work with using factory patterns. As for the wiki, most likely it is an oversight. Coming from Unix I tend to forget the rather painful split between the different run time combinations on Windows. So if it accidentally works it might never occur to me that care must be taken, hence the wiki hint is missing. kind regards, gerrit ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
