Hi, Carsten Neumann schrieb: > Hello Christoph, > > Christoph Schäfer wrote: > >> finally I can share a working patch containing the ported basic classes >> of the OSGWindowQT4 lib. This patch is for svn r1720. >> > > great! Many thanks for your contribution and your persistence in getting > it to work :) > > That was possible only with the great support on this list! >> The integration with the build system of OpenSG is not perfect, I tried >> to integrate the patch Carsten posted some days ago but that wasn't for >> r1720 so I didn't integrate it this time. Resulting from this there is a >> little glitch when building the test apps, the OSG_WITH_QT flag is >> missing and must be set manually this time. >> > > that one goes away when #include "OSGConfig.h" (from which > OSGConfigured.h, with the OSG_WITH_QT define, is included) is moved > outside the #ifdef OSG_WITH_QT ;) > > I've committed your patch, with some minor tweaks, as r1747, thanks > again for your work. > > Cheers, > Carsten > > > PS: I hope I did not break the windows build, didn't get around to try > it there, yet. Hopefully over the weekend. > > Oh you mentioned that already but I forgot it - ups! Unfortunately the build is broken on win, but not the Qt stuff:
Fehler 415 error LNK2005: "public: static unsigned int const OSG::ShadowStageData::ShadowMapElem::DepthShadowMap" (?depthshadow...@shadowmapelem@shadowstaged...@osg@@2IB) ist bereits in OSGDitherShadowMapHandler.obj definiert. OSGShadowStageData.obj Fehler 416 error LNK2005: "public: static unsigned int const OSG::ShadowStageData::ShadowMapElem::ColorShadowMap" (?colorshadow...@shadowmapelem@shadowstaged...@osg@@2IB) ist bereits in OSGDitherShadowMapHandler.obj definiert. OSGShadowStageData.obj Fehler 417 fatal error LNK1169: Mindestens ein mehrfach definiertes Symbol gefunden. C:\src\lib\OpenSG2\build.win32\bin\Debug\OSGEffectGroups.dll 1 Fehler 418 error C2065: 'GL_MULTISAMPLE_ARB': nichtdeklarierter Bezeichner c:\src\lib\OpenSG2\Source\Contrib\ComplexSceneManager\OSGCSMWindow.cpp 258 Fehler 419 error C2065: 'GL_MULTISAMPLE_FILTER_HINT_NV': nichtdeklarierter Bezeichner c:\src\lib\OpenSG2\Source\Contrib\ComplexSceneManager\OSGCSMWindow.cpp 262 Fehler 422 fatal error LNK1104: Datei "..\bin\Debug\OSGContribCSM.lib" kann nicht geöffnet werden. testCSM Cheers, Christoph ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Opensg-core mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-core
