uglyDwarf / linuxtrack

Headtracking for Linux/Mac
MIT License
155 stars 30 forks source link

32bit objects #159

Open mSparks43 opened 5 years ago

mSparks43 commented 5 years ago

What are: gcc: error: .libs/liblinuxtrack32_la-ltlib.o: No such file or directory gcc: error: .libs/liblinuxtrack32_la-utils.o: No such file or directory gcc: error: .libs/liblinuxtrack32_la-ipc_utils.o: No such file or directory

and where can I find/build 64bit versions of them?

hyarion commented 4 years ago

If you don't need 32-bit support you can disable it with the --disable-ltr-32lib-on-x86 flag: ./configure --disable-ltr-32lib-on-x86