mkaszuba

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: New Software Installation Mechanism #2726
    mkaszuba
    Participant

    Thank you for doing this it has been very helpful. I have attempted these steps and they worked for me except during the end of the sandbox app install. I got these errors:

    Creating projector calibration configuration file /home/test/.config/Vrui-10.2/Applications/CalibrateProjector.cfg
    tee: /home/test/.config/Vrui-10.2/Applications/CalibrateProjector.cfg: No such file or directory
    Creating SARndbox configuration file /home/test/.config/Vrui-10.2/Applications/SARndbox.cfg
    tee: /home/test/.config/Vrui-10.2/Applications/SARndbox.cfg: No such file or directory
    Creating per-user configuration file /home/test/.config/SARndbox-2.12/SARndbox.conf
    Installing ARSandbox icon /home/test/.local/share/icons/hicolor/64×64/apps/SARndbox.png
    Package SARndbox, version 2.12, successfully installed

    When I checked the folder structure, the /home/test/.config/Vrui-10.2/Applications folder did not exist.

    Also when ran the RawKinectViewer -compress 0 command I got this error:
    RawKinectViewer: Connected to 3D camera with serial number A70773V03192237A
    Kinect::Camera::getIntrinsicParameters: Could not load intrinsic parameter file /opt/Vrui-10.2/etc/Kinect-3.15/Kinect-3.15/IntrinsicParameters-A70773V03192237A.dat due to exception IO::StandardFile: Unable to open file /opt/Vrui-10.2/etc/Kinect-3.15/Kinect-3.15/IntrinsicParameters-A70773V03192237A.dat for reading due to error 2 (No such file or directory)

    it looks like the viewer is looking for a nested Kinect folder inside the first kinect folder.

    in reply to: New AR Sandbox Forum #2672
    mkaszuba
    Participant

    if you edit the .sh file and edit the item “libdc1394-22-dev” to be “libdc1394-dev” you will get past that hump.

    That edit is in the “# Get prerequisite packages:” section of the .sh file.

    • This reply was modified 5 months, 3 weeks ago by mkaszuba.
    in reply to: Errors During Build-Ubuntu.sh processing #2668
    mkaszuba
    Participant

    Here is the second edit to the build-ubuntu.sh file I made to NOT overwirte the updated/edited frameworkviewer.h file:

    #I commented this entire section after the first run. Then hard coded the vrui dir name

    #Download and unpack Vrui tarball:
    #echo “Downloading Vrui-$VRUI_VERSION-$VRUI_RELEASE into $HOME/src”

    #wgethttp://web.cs.ucdavis.edu/~okreylos/ResDev/Vrui/Vrui-$VRUI_VERSION-$VRUI_RELEASE.tar.gz | tar xfz

    #cd Vrui-$VRUI_VERSION-$VRUI_RELEASE
    cd Vrui-8.0-002
    #DOWNLOAD_RESULT=$?

    #if [ $DOWNLOAD_RESULT -ne 0 ]; then
    #echo “Problem while downloading or unpacking Vrui; please check your network connection and try again”
    #exit $DOWNLOAD_RESULT
    #fi

    • This reply was modified 5 months, 3 weeks ago by mkaszuba.
    • This reply was modified 5 months, 3 weeks ago by mkaszuba.
    • This reply was modified 5 months, 3 weeks ago by mkaszuba.
    in reply to: TLS error while compling Vrui form script #2667
    mkaszuba
    Participant

    I was able to work around the TLS issue by using the LMDE 6 “Faye” version of Mint Linux. I still had to make the edits mentioned in the .sh file, but the rest of the process worked as expected.

    http://doc-ok.org/?topic=errors-during-build-ubuntu-sh-processing

    in reply to: Errors During Build-Ubuntu.sh processing #2655
    mkaszuba
    Participant

    I was able to work around the size_t error by adding the missing include statement into the frameworkvierwer.h file, then commenting out the download Vrui tarball line in the main script, I also had to hard coding the CD Vrui-8.0-002 line. That got me to the TLS error mentioned here:

    http://doc-ok.org/?topic=tls-error-while-compling-vrui-form-script

    in reply to: TLS error while compling Vrui form script #2654
    mkaszuba
    Participant

    Here is the complete error:
    Linking /home/arsandbox/src/Vrui-8.0-002/lib/x86_64-linux-gnu/VRVislets/libLatencyTester.so…
    /usr/bin/ld: _ZN18GLARBShaderObjects7currentE: TLS reference in o/g++-3.g0.O3/pic/Vrui/Vislets/LatencyTester.o mismatches non-TLS reference in /home/arsandbox/src/Vrui-8.0-002/lib/x86_64-linux-gnu/libVrui.so
    /usr/bin/ld: /home/arsandbox/src/Vrui-8.0-002/lib/x86_64-linux-gnu/libVrui.so: error adding symbols: bad value
    collect2: error: ld returned 1 exit status
    make: *** [makefile:1691: /home/arsandbox/src/Vrui-8.0-002/lib/x86_64-linux-gnu/VRVislets/libLatencyTester.so] Error 1
    make: *** Waiting for unfinished jobs….
    Linking /home/arsandbox/src/Vrui-8.0-002/lib/x86_64-linux-gnu/VRDevices/libArtDTrack.so…
    Build unsuccessful; please fix any reported errors and try again

    My version of Mint is 21.2, I could not locate a 19.x version to download.

    in reply to: Errors During Build-Ubuntu.sh processing #2652
    mkaszuba
    Participant

    My version of mint is: 21.2

    • This reply was modified 6 months, 1 week ago by mkaszuba.
Viewing 7 posts - 1 through 7 (of 7 total)