To build and install libusbx I did the following.
./configure --libdir=/lib64
make
make install

All of which seems to have been un-event full.

The offending code is:
         wxString tStr = wxString::Format("Bus=%i Port= Address=%i"
                 ,libusb_get_bus_number(deviceList[selItem])
//                ,libusb_get_port_number(deviceList[selItem])
                 ,libusb_get_device_address(deviceList[selItem]));

I have the problem line commented out.  Elsewhere in the code I display 
the libusbx version information, which displays the correct RC2
information.  This one line causes a compile problem.   I found that 
call listed in libusb.h, but the compiler cannot seem to find the actual 
routine in the library.

Chuck

On 09/20/2012 02:23 AM, Xiaofan Chen wrote:
> On Thu, Sep 20, 2012 at 9:34 AM, Chuck Cook <cmco...@earthlink.net> wrote:
>> I am having problems compiling a program against RC2.   I may have used
>> the wrong options when building or installing the library.
>> Could somebody list the correct ./configure , make  & make install
>> options for a Fedora 17 x64 machine?
> If you use that, then libusbx will be installed under /usr/local.
>
> Did you install the libusb1 development package provided by Fedora?
> That will usually be install to /usr. You may want to uninstall libusb1
> packages if you want to use the 1.0.13 RC2 which will be more
> recent the ones from stock FC17. FC18 will come with libusbx.
> https://admin.fedoraproject.org/pkgdb/acls/name/libusb1
> https://admin.fedoraproject.org/pkgdb/acls/name/libusbx
>
> How do you compile your program? What is the error message?
>


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
libusbx-devel mailing list
libusbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to