-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fails to Compile in CMake #5
Comments
Unfortunately, your screenshot did not include the actual error
information. Could you please send us the actual error message in the
bottom window? They are usually highlighted in red.
…On Wed, Mar 6, 2019 at 11:06 AM ecic2002 ***@***.***> wrote:
I have been having a lot of trouble getting the project to compile on
windows 10. The cmake compiler always errors out during the configuration
stage. This is the error that I am seeing:
https://drive.google.com/file/d/1V_QjtIk8dTnwXchC50hUxvdm3hekMl2Z/view?usp=sharing
I'm using all the same software down to the version number that was in the
pdf. It is also my first time actually trying to compile in CMake. If
anything, is there anywhere I could find a precompiled executable for
windows?
Thank You for any help.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ACphRlk_gM1bmEXX_SsdbyWisg3T9Mrbks5vT-drgaJpZM4bhPoi>
.
--
Tao Du
Ph.D. candidate in computer science
Computer Science and Artificial Intelligence Laboratory
Massachusetts Institute of Technology
https://people.csail.mit.edu/taodu
|
Could you please paste the messages before "Configuring incomplete, errors
occurred!" in the bottom panel of the CMake GUI?
…On Fri, Dec 20, 2019 at 12:23 PM Shanki5 ***@***.***> wrote:
I am also unable to configure using cmake.
I am getting the following as the error :
Debug;Release;MinSizeRel;RelWithDebInfo
[image: error]
<https://user-images.githubusercontent.com/32840265/71277612-63c49a80-237b-11ea-8f2b-f3fe8a0251d1.jpeg>
I used Visual Studio Code 15 2017 x64 bit for configuring.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5?email_source=notifications&email_token=AAVGCRUWMBZLANM2V4GL4BLQZT5QZA5CNFSM4G4E7IRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHNR5TI#issuecomment-568008397>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVGCRRZCJ3PIT3I72XW6H3QZT5QZANCNFSM4G4E7IRA>
.
--
Tao Du
Ph.D. candidate in computer science
Computer Science and Artificial Intelligence Laboratory
Massachusetts Institute of Technology
https://people.csail.mit.edu/taodu
|
CMake Error at CMakeLists.txt:5 (project):
could not find any instance of Visual Studio. I tried to uninstall and reinstall visual studio but still no luck. |
So I tried to configure using visual studio 16 2019 and Ive got the following errors. The C compiler identification is MSVC 19.24.28314.0 The cmake-policies(7) manual explains that the OLD behaviors of all Looking for pthread.h Thanks for replying so soon. |
The configuration actually succeeded. Now you just need to click "generate" to generate visual studio solution files. |
Oh cool. Ill try it. Thanks a lot |
To run a project, e.g.copter_viewer, right-click on it, then select "Set as Startup project". Then click the green arrow "Local Windows Debugger". |
Okayy @desaic |
I have been having a lot of trouble getting the project to compile on windows 10. The cmake compiler always errors out during the configuration stage. This is the error that I am seeing:
https://drive.google.com/file/d/1V_QjtIk8dTnwXchC50hUxvdm3hekMl2Z/view?usp=sharing
I'm using all the same software down to the version number that was in the pdf. It is also my first time actually trying to compile in CMake. If anything, is there anywhere I could find a precompiled executable for windows?
Thank You for any help.
The text was updated successfully, but these errors were encountered: