Re: [osg-users] How to use CMake to construct an OpenSceneGraph project ?

2012-04-19 Thread Olaf Flebbe
Hi, For flightgear builds I use the easy way: I have one installation directory and use cmake ... -DCMAKE_INSTALL_PREFIX=installdir ... and make install for both OSG and the other projects. (install/uninstall is a common target for Visual Studio, make, eclipse ...) There are other ways to

Re: [osg-users] osx fail to configure

2012-04-12 Thread Olaf Flebbe
Hi, For me, a recent snapshot version from cmake did the job. No additional command line parameters necessary. I updated the command line tools: Xcode/Preferences.../Downloads/Components to get recent llvm and utilities in /usr/bin Olaf Am 12.04.2012 um 01:49 schrieb Ulrich Hertlein: On

Re: [osg-users] multitouch-capable camera manipulators for terrain?

2012-03-14 Thread Olaf Flebbe
Hi, with the recent addition of Multitouch support for OSG 3.1 on Windows (thank you whoever committed this), Thanks, that was me. I would like to ask what kind of support for Multitouch the current camera manipulators have. At least there is a MultiTouchTrackballManipulator (see

[osg-users] Windows Touch Support

2012-02-28 Thread Olaf Flebbe
Hi *, I submitted a patch to enable MultiTouch Support for Windows 7 and above. A first patch featured a CMAKE Variable WIN32_MUTITOUCH controlling support for Multitouch on Windows. Furthermore: * It depends on a recent SDK (Which is part of Visual Studio 2010, but not by default part of

Re: [osg-users] probs running OSG on non-dev system?

2007-09-17 Thread Olaf Flebbe
Hi, Thanks for the suggestion, but now my problem wont repro, so I guess that isn't the problem. But a further question, are manifests relevant to native win32 binaries, or windows managed assemblies? If the former, then that including of a manifest better be captured the cmake build

Re: [osg-users] probs running OSG on non-dev system?

2007-09-15 Thread Olaf Flebbe
Hi, The official location for this vcredist_x86.exe is http://www.microsoft.com/downloads/details.aspx?FamilyID=200B2FD9-AE1A-4A14-984D-389C36F85647displaylang=en This is the updated SP1 redistributable, works for plain MSVC8 too. Cheers Olaf Thrall, Bryan schrieb: [EMAIL PROTECTED] wrote

Re: [osg-users] OpenThreads external referrence

2007-09-01 Thread olaf flebbe
Hi Robert, On 8/30/07, olaf flebbe [EMAIL PROTECTED] wrote: svn: PROPFIND request failed on '/svn/osg/OpenThreads/trunk/include/OpenThreads' svn: PROPFIND of '/svn/osg/OpenThreads/trunk/include/OpenThreads': 301 Moved Permanently (http://www.openscenegraph.com) IMHO the domain part

[osg-users] OpenThreads external referrence

2007-08-30 Thread olaf flebbe
Hi, I cannot check out the OpenSceneGraph-2.0 tag. Error Message is: svn: PROPFIND request failed on '/svn/osg/OpenThreads/trunk/include/OpenThreads' svn: PROPFIND of '/svn/osg/OpenThreads/trunk/include/OpenThreads': 301 Moved Permanently (http://www.openscenegraph.com) IMHO the