Home › Forums › AR Sandbox Forum › VRUI Error when compiling
Tagged: VRUI Error when compiling
- This topic has 7 replies, 2 voices, and was last updated 1 year, 9 months ago by jelaban.
-
AuthorPosts
-
February 4, 2023 at 2:23 am #2445jelabanParticipant
Need help when compiling VRUI…Error below, Thanks in advance
In file included from /home/arsandbox143/src/Vrui-8.0-002/Vrui/Internal/Linux/ScreenSaverInhibitorDBus.h:27:0,
from Vrui/Internal/Vrui.General.cpp:88:
/usr/include/dbus-1.0/dbus/dbus.h:29:10: fatal error: dbus/dbus-arch-deps.h: No such file or directory
#include <dbus/dbus-arch-deps.h>
^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
/home/arsandbox143/src/Vrui-8.0-002/BuildRoot/BasicMakefile:224: recipe for target ‘o/g++-3.g0.O3/pic/Vrui/Internal/Vrui.General.o’ failed
make: *** [o/g++-3.g0.O3/pic/Vrui/Internal/Vrui.General.o] Error 1
make: *** Waiting for unfinished jobs….
Build unsuccessful; please fix any reported errors and try again
arsandbox143@ARSANDBOXPC:~$February 7, 2023 at 5:54 am #2450Sean RobinsonParticipantCould you post the output of
lsb_release -dc
? The output will tell me what OS version you are using.I have not seen this particular error with Vrui. I expect it means the
libdbus-1-dev
(Ubuntu) ordbus-devel
(Fedora) package is not installed, but it should have been installed as part of the AR Sandbox build script.February 13, 2023 at 9:52 pm #2463jelabanParticipantThank you very much for replying.
It says Linux Mint 19.1 Tessa
February 14, 2023 at 11:02 am #2468Sean RobinsonParticipantUse
sudo apt-get install --reinstall libdbus-1-dev
, in a terminal window, to restore the missing file. Then try compiling Vrui again.February 16, 2023 at 1:20 am #2476jelabanParticipantHi Sean….tried your advise…though it gave the same error. As mentioned earlier, I was using Linux Mint. 19.1 “Tessa”.
I was able to solve it by re-installing a lower version of Linux Mint, which is Linux Mint 19.0 “Tara”. It installed without flawlessly and the rotating globe showed up…what a relief….
Thank you so much for taking time to respond and give advise. Much appreciated.
February 16, 2023 at 7:21 am #2478Sean RobinsonParticipantCongratulations. That was good thinking. If you have the time, you might try Linux Mint 19.3 Tricia. Tricia has the most recent fixes for the LM 19 series.
February 20, 2023 at 10:29 pm #2484jelabanParticipantMany thanks for the warm congratulations. This is greatly appreciated. I have tried several Linux Mint versions starting from 17, then moving to 19.1..etc. and always encountered a blank wall 🙁
Luckily Linux Mint 19 Tara was a breeze and I did not encounter any errors at all!! Now seeing the colors on my sandbox Yahooo! Need a little tweaking and fine tuning/calibration.
By the way, what do I do with the BoxLayout.txt file after saving it during the step, “Measuring Sandbox’s 3d Box corner positions”? Which folder do I save it? Or is it used in any routines?
Many thanks in advance.
February 22, 2023 at 2:31 am #2488jelabanParticipantPlease kindly disregard the last paragraph regarding the BoxLayout.txt. I read the instructions again and it did mention where to save it which is in the /etc folder.
Cheers!
-
AuthorPosts
- You must be logged in to reply to this topic.