Ankur Verma

Results 21 comments of Ankur Verma

I did a basic cmake based scaffolding that tries to follow the examples and query all usb devices by implemeting the usbi backend call here: https://github.com/ankurverma85/libusb/tree/uwp To build: If you...

[Edit-1: Uploaded the config.h.in] [Edit-2]: JFYI, what you're doing should work too but VS2019 has inbuilt "cmake" mode using the open-folder feature (which i'm using) https://docs.microsoft.com/en-us/cpp/build/open-folder-projects-cpp?view=msvc-160 https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-160 So you can...

Thats awesome @photron . However looks like its not really a straight forward port from your repository into the libusb repository as a PR. From what I gather its going...

``` CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:96 (message): Command failed: /usr/bin/bash -c "V=1 ./../src/freexl-1-0b9ac2177e.clean/configure \"LIBS=-liconv $LIBS\" \"--disable-silent-rules\" \"--verbose\" \"--disable-shared\" \"--enable-static\" \"--prefix=/home/ankurv/devel/vcpkg.test/installed/x64-linux/debug\" \"--bindir=\\${prefix}/../tools/freexl/debug/bin\" \"--sbindir=\\${prefix}/../tools/freexl/debug/sbin\" \"--libdir=\\${prefix}/lib\" \"--includedir=\\${prefix}/../include\" \"--datarootdir=\\${prefix}/share/freexl\"" Working Directory: /home/ankurv/devel/vcpkg.test/buildtrees/freexl/x64-linux-dbg ``` vcpkg-tool version:...

I have the development packages glibc-devel along with glibc-gconv-extra and glibc-utils too

Is there a reason libiconv is turned off for x64-linux. I'm unblocked with the changes I suggested but i'm wondering why that isnt the default behaviour ?

[config-x64-linux-dbg-config.log](https://github.com/microsoft/vcpkg/files/9637913/config-x64-linux-dbg-config.log)

LIBS is empty and i thought vcpkg downloads and uses its own cmake [cmake-vars-x64-linux-dbg.cmake.log](https://github.com/microsoft/vcpkg/files/9638880/cmake-vars-x64-linux-dbg.cmake.log) dont see liconv in the file you mentioned. Also if my environment were the issue, i...

Never mind .. Found the issue. It was indeed my environment. I made changes to fix freexl compilation on android. I'll close this one .

@robertosfield, Can you please review the PR ?