Sean McBride wrote:
> I just forked libusbx on github and tried to build it.  README.git
> says "run either ./autogen.sh or ./bootstrap.sh" but both result in:
> 
> libtoolize or glibtoolize was not found! Please install libtool.
> 
> autotools used to be part of Xcode, but was removed as of 4.3 (March 2012).
> 
> Other than finding and installing 'libtoolize', is there another way to build?

I guess not. Feel free to contribute something.


> Personally I much prefer CMake to autotools, but of course
> everything has its pros and cons.  Is there something CMake
> doesn't support that libusbx needs?

libusbx as libusb-1.0 have quite minimal needs. I had the unfortunate
experience of trying to cross-compile with cmake not long ago though,
and I have to say it left quite a bad impression. :\


I guess it would be fastest for you to simply install libtool and
autotools. You can of course also run the autotools+libtool on a
Linux machine, pack up the directory, and then run configure on OS X
without autotools. Like with all autotools packages this was always
possible and will always remain possible.


//Peter

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
libusbx-devel mailing list
libusbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to