On Wednesday 22 October 2008 10:39:00 Mads Bondo Dydensborg wrote: > onsdag 22 Oktober 2008 skrev Alberto Villa: > > hi everyone > > i'm working to build kdenlive 0.7 on freebsd. i've made it with some > > dirty hack and the program works, but it is quite unstable. i'd like to > > clean the patches i've done in order to submit them to you (gosh... > > orrible english) > > > > actually my only problem is: linux/input.h > > to avoid compilation errors i've imported some code from it, but i think > > that's not enough. here's an example: > > > > --- src/jogshuttle.h.old 2008-10-15 09:48:47.000000000 +0000 > > [...] > > > why is linux/input.h needed? i've read somewhere it's often required only > > for > > > joysticks or similar... in this case i could delete it from freebsd with > > some > > > ifdef... > > Thats the case here too: The jogshuttle device is a device meant to edit > analog content (see http://www.contourdesign.com/shuttlepro/) and this is > why input.h is needed, to get the events created by the usb device. > > You should probably look at getting rid of everything related to the > jogshuttle device, including the configuration pages. > > I do not know if jb will accept a patch with it, but at least that is how > it is :-) > > Regards > > Mads
ops... i didn't notice that "jogshuttle device" in the configuration :P well... it would be nice to be able to configure a NO_JOGSHUTTLE macro in cmake to help cross platform... should i ask for the feature in the bug tracking system? i still don't know cmake well enough, but i'll try to write it on my own, it shouldn't be too difficult... thanks! -- Alberto Villa <villa.alberto at gmail.com>
