Hi Simon, >>OpenSG has no dependency to a external xmlpp lib we have our own special >>xmlpp version included into the OSGBase lib perhaps this conflicts with >>the one in /usr/include > > > this is strange. using the freshly checked out tree with your sconstruct: > > (1) make opt with this configuration works fine, also the fcdEdit, although i > have to make it by hand (scons does it automatically) > > ./configure \ > --prefix=/usr/local \ > --enable-tif \ > --enable-jpg \ > --enable-png \ > --enable-glut > > > (2) scons with opt and _no_ qt/qt4 bails out with the xmlpp linker error in > the > fcdEdit directory > > any ideas?
if you don't need fcdCompile just disable the compilation. Open OpenSG/Tools/SConscript in a editor and remove 'fcdEdit' from the line SConscript(dirs = ['actorEdit', 'fcdEdit', 'runGraphOp']) Or you can build it with scons -k (keeps going even with compile errors) Andreas > how much work is it to adapt the makefiles for separate qt4 libs/includes? > > cheers, > simon > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Opensg-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensg-users > > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
