Forum Replies Created
-
AuthorPosts
-
gcsciencemillParticipant
So the packages didn’t work on my new MINT install…. so I needed to make from the tar. Now I am getting some openal errors… mostly in the SoundContext.cpp and .h files. Make is complaining about how it can’t find a field named aLDevice or aLContext. Not sure what to do…. has anyone gotten this to work on a recent build either from package or compile? I am happy to change what I do to get the code to work.
gcsciencemillParticipantwe were going to go with an Ubuntu install of 24.04 but I am not sure if VRUI works with the latest. I tried a couple of times but it goes sideways in a few places. Thanks to @mkaszuba I corrected one issue but there were more errors later in the installation. Does anyone know what version of Ubuntu I need to use?
gcsciencemillParticipant@cwj what did you do to get around it?
gcsciencemillParticipantok so I got further into the install by typing sudo apt-get install libtiff-dev
but I got another issue with png.h that I got around with sudo apt-get install libpng-dev
then I ran PullPackage Vrui and it went a lot further into the install.
but now getting errors at the end of the install
Compiling Calibration/XBackground.cpp…
Compiling Calibration/TotalStation.cpp…
Vrui/Utilities/VruiSoundConfig.cpp: In destructor ‘virtual VruiSoundConfig::~VruiSoundConfig()’:
Vrui/Utilities/VruiSoundConfig.cpp:664:136: error: ‘headsetDeviceName’ was not declared in this scope
664 | Misc::ConfigurationFile::patchFile(configFilePath.c_str(),(tagPath+”/SoundContext/deviceName”).c_str(),headsetDeviceName.c_str());
| ^~~~~~~~~~~~~~~~~
Vrui/Utilities/VruiSoundConfig.cpp:665:145: error: ‘headsetSourceName’ was not declared in this scope
665 | Misc::ConfigurationFile::patchFile(configFilePath.c_str(),(tagPath+”/SoundContext/recordingDeviceName”).c_str(),headsetSourceName.c_str());
| ^~~~~~~~~~~~~~~~~
Compiling Calibration/NaturalPointClient.cpp…
Compiling Calibration/MeasureEnvironment.cpp…
make: *** [/home/toposandbox/src/PullPackage/Vrui-12.1-002/BuildRoot/BasicMakefile:182: o/g++-3.g0.O3/Vrui/Utilities/VruiSoundConfig.o] Error 1
make: *** Waiting for unfinished jobs….
Unable to build Vrui-12.1-002
Unable to install package Vrui, version current- This reply was modified 2 months, 1 week ago by gcsciencemill. Reason: Needed to set it to notify me
gcsciencemillParticipantI am getting an error from PullPackage Vrui. It seems I am missing tiffio.h can someone point me to the right place.
Compiling Images/BaseImage.cpp…
Compiling Images/GeoTIFF.cpp…
Images/GeoTIFF.cpp:27:10: fatal error: tiffio.h: No such file or directory
27 | #include <tiffio.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [/home/toposandbox/src/PullPackage/Vrui-12.1-002/BuildRoot/BasicMakefile:224: o/g++-3.g0.O3/pic/Images/GeoTIFF.o] Error 1
make: *** Waiting for unfinished jobs….
Unable to build Vrui-12.1-002
Unable to install package Vrui, version current -
AuthorPosts