-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will not build Wine-Bridge #197
Comments
Have this problem aswell. I successfully compiled Linuxtrack, and got the tracking to work outside Wine. But I am unable to compile it with wine support. ... It seems the configure detects Wine64 development libraries, but not the Wine32 libraries. I am running EndeavourOS, and the wine folders looks like this: Trying to understand how to editing the configure.ac, as I have a feeling the culprit is from there, but that is over my knowledge. Hence if running the command: I get this as output: If running: I get this as output: checking 64bit winegcc... yes I got opposite results. |
Running the configure with "-L" command i.e: solved it for me. Though I got some more compiling errors when compiling the wine-bridge sources, which I very sinfully fixed. Also, I got problems with some of the rest.h and rest.c files, which I replaced with the client/rest.h and client/rest.c files. So, now I got Linuxtrack to work with Wine-support, though, I am back step 1 now, unable to install TrackIR firmwware: |
An update. Though I need to do it with the unpacked option (running the installer still fails). I got almost everything working, but LinuxTrack fails to install the vc60redist when clicking "Install Linuxtrack-Wine support" in the Misc-tab. I have manually installed the mfc42 libraries, both in system32 and syswow64 folders. Running check_data.exe complains with the message "Failed to create symlink to TIRVies.dll!" Despite above messages, TrackIR seems to work fine with the tester applications. But I still cannot get it to work with Star Citizen. Is this the dead-end? |
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.
The text was updated successfully, but these errors were encountered: