On Sat, Nov 04, 2006 at 12:51:56PM +0000, Richard Turner wrote: > BTW - I'm using jam because I see "karma_helper.c:5:17: error: usb.h: No > such file or directory" when I try to run make and I've no idea which > package provides usb.h - perhaps that should go into the HOWTO...? > Besides, I'd prefer to build shared libs instead of statically-linked ones.
I'd suggest using the makefiles and installing libusb (that provides usb.h) -- this is the setup I use on Edgy. Since more people tend to use make over jam, it's less likely to suffer bitrot. The makefiles will build shared libraries (though they do statically link the binaries in the tools directory). HTH, Bob ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ linux-karma-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-karma-devel
