Well, it installs quite as expected in the old linux version (10.04, lucid). It is best to access via containerization apps such as Docker. Create an image of the old linux kernal in your current machine. Docker then creates a container using this image. Just install Simbuca within the container, and run the simulations therein. Some links to get started: https://stackoverflow.com/questions/20414036/run-old-linux-release-in-a-docker-container#20457499 https://docs.docker.com/build/building/base-images/...
Encountering Error while installing Simbuca on linux
Hello, I am trying to install (make all) Simbuca on my LinuxMint device (Linux Mint 21). When it comes to the step with "ioncloud.cpp", the make runs into an error (posted below). I am not sure I fully understand the problem. Could someone from the community please guide me. It seems to be an issue with the version of my c++ compiler maybe!? Regards, -Hari Code: hari@Laptop:~/Software/Simbuca/Simbuca_v3.4.20140619-122638/bin$ make all g++ -O3 -Wno-write-strings -D__CPUNBODY_ON__ -c main.cpp g++ -O3...
Hello, I am trying to install (make all) Simbuca on my LinuxMint device (Linux Mint 21). When it comes to the step with "ioncloud.cpp", the make runs into an error (posted below). I am not sure I fully understand the problem. Could someone from the community please guide me. It seems to be an issue with the version of my c++ compiler maybe!? Regards, -Hari Code: g++ -O3 -Wno-write-strings -D__CPUNBODY_ON__ -c ioncloud.cpp In file included from /usr/include/c++/11/bits/char_traits.h:39, from /usr/include/c++/11/ios:40,...