[Bf-committers] new dependencies for (spacenav / ndof / 3D mouse) support

Mike Erwin significant.bit at gmail.com
Sat Jul 23 03:42:30 CEST 2011


Daniel Salazar wrote:
> After the fixes in svn it still gives me this error
>
> http://www.pasteall.org/23423
>
> looks like a missing include?

You're right! Sorry for not pointing this out *before* folks started
banging their heads against their keyboards...

The libspnav-dev package is now required for building on Linux, so go
grab it. Ubuntu has packages for this and spacenavd (required at
runtime for device owners).

Mac device users need the 3Dx driver of course, but so do builders, as
the header file is part of their driver framework and I could not get
permission to distribute separately. Version 10.x (currently in beta)
is required for building, but it will run with this or the older
stable driver on user machines.

No new dependencies for Windows builders or users, as the API is built
into the OS.

Mike Erwin
musician, naturalist, pixel pusher, hacker extraordinaire




>
>
> On Fri, Jul 22, 2011 at 12:47 PM, Mike Erwin <significant.bit at gmail.com> wrote:
>> Another tester reported the same build failure in X11 ghost, and I'll
>> issue a fix momentarily. Something from yesterday's trunk --> branch
>> merge got crossed.
>>
>> Mike Erwin
>> musician, naturalist, pixel pusher, hacker extraordinaire
>>
>>
>>
>> On Thu, Jul 21, 2011 at 7:54 PM, Daniel Salazar - 3Developer.com
>> <zanqdo at gmail.com> wrote:
>>> And after disabling itasc it fails on spacenav related code
>>>
>>> http://www.pasteall.org/23409
>>>
>>> Daniel Salazar
>>> 3Developer.com
>>>
>>>
>>>
>>> On Thu, Jul 21, 2011 at 6:44 PM, Daniel Salazar - 3Developer.com
>>> <zanqdo at gmail.com> wrote:
>>>> This branch is failing to build (cmake) with itasc
>>>>
>>>> http://www.pasteall.org/23408
>>>>
>>>> Daniel Salazar
>>>> 3Developer.com
>>>>
>>>>
>>>>
>>>> On Thu, Jul 21, 2011 at 4:26 PM, Nathan Letwory
>>>> <nathan at letworyinteractive.com> wrote:
>>>>> Revision: 38593
>>>>>          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38593
>>>>> Author:   jesterking
>>>>> Date:     2011-07-21 22:26:58 +0000 (Thu, 21 Jul 2011)
>>>>> Log Message:
>>>>> -----------
>>>>> Show NDOF sensitivity field in userprefs
>>>>>
>>>>> Modified Paths:
>>>>> --------------
>>>>>    branches/merwin-spacenav/release/scripts/startup/bl_ui/space_userpref.py
>>>>>
>>>>> Modified: branches/merwin-spacenav/release/scripts/startup/bl_ui/space_userpref.py
>>>>> ===================================================================
>>>>> --- branches/merwin-spacenav/release/scripts/startup/bl_ui/space_userpref.py    2011-07-21 21:43:42 UTC (rev 38592)
>>>>> +++ branches/merwin-spacenav/release/scripts/startup/bl_ui/space_userpref.py    2011-07-21 22:26:58 UTC (rev 38593)
>>>>> @@ -817,12 +817,9 @@
>>>>>         #sub.prop(view, "wheel_scroll_lines", text="Scroll Lines")
>>>>>
>>>>>         col.separator()
>>>>> -        ''' not implemented yet
>>>>>         sub = col.column()
>>>>>         sub.label(text="NDOF Device:")
>>>>> -        sub.prop(inputs, "ndof_pan_speed", text="Pan Speed")
>>>>> -        sub.prop(inputs, "ndof_rotate_speed", text="Orbit Speed")
>>>>> -        '''
>>>>> +        sub.prop(inputs, "ndof_sensitivity", text="NDOF Sensitivity")
>>>>>
>>>>>         row.separator()
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Bf-blender-cvs mailing list
>>>>> Bf-blender-cvs at blender.org
>>>>> http://lists.blender.org/mailman/listinfo/bf-blender-cvs
>>>>>
>>>>
>>> _______________________________________________
>>> Bf-committers mailing list
>>> Bf-committers at blender.org
>>> http://lists.blender.org/mailman/listinfo/bf-committers
>>>
>> _______________________________________________
>> Bf-committers mailing list
>> Bf-committers at blender.org
>> http://lists.blender.org/mailman/listinfo/bf-committers
>>
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>


More information about the Bf-committers mailing list