Hello Anthony, I have few questions: 1) Are you trying to build Chrono main branch? 2) If you are on the main branch, or Chrono-8, make sure you run the openGL building script in the 'build-script/' folder (https://github.com/projectchrono/chrono/blob/main/contrib/build-scripts/opengl/buildGL.sh). After you run the script, there should be a folder full of latest openGL packages (like ../Packages), make sure you configure openGL related stuffs using this package folder (like GLEW, GLFW, and GLM). 3) Double check if you include the correct directories for the CMake configuration. 3) If you try above steps and still can't work, can you please share with your CMake configuration with us?
Best, Harry On Monday, June 12, 2023 at 2:00:35 PM UTC-5 [email protected] wrote: > Hello, > > My name is Anthony. I am trying to run Chrono::Sensors demoes. I > successfully run the Chrono::Vehicle demos recently. All demos of the > Chrono::Vehicle module works fine. However, when I tried to configure the > build of the Chrono::Sensor through CMAKE, I had the error* > "src/chrono_sensor/CMakeLists.txt:527: Target "ChronoEngine_sensor" links > to:GLEW::glew, but target was not found"*. I followed every mentioned > steps ( > https://api.projectchrono.org/development/module_sensor_installation.html) > to configure the build. > > Can you please help me finding some solutions? > > Thank you. > > Regards, > Anthony Abrahamian > > > -- You received this message because you are subscribed to the Google Groups "ProjectChrono" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/projectchrono/b64d957d-90eb-4391-8940-a2038246ad52n%40googlegroups.com.
