Is the xplane-sdk-devel package actually required to build linuxtrack?
Search Criteria
Package Details: linuxtrack 0.99.12-2
Package Actions
| Package Base: | linuxtrack |
|---|---|
| Description: | Software for head motion tracking on linux. |
| Upstream URL: | http://code.google.com/p/linux-track/ |
| Category: | games |
| Licenses: | |
| Provides: | |
| Submitter: | blackleg |
| Maintainer: | blackleg |
| Last Packager: | blackleg |
| Votes: | 2 |
| First Submitted: | 2013-01-08 18:48 |
| Last Updated: | 2015-03-17 19:38 |
Dependencies (12)
Required by (1)
Sources
Latest Comments
Comment by Xanomead
Comment by Xanomead
Okay, thanks for your reply. I assume it would be fairly easy to modify that one from what I've read whether svn or git everything is the same except for the url for the source?
Comment by blackleg
You can use linuxtrack-svn and adopt that package.
Comment by Xanomead
Would you be able to make a GIT package? The dev has added a new feature ltr_recenter that he would like me to test out and I would prefer to install using pacman, and I don't have experience making PKGBUILDs, plus it would be preferable to keep linuxtrack related packages under the control of one Arch User.
https://code.google.com/p/linux-track/issues/detail?id=93&can=1
Comment by yetr2
requires bison for building.
Comment by blackleg
Comment by blackleg
I have updated the package to the new version and the problem continue.
Comment by gilmoreja
I was having issues getting LTR_GUI to run. It would always crash straight away, with "Illegal Instruction (core dumped)" as the terminal output.
It turns out that some processors don't have an instruction the program is trying to utilize that causes this.
The issue is that the program is trying to create '~/.config/linuxtrack/linuxtrack1.conf' but it can't (presumably because of prior missing processor instruction?).
The workaround is to create the file yourself and attempt to run the program again. It will still crash on the first try, but it will create the file '~/.config/linuxtrack/linuxtrack1.conf.new'.
What you then need to do is delete 'linuxtrack1.conf' and rename 'linuxtrack1.conf.new' to 'linuxtrack1.conf'.
Now the program will run as intended; however, any time you try to make config changes the program will crash and you will have to delete the old 'linuxtrack1.conf' and rename 'linuxtrack1.conf.new' in order to have your new config changes take effect.
Comment by Emmaseven
Makefile:198: предупреждение: переопределение способа для цели `moc_mickey.cpp'
Makefile:195: предупреждение: старый способ для цели `moc_mickey.cpp' игнорируются
g++ -c -pipe -DHAVE_CONFIG_H -Wall -W -g -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/opt/qt/mkspecs/linux-g++ -I. -I. -I.. -I.. -I/opt/qt/include -o main.o main.cpp
main.cpp:1:24: фатальная ошибка: QApplication: Нет такого файла или каталога
компиляция прервана.