Code Monkey home page Code Monkey logo

winlibimobiledevice's Introduction

WinlibiMobileDevice

N|Solid

WinlibiMobileDevice is used mingwin compiled the Source code. all code from github.com

Compile (window os X32)

 install msys2, download http://www.msys2.org/
 installdir\mingw32.exe 
$ pacman -Syu
$ pacman -Su
$ pacman -S mingw-w64-i686-toolchain
$ pacman -S --needed base-devel msys2-devel
$ pacman -S git
$ pacman -S libtool
$ pacman -S --needed --noconfirm autoconf automake libtool make
$ mkdir builds
$ cd builds
$ git clone https://github.com/libimobiledevice/libplist.git
$ cd libplist/
$ ./autogen.sh --without-cython
$ make
$ make install
cd ..
git clone https://github.com/libimobiledevice/libimobiledevice-glue.git
cd libimobiledevice-glue
./autogen.sh
make
make install
$ cd ..
$ git clone https://github.com/libimobiledevice/libusbmuxd.git
$ cd libusbmuxd/
$ ./autogen.sh
$ make
$ make install
$ cd ..
$ git clone https://github.com/libimobiledevice/libimobiledevice.git
$ cd libimobiledevice/
$ ./autogen.sh
$ make
$ make install
$ cd ..
$ git clone https://github.com/libimobiledevice/libideviceactivation.git
$ pacman -S mingw-w64-i686-curl
$ pacman -S mingw-w64-i686-libxml2
$ pacman -S mingw-w64-i686-libusb
$ pacman -S mingw-w64-i686-libzip
$ cd libideviceactivation/
$ ./autogen.sh
$ make
$ make install
$ cd ..
$ git clone https://github.com/libimobiledevice/libirecovery.git
$ cd libirecovery/
$ ./autogen.sh
$ make
$ make install
$ cd ..  
$ git clone https://github.com/libimobiledevice/idevicerestore.git
$ cd idevicerestore/
$ ./autogen.sh
$ make
$ make install
$ cd ..  
$ git clone https://github.com/libimobiledevice/ideviceinstaller.git
$ cd ideviceinstaller/
$ ./autogen.sh
$ make
$ make install
$ cd ..  

Compile (window os X64)

 install msys2, download http://www.msys2.org/
 installdir\msys2.exe 

readme_x64

winlibimobiledevice's People

Contributors

zytzjx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

dantee296

winlibimobiledevice's Issues

idevicerestore fail

Hi Sir,

I have follow your steps all is working fine but idevicerestore make going failed
./autogen.sh is successful Configuration for idevicerestore 1.0.1:

Install prefix: .........: /mingw64

Now type 'make' to build idevicerestore 1.0.1,
and then 'make install' for installation.

but when i am running make it showing below error please help me out Thanks a lot ..

DEVE-D0072+Administrator@DEVE-D0072 MINGW64 ~/builds/idevicerestore

make

make all-recursive
make[1]: Entering directory '/home/Administrator/builds/idevicerestore'
Making all in src
make[2]: Entering directory '/home/Administrator/builds/idevicerestore/src'
CC idevicerestore-idevicerestore.o
CC idevicerestore-common.o
CC idevicerestore-tss.o
CC idevicerestore-fls.o
CC idevicerestore-mbn.o
CC idevicerestore-img3.o
CC idevicerestore-img4.o
CC idevicerestore-ftab.o
CC idevicerestore-ipsw.o
CC idevicerestore-normal.o
CC idevicerestore-dfu.o
CC idevicerestore-recovery.o
CC idevicerestore-restore.o
CC idevicerestore-asr.o
CC idevicerestore-fdr.o
CC idevicerestore-limera1n.o
CC idevicerestore-download.o
CC idevicerestore-locking.o
CC idevicerestore-socket.o
CC idevicerestore-thread.o
CC idevicerestore-jsmn.o
CC idevicerestore-json_plist.o
CCLD idevicerestore.exe
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_set_verbose': /home/Administrator/builds/libimobiledevice/common/socket.c:70: multiple definition of socket_set_verbose'; idevicerestore-socket.o:C:\msys64\home\Administrator\builds\idevicerestore\src/socket.c:49: first defined here
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_create': /home/Administrator/builds/libimobiledevice/common/socket.c:263: multiple definition of socket_create'; idevicerestore-socket.o:C:\msys64\home\Administrator\builds\idevicerestore\src/socket.c:147: first defined here
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_connect': /home/Administrator/builds/libimobiledevice/common/socket.c:567: multiple definition of socket_connect'; idevicerestore-socket.o:C:\msys64\home\Administrator\builds\idevicerestore\src/socket.c:194: first defined here
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_check_fd': /home/Administrator/builds/libimobiledevice/common/socket.c:687: multiple definition of socket_check_fd'; idevicerestore-socket.o:C:\msys64\home\Administrator\builds\idevicerestore\src/socket.c:254: first defined here
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_accept': /home/Administrator/builds/libimobiledevice/common/socket.c:757: multiple definition of socket_accept'; idevicerestore-socket.o:C:\msys64\home\Administrator\builds\idevicerestore\src/socket.c:321: first defined here
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_shutdown': /home/Administrator/builds/libimobiledevice/common/socket.c:779: multiple definition of socket_shutdown'; idevicerestore-socket.o:C:\msys64\home\Administrator\builds\idevicerestore\src/socket.c:343: first defined here
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_close': /home/Administrator/builds/libimobiledevice/common/socket.c:786: multiple definition of socket_close'; idevicerestore-socket.o:C:\msys64\home\Administrator\builds\idevicerestore\src/socket.c:348: first defined here
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_receive_timeout': /home/Administrator/builds/libimobiledevice/common/socket.c:802: multiple definition of socket_receive_timeout'; idevicerestore-socket.o:C:\msys64\home\Administrator\builds\idevicerestore\src/socket.c:366: first defined here
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_receive': /home/Administrator/builds/libimobiledevice/common/socket.c:791: multiple definition of socket_receive'; idevicerestore-socket.o:C:\msys64\home\Administrator\builds\idevicerestore\src/socket.c:355: first defined here
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_peek': /home/Administrator/builds/libimobiledevice/common/socket.c:796: multiple definition of socket_peek'; idevicerestore-socket.o:C:\msys64\home\Administrator\builds\idevicerestore\src/socket.c:360: first defined here
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_send': /home/Administrator/builds/libimobiledevice/common/socket.c:826: multiple definition of socket_send'; idevicerestore-socket.o:C:\msys64\home\Administrator\builds\idevicerestore\src/socket.c:391: first defined here
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(lockdown.o): in function str_remove_spaces': /home/Administrator/builds/libimobiledevice/src/lockdown.c:1438: undefined reference to __locale_ctype_ptr'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_check_fd': /home/Administrator/builds/libimobiledevice/common/socket.c:729: undefined reference to __errno'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:743: undefined reference to __errno' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:742: undefined reference to __getreent'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:738: undefined reference to __getreent' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:733: undefined reference to __getreent'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:748: undefined reference to __getreent' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_addr_to_string':
/home/Administrator/builds/libimobiledevice/common/socket.c:115: undefined reference to __errno' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_connect_unix':
/home/Administrator/builds/libimobiledevice/common/socket.c:224: undefined reference to fcntl' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:225: undefined reference to fcntl'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:231: undefined reference to __errno' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:254: undefined reference to __errno'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:254: undefined reference to __getreent' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:193: undefined reference to __getreent'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:200: undefined reference to __errno' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:200: undefined reference to __getreent'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:187: undefined reference to __errno' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:186: undefined reference to __getreent'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_connect_addr': /home/Administrator/builds/libimobiledevice/common/socket.c:506: undefined reference to fcntl'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:507: undefined reference to fcntl' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function _sockaddr_in6_scope_id':
/home/Administrator/builds/libimobiledevice/common/socket.c:361: undefined reference to getifaddrs' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:430: undefined reference to freeifaddrs'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_connect_addr': /home/Administrator/builds/libimobiledevice/common/socket.c:517: undefined reference to __errno'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:546: undefined reference to __getreent' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:532: undefined reference to __errno'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:479: undefined reference to __getreent' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_addr_to_string':
/home/Administrator/builds/libimobiledevice/common/socket.c:115: undefined reference to __errno' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_connect_addr':
/home/Administrator/builds/libimobiledevice/common/socket.c:535: undefined reference to __errno' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_connect':
/home/Administrator/builds/libimobiledevice/common/socket.c:631: undefined reference to fcntl' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:632: undefined reference to fcntl'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:641: undefined reference to __errno' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:667: undefined reference to __getreent'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:604: undefined reference to gai_strerror' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:604: undefined reference to __getreent'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:590: undefined reference to __errno' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_check_fd':
/home/Administrator/builds/libimobiledevice/common/socket.c:696: undefined reference to __getreent' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:696: undefined reference to __getreent'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(socket.o): in function socket_receive_timeout': /home/Administrator/builds/libimobiledevice/common/socket.c:820: undefined reference to __errno'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/socket.c:816: undefined reference to __getreent' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(userpref.o): in function userpref_get_paired_udids':
/home/Administrator/builds/libimobiledevice/common/userpref.c:256: undefined reference to __getreent' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(utils.o): in function string_concat':
/home/Administrator/builds/libimobiledevice/common/utils.c:104: undefined reference to stpcpy' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: /home/Administrator/builds/libimobiledevice/common/utils.c:109: undefined reference to stpcpy'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(utils.o): in function string_append': /home/Administrator/builds/libimobiledevice/common/utils.c:153: undefined reference to stpcpy'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/mingw64/lib/libimobiledevice-1.0.a(utils.o): in function string_toupper': /home/Administrator/builds/libimobiledevice/common/utils.c:216: undefined reference to __locale_ctype_ptr'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [Makefile:496: idevicerestore.exe] Error 1
make[2]: Leaving directory '/home/Administrator/builds/idevicerestore/src'
make[1]: *** [Makefile:434: all-recursive] Error 1
make[1]: Leaving directory '/home/Administrator/builds/idevicerestore'
make: *** [Makefile:366: all] Error 2

libirecovery (configure: error: Package requirements (libusb-1.0 >= 1.0.3) were not met)

Hi @zytzjx,

I am using windows 10, 64 bit operating system, i want to build idevicerestore.exe binary, but when i run (./autogen.sh) command for libirecovery then it give below error....
can you give me the suggestion what wrong in this and what is the solution...

abc@DESKTOP-SS4IF93 MSYS /builds1/libirecovery
$ ./autogen.sh
libtoolize: putting auxiliary files in '.'.
libtoolize: linking file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: linking file 'm4/libtool.m4'
libtoolize: linking file 'm4/ltoptions.m4'
libtoolize: linking file 'm4/ltsugar.m4'
libtoolize: linking file 'm4/ltversion.m4'
libtoolize: linking file 'm4/lt
obsolete.m4'
configure.ac:26: installing './compile'
configure.ac:6: installing './missing'
src/Makefile.am: installing './depcomp'
configure: loading site script /etc/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking build system type... x86_64-pc-msys
checking host system type... x86_64-pc-msys
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-pc-msys/bin/ld.exe
checking if the linker (/usr/x86_64-pc-msys/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... no, using cp -pR
checking the maximum length of command line arguments... 8192
checking how to convert x86_64-pc-msys file names to x86_64-pc-msys format... func_convert_file_noop
checking how to convert x86_64-pc-msys file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-msys/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for dlltool... dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for ar... ar
checking for archiver @file support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-pc-msys/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/x86_64-pc-msys/bin/ld.exe
checking if the linker (/usr/x86_64-pc-msys/bin/ld.exe) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-pc-msys/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/x86_64-pc-msys/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint8_t... yes
checking for strdup... yes
checking for strerror... yes
checking for strndup... yes
checking for malloc... yes
checking for realloc... yes
checking for calloc... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for platform-specific build settings... msys
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libusb-1.0 >= 1.0.3... no
configure: error: Package requirements (libusb-1.0 >= 1.0.3) were not met:

No package 'libusb-1.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables libusb_CFLAGS
and libusb_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Thanks in advanced..

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.