Error during running simu5G with INeT in omnet++ - c++

I'm trying to run simu5G with omnet++ in omnet++ but it gives me this error:
<!> Error: Cannot load library '../../../src//libsimu5g.dll': The specified module could not be found
Can you please help me to fix this error?
I tried to download omnet++ version 6.0 and simu5G 1.21
but no success.

Related

Problem compiling ar_pose (openCV fatal error)

I'm getting an error when trying to compile ar_pose, as part of ar_tools in ROS noetic under Ubuntu 20.04.
When running catkin_make:
In file included from /home/alveybj/catkin_ws/src/ar_tools/ar_pose/src/ar_multi.cpp:25:
/home/alveybj/catkin_ws/src/ar_tools/ar_pose/include/ar_pose/ar_multi.h:47:10: fatal error: opencv/cv.h: No such file or directory
47 | #include <opencv/cv.h>
Do I need to downgrade ROS? Ubuntu? Somehow tell ROS where my openCV libraries are? Thanks for any help!
Update: I was able to get ar_tools to compile correctly in ROS melodic using Ubuntu 18.04 LTS with WSL2. Not sure why this wasn't working in Noetic, maybe OpenCV has been updated?

how to run compiled project in windows

I started to get acquainted with c ++ and there was a problem. I can’t understand how I can compile and test. I installed the compiler in vm Linux and configured the clion on a remote host. I connected the gtk to develop the interface and when I compile I get this 1.
How can i run it? If i am do this from clion getting this error
Gtk-WARNING **: 12:53:54.419: cannot open display: :0, so i need run it in windows without install something. Help me pls.
cmakelist.txt

LibSerial C++ compile issue OSX

I want to use LibSerial to comunicate between Arduino and my Mac(OSX Yosemite), but I am not able to compile LibSerial.
After launch the ./configure, when i launch make, I got this error:
./SerialStreamBuf.h:12:10: fatal error: 'boost/scoped_ptr.hpp' file
not found
I installed boost using:
brew install boost
But I continue to get the error.

(Kobold2d) Clang Error after upgrading to xcode 4.5

I upgraded to xcode 4.5 and also updated Kobold2d to version 2.0.4 and now I am getting this error when trying to build the project.
clang: error: no such file or directory: 'Items/Kobold2D/Kobold2D-2.0.4/KTireHoops/../__Kobold2D__/libs/GoogleAdMobAdsSDK/libGoogleAdMobAds.a'
Does anyone know what is wrong and how I can fix this?

Issue installing SDL on Mac

I have successfully installed libsdl in the past on my Mac OS X Leopard with macports, but now when I try to do it again (after it was uninstalled a while ago), macports produces this error when attempting to install the dependency "xorg-libXdmcp":
Error: org.macports.configure for port xorg-libXdmcp returned: configure failure: command execution failed
Please see the log file for port xorg-libXdmcp for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libXdmcp/xorg-libXdmcp/main.log
Error: Unable to upgrade port: 1
Error: Unable to execute port: upgrade xorg-libXext failed
main.log
EDIT: Okay, this has become a problem with installing xorg-libXdmcp: no matter what I do, it always produces this error. The log says that it couldn't find the xproto package.
After attempts to install it via Fink didn't actually seem to install it, I just built it from source.