You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 86%] Linking C static library libopenhmd.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenhmd.a(platform-win32.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenhmd.a(platform-win32.c.o) has no symbols
[ 86%] Built target openhmd
[ 89%] Building CXX object CMakeFiles/driver_openhmd.dir/driverlog.cpp.o
[ 91%] Building CXX object CMakeFiles/driver_openhmd.dir/driver_openhmd.cpp.o
[ 94%] Linking CXX shared library bin/osx64/driver_openhmd.dylib
[ 94%] Built target driver_openhmd
[ 97%] Building C object subprojects/openhmd/examples/simple/CMakeFiles/simple.dir/simple.c.o
[100%] Linking C executable simple
[100%] Built target simple
Sun Feb 14 2021 02:24:32.100611 - Unable to load driver openhmd from /Users/macuser/Github/other/SteamVR-OpenHMD/build/bin/osx32/driver_openhmd.dylib.
Sun Feb 14 2021 02:24:32.100651 - Unable to load driver openhmd because of error VRInitError_Init_FileNotFound(103). Skipping.
FTR osx32 does not exist in /Users/macuser/Github/other/SteamVR-OpenHMD/build/bin
if ln -s osx64 osx32
from vrserver.txt
Sun Feb 14 2021 01:47:10.429747 - error VRInitError_Init_InterfaceNotFound when initing driver openhmd from /Users/macuser/Github/other/SteamVR-OpenHMD/build/bin/osx32/driver_openhmd.dylib.
if add Compile flags
Neither openhmd nor this project was familiar to me, just tried the following with random guessing:
[ 86%] Linking C static library libopenhmd.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenhmd.a(platform-win32.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libopenhmd.a(platform-win32.c.o) has no symbols
[ 86%] Built target openhmd
[ 89%] Building CXX object CMakeFiles/driver_openhmd.dir/driverlog.cpp.o
[ 91%] Building CXX object CMakeFiles/driver_openhmd.dir/driver_openhmd.cpp.o
[ 94%] Linking CXX shared library bin/osx64/driver_openhmd.dylib
... (large chunks of c lines)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bin/osx64/driver_openhmd.dylib] Error 1
make[1]: *** [CMakeFiles/driver_openhmd.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
Willian-Zhang
changed the title
fail to run on macOS, possibly because lack of
fail to run on macOS, possibly because lack of 323bit support
Feb 13, 2021
Willian-Zhang
changed the title
fail to run on macOS, possibly because lack of 323bit support
fail to run on macOS, possibly because lack of 32bit support
Feb 13, 2021
build info
from vrserver.txt
FTR
osx32
does not exist in/Users/macuser/Github/other/SteamVR-OpenHMD/build/bin
if
ln -s osx64 osx32
from vrserver.txt
if add Compile flags
Neither
openhmd
nor this project was familiar to me, just tried the following with random guessing:build info
The text was updated successfully, but these errors were encountered: