OpenSimulationInterface / osi-visualizer

**This repository is abandoned and looking for a maintainer.** A tool to visualize OSI data from two different sources. Data can be stored in files and replayed afterwards, or validated using a Python interface.
Other
39 stars 25 forks source link

Running CMakelist.txt for the first time ! #28

Closed mshaheerm closed 5 years ago

mshaheerm commented 6 years ago

Hello, I just finished installing OSI and now i am trying to run the visualizer but these errors are being shown in Qt creator. i am new to this and have no idea how to solve them. I am sorry for being lame. but i really need help as it is important for me to run and understand.

capture

mshaheerm commented 6 years ago

capture

monishgogri commented 6 years ago

After installing Protobuf, you must also add it as an environment variable. Try following these instructions:

https://github.com/google/protobuf/releases/tag/v2.6.1

Would also suggest you to use Cmake GUI for generating the solution instead of running Cmake from QT creator.

haoyuanying commented 6 years ago

Hello, the current osi-visualizer does not intented to run on Windows. Please use native Ubuntu 16.04 for running it.

mshaheerm commented 6 years ago

@monishgogri i have done every step as per you said. now what shall i fill into these? capture

mshaheerm commented 6 years ago

@monishgogri @haoyuanying i cannot configure it. these are the errors and problems capture

mshaheerm commented 6 years ago

@monishgogri @haoyuanying can you please explain what is "desired " ?? where shall i copy the proto2cpp repo content in?

haoyuanying commented 6 years ago

It is used for osi doxygen, if you do not have it, it does not influnce the osi functionality and building.

mshaheerm commented 6 years ago

i do have OSI doxygen. i have compiled it. configured and generated it. but whats the output of generation? i mean what should i have when the configuration and generation is done? which files are generated as a result and what shall i do next?

monishgogri commented 6 years ago

Download and install Doxygen (and dot): https://graphviz.gitlab.io/_pages/Download/Download_windows.html

You might have to give the path of the file (eg Download folder) proto2cpp.py (Download this file from https://github.com/vgteam/vg/tree/master/contrib/proto2cpp)

jdsika commented 5 years ago

@vkresch looks like an installation issue as well. Check quickly if your build instructions (without docker) cover the topics.

vkresch commented 5 years ago

@mshaheerm I created a pull request with an installation script for Ubuntu 18.04. See if the script solves your issue by running bash install.sh in your terminal. Based on the error from your initial question it looks like you didn't install the FMI library and you have not cloned OSI into the osi-visualizer directory which needs to be there.