Sorry, i had to spend only 5 min to install cmake and make the project using it.
2013/8/20 Anton Smirnov <[email protected]> > Now i switched to libusb-1.0 and i wonder how can i make and install it > for libftdi-1.0? > autoreconf did not help as for libftdi-0.x: > > MBA-Anton:libftdi-1.0 asmirnov$ sudo autoreconf -f -i > autoreconf: 'configure.ac' or 'configure.in' is required > > > 2013/8/5 Anton Smirnov <[email protected]> > >> my bad, it was mistyping in build script: >> export CXX=${CROSS_COMPILE}=g++ >> >> >> 2013/8/5 Anton Smirnov <[email protected]> >> >>> Now i'm getting ./configure invocation error (configure.log): >>> >>> ... >>> configure:11851: result: no >>> configure:11876: checking dependency style of arm-linux-androideabi=g++ >>> configure:11987: result: none >>> configure:12020: checking how to run the C++ preprocessor >>> configure:12047: arm-linux-androideabi=g++ -E >>> -I/softdev/arm-libs/include/libusb conftest.cpp >>> ./configure: line 1876: arm-linux-androideabi=g++: command not found >>> configure:12047: $? = 127 >>> configure: failed program was: >>> | /* confdefs.h */ >>> ... >>> >>> >>> It's very strange to see "arm-linux-androideabi=g++" and there is no >>> according line in 'configure' script with such text. >>> What should i do next? >>> >>> >>> >>> 2013/8/5 Thomas Jarosch <[email protected]> >>> >>>> On Monday, 5. August 2013 12:06:29 Anton Smirnov wrote: >>>> > Hi everyone. >>>> > >>>> > I'd like to compile libftdi-0.x for ARM and sorry for silly newbie >>>> > question in advance. >>>> > >>>> > I've cloned git repository and switched to 0.x branch and tried to >>>> > ./configure, >>>> > but it's absent. How can i get/generate it? >>>> >>>> try >>>> >>>> "autoreconf -f -i" >>>> >>>> Or use cmake :) >>>> >>>> Thomas >>>> >>>> >>>> -- >>>> libftdi - see http://www.intra2net.com/en/developer/libftdi for >>>> details. >>>> To unsubscribe send a mail to >>>> [email protected] >>>> >>>> >>> >> > -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
