Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not found MSBuild.exe #1042

Closed
zirop opened this issue Nov 18, 2018 · 3 comments
Closed

Not found MSBuild.exe #1042

zirop opened this issue Nov 18, 2018 · 3 comments

Comments

@zirop
Copy link

zirop commented Nov 18, 2018

Hi, I am using Windows 10 and a visual studio 2017.
I have a problem installing this and I want to get some help

C:\Users\zirop\Desktop\kiki\libfreenect2\depends>git clone https://github.com/libusb/libusb.git libusb_src || exit /b
Cloning into 'libusb_src'...
remote: Enumerating objects: 13, done.
remote: Counting objects: 100% (13/13), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 13071 (delta 5), reused 9 (delta 3), pack-reused 13058
Receiving objects: 100% (13071/13071), 3.52 MiB | 2.03 MiB/s, done.
Resolving deltas: 100% (9467/9467), done.

C:\Users\zirop\Desktop\kiki\libfreenect2\depends>cd libusb_src

C:\Users\zirop\Desktop\kiki\libfreenect2\depends\libusb_src>set CONFIG=Release

C:\Users\zirop\Desktop\kiki\libfreenect2\depends\libusb_src>set YEAR=2017

C:\Users\zirop\Desktop\kiki\libfreenect2\depends\libusb_src>set MSBUILD="C:\Program Files (x86)\MSBuild\15.0\Bin\MSBuild.exe"

C:\Users\zirop\Desktop\kiki\libfreenect2\depends\libusb_src>"C:\Program Files (x86)\MSBuild\15.0\Bin\MSBuild.exe" msvc\libusb_dll_2017.vcxproj /p:Platform=x64 /p:Configuration=Release /target:Rebuild || exit /b
The system cannot find the path specified.

This is the situation in CMD.
I did a search, but it didn't work.
I want to settle this as soon as possible.

What should I do?
I will always thank you for your help.

@xlz
Copy link
Member

xlz commented Nov 18, 2018

You don't need to build libusb anymore. Download the official build: https://github.com/libusb/libusb/releases/tag/v1.0.22

@xlz xlz closed this as completed Nov 18, 2018
@zirop
Copy link
Author

zirop commented Nov 18, 2018

thank you
I don't know where to put the file on the computer.
just libfreenect2 folder in it. also install Visual Studio 2015

now, another problem.

C:\Users\zirop\Desktop\kiki\libfreenect2\build>cmake .. -G "Visual Studio 14 2015 Win64"
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:25 (PROJECT):
No CMAKE_C_COMPILER could be found.

CMake Error at CMakeLists.txt:25 (PROJECT):
No CMAKE_CXX_COMPILER could be found.

-- Configuring incomplete, errors occurred!
See also "C:/Users/zirop/Desktop/kiki/libfreenect2/build/CMakeFiles/CMakeOutput.log".
See also "C:/Users/zirop/Desktop/kiki/libfreenect2/build/CMakeFiles/CMakeError.log".

@zirop
Copy link
Author

zirop commented Nov 19, 2018

thank your comment. I'll give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants