Re: [osg-users] OSG 3.2.1 osgviewerWX not showing up in Visual Studio solution and proposal to remedy the situation

2014-09-29 Thread Robert Osfield
Hi Émeric, On 29 September 2014 16:08, Émeric MASCHINO wrote: > Indeed, you've made the changes in rev. 12838 but the logs aren't that > explicit ;-) > I *merged* the changes, I didn't write them. Maybe was it a transient problem with an old wxWidgets release? For > records, I'm building again

Re: [osg-users] OSG 3.2.1 osgviewerWX not showing up in Visual Studio solution and proposal to remedy the situation

2014-09-29 Thread Émeric MASCHINO
Hi Robert, Indeed, you've made the changes in rev. 12838 but the logs aren't that explicit ;-) Anyway, I've checked that without the guard, both de Debug and Release versions of osgviewerWX[d]: - successfully build; - link only against Debug or Release libraries (including the wxWidgets ones); -

Re: [osg-users] OSG 3.2.1 osgviewerWX not showing up in Visual Studio solution and proposal to remedy the situation

2014-09-25 Thread Robert Osfield
Hi Émeric, My guess is that check against build type had to be added to work around problems under Windows with mixing release and debug libraries in the context of WxWidgets. Have a check of the svn logs for the submission that added this workaround, it might give some more insight to why it exi

[osg-users] OSG 3.2.1 osgviewerWX not showing up in Visual Studio solution and proposal to remedy the situation

2014-09-25 Thread Émeric MASCHINO
Hi, Even though I've correctly set up my wxWidgets environment, the osgviewerWX example isn't added to my OSG 3.2.1 Visual Studio solution. Looking at the examples\CMakeLists.txt file, I've noticed that osgviewerWX inclusion is guarded against wxWidgets_FOUND (obviously) but also against CMAKE_BU