Tudat / PropagationOptimizationHomework

This repository contains the code used for the homework assignments of AE4866 'Propagation and optimization' at Delft University of Technology
0 stars 3 forks source link

Building the libraries does not work #2

Open wjhuisman opened 6 years ago

wjhuisman commented 6 years ago

Hi Dominic,

I had to re-install my tudat bundle (don't ask me why haha) and now that I am trying to build the libraries, something goed wrong. I get the following message:

17:59:52: Running steps for project TudatBundle... 17:59:52: Starting: "/usr/bin/cmake" --build . --target all Error: could not load cache 17:59:52: The process "/usr/bin/cmake" exited with code 1. Error while building/deploying project TudatBundle (kit: Desktop) When executing step "CMake Build" 17:59:52: Elapsed time: 00:00.

Does is matter where I build my libraries? I just use the path: "/home/wouter/Documents/Studie/TU Delft/tudatBundle/build" as specified in http://tudat.tudelft.nl/installation/downloadTudatBundle/commandLine.html

What am I doing wrong?

Kind regards

DominicDirkx commented 6 years ago

Hi Wouter,

The location of the build folder does not have any consequences for the project: you do have to make sure that the build folder is set correctly in Qt, though (Project->Build->CMake). If this doesn't work, ypu can delete your build folder, and any CMakeLists.txt.user file that may have been created in tudatBundle, and reopen the project in Qt, it should work fine,

Dominic