On Tue, 2004-11-09 at 15:57, Jo Bard wrote: > Hello everyone, > > first of all, thanks for the previous help and support, it's a bit hard to > get into opensg so help is always welcomed. > > My new problem is about the fcdEdit tool. It crashes each time i try to load > a fcd file, with the message : "fcdEdit: relocation error: fcdEdit: > undefined symbol: _ZN5xmlpp10xmlcontextC1Ev". > I compiled it from cvs version 1 week ago. Is it a bug or am I doing > something wrong? I tried with the fcd files of OpenSG/Examples/New Types/ > but it behaves the same way. > Any idea ?
Could it be that you have some old version of OpenSG lying around? The installer tried to replace the old version's path in the PATH envvar, but the heuristics to find it are not totally foolproof (plus this is the first and only VB program I've ever written, so it might have some problems). Try using the dependency walker (http://www.dependencywalker.com/) to see which OpenSG libs are used, and whether those are the ones you think it should use. Hope it helps Dirk ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
