hlrs-vis / covise

Collaborative Visualization and Simulation Environment, OpenCOVER and OddLOT
http://www.hlrs.de/covise/
186 stars 88 forks source link

oddlot does not exist #63

Closed Basavaraj-PN closed 3 years ago

Basavaraj-PN commented 4 years ago

I complied from source and I am getting this error, does this project requires CUDA or Nvidia?

uwewoessner commented 4 years ago

COVISE can be compiled with CUDA support but OddLOT does not need it. It is probably a different dependency which is missing. If you look at the oddlot CMakeLists.txt you can see the dependencies required: using(XercesC) using(TIFF) using(JPEG) using(PROJ4) USING(BOOST) using(OpenScenario) USING(OpenCRG) using(EIGEN) Check the cmake output to see which of these is missing.

Basavaraj-PN commented 4 years ago

COVISE can be compiled with CUDA support but OddLOT does not need it. It is probably a different dependency which is missing. If you look at the oddlot CMakeLists.txt you can see the dependencies required: using(XercesC) using(TIFF) using(JPEG) using(PROJ4) USING(BOOST) using(OpenScenario) USING(OpenCRG) using(EIGEN) Check the cmake output to see which of these is missing.

yeah you are right, there are plenty of deps need to be installed :(