From: James G. <ja...@jg...> - 2010-06-26 13:05:28
|
Hi, I am trying to compile Usbpicprog on Ubuntu 10.04, and I get the message: main.cpp:32:27: error: libusb.h: No such file or directory Is libusb.h provided by an Ubuntu package? Thanks, --James. |
From: Jasper W. <ja...@po...> - 2010-06-26 17:08:24
|
On Sat, 26 Jun 2010, James Goode wrote: > Hi, > > I am trying to compile Usbpicprog on Ubuntu 10.04, and I get the > message: > main.cpp:32:27: error: libusb.h: No such file or directory > > Is libusb.h provided by an Ubuntu package? I'm not sure which one upp will want, so try: libusb-1.0-0-dev libusb-dev -- [http://pointless.net/] [0x2ECA0975] |
From: James G. <ja...@jg...> - 2010-06-26 18:32:20
|
On Sat, 2010-06-26 at 18:08 +0100, Jasper Wallace wrote: > On Sat, 26 Jun 2010, James Goode wrote: > > > Hi, > > > > I am trying to compile Usbpicprog on Ubuntu 10.04, and I get the > > message: > > main.cpp:32:27: error: libusb.h: No such file or directory > > > > Is libusb.h provided by an Ubuntu package? > > I'm not sure which one upp will want, so try: > > libusb-1.0-0-dev libusb-dev > > I already have both of them installed. I tried a file search for libusb.h, returned no results. |
From: Matthijs K. <mat...@st...> - 2010-06-27 12:00:03
|
> > libusb-1.0-0-dev libusb-dev > I already have both of them installed. > > I tried a file search for libusb.h, returned no results. On Debian, libusb.h is in libusb-1.0-0-dev. It seems this is also the case for Ubuntu (lucid): http://packages.ubuntu.com/search?searchon=contents&keywords=libusb.h&mode=exactfilename&suite=lucid&arch=any You might need to rerun ./configure after installing libusb.h. If it still does not work, you should probably post your config.log file. Gr. Matthijs |
From: James G. <ja...@jg...> - 2010-06-27 13:27:21
|
On Sun, 2010-06-27 at 13:59 +0200, Matthijs Kooijman wrote: > > > libusb-1.0-0-dev libusb-dev > > I already have both of them installed. > > > > I tried a file search for libusb.h, returned no results. > On Debian, libusb.h is in libusb-1.0-0-dev. It seems this is also the case for > Ubuntu (lucid): > > http://packages.ubuntu.com/search?searchon=contents&keywords=libusb.h&mode=exactfilename&suite=lucid&arch=any > > You might need to rerun ./configure after installing libusb.h. > > If it still does not work, you should probably post your config.log file. > > Gr. > > Matthijs I didn't run ./configure again... Thanks, --James. |
From: Frans S. <fra...@gm...> - 2010-06-30 11:04:36
|
Dear James, You need to install libusb 1.0 dev from the repository. Good luck! Frans Schreuder 2010/6/26, James Goode <ja...@jg...>: > > Hi, > > I am trying to compile Usbpicprog on Ubuntu 10.04, and I get the > message: > main.cpp:32:27: error: libusb.h: No such file or directory > > Is libusb.h provided by an Ubuntu package? > > Thanks, > > --James. > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > |
From: James G. <ja...@jg...> - 2010-06-30 12:33:26
|
On Wed, 2010-06-30 at 14:04 +0300, Frans Schreuder wrote: > Dear James, > > You need to install libusb 1.0 dev from the repository. > Good luck! > > Frans Schreuder > > I'm using a netbook, and the window is too tall for the screen. I'm trying to adjust it. --James. |
From: Frans S. <fra...@gm...> - 2010-07-04 12:46:40
|
Dear James, Please let me know whether you succeeded to compile it. Kind regards, Frans Schreuder 2010/6/30 James Goode <ja...@jg...> > On Wed, 2010-06-30 at 14:04 +0300, Frans Schreuder wrote: > > Dear James, > > > > You need to install libusb 1.0 dev from the repository. > > Good luck! > > > > Frans Schreuder > > > > > I'm using a netbook, and the window is too tall for the screen. I'm > trying to adjust it. > > --James. > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > |
From: James G. <ja...@jg...> - 2010-07-05 19:49:41
|
On Sun, 2010-07-04 at 15:17 +0300, Frans Schreuder wrote: > Dear James, > > Please let me know whether you succeeded to compile it. > > Kind regards, > > Frans Schreuder I did get it to compile in the end. Thanks, --James. |