-
Notifications
You must be signed in to change notification settings - Fork 29
Description
I've done everything I can possibly think to get this software to build a Wine-Bridge and it refuses to see or use Wine libraries. Distro is Manjaro Linux and I have tried straight Wine and Wine staging and it will not compile the Wine-Bridge
Rest of the app compiles fine. Head Tracking is working. Everything works except this portion I need. Is there a possible workaround?
Tried both versions too: ./configure --with-wine-libs=-L/usr/lib/wine/ --with-wine64-libs=-L/usr/lib/wine/
In the above directories, I have x86_64-unix and x86_64-windows. Tried pointing it at both. Configure still says the following:
configure: ===============================================================
configure: === Summary ===
configure: ===============================================================
checking Webcam support... yes
checking Wiimote support... no
checking TrackIR support... yes
checking Facetracker support... yes
checking XPlane plugin... no
checking Mickey... yes
checking Wine plugin... no
checking OSC support... no
I assume this is a bug? Version is 0.99.20 or Linuxtrack-master branch.