This PKGBUILD needs to be updated. SVN is on r881 now, and this is pulling down really old stuff from 730.
Commenting out the svn ugrade and svn up -r730 lines aren't enough.
A file `src/wine_bridge/ltr_wine64.nsi.in` has to be edited to change line 16 from
File /oname=Controller.exe controller/Controller.exe.so
to
File /oname=Controller.exe controller\Controller.exe.so
Search Criteria
Package Details: linuxtrack-svn-wine-trackir 730-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2014-10-28)
| Package Base: | linuxtrack-svn-wine-trackir |
|---|---|
| Description: | HeadTrack with wine games, TrackIr and SmartNav4 support, use head tracker as mouse |
| Upstream URL: | http://code.google.com/p/linux-track/ |
| Category: | games |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 1 |
| First Submitted: | 2013-06-08 13:20 |
| Last Updated: | 2013-09-19 18:18 |
Latest Comments
Comment by gilmoreja
Comment by Ghouli
Seemed to do the trick, I was able to compile the lastest revision without problems. Thank you for fast reply, keep up the good work! :)
Anonymous comment
By the way, if it still doesn't compile after that then add to the pkgbuild:
$svn upgrade
$svn up -r713
as in my second to last comment.
Thanks
Anonymous comment
Please ignore latest comment, fixed errors by reincluding gcc-objc-multilib for Arch x86_64 in the makedepends, you will need to enable multilib from /etc/pacman.conf but it should compile out of the box now with latest revision 766.
Thanks
Anonymous comment
Since this is a svn version there may be some commits you don't want, try doing "svn up -r713" in the source directory since that is the revision I tested with, then follow the pkgbuild build(). for example you will need to run:
$cd the-source-directory-where-you-stored-it
$svn up -r713
$./configure --prefix=/usr --enable-wine-plugin --enable-mickey QMAKE_PATH=/usr/bin/qmake-qt4
$make
After I did this I got an error, so let me know if you get one too about "missing -lgcc", I might have to include the multilib dependencies again.
Thanks.
Comment by Ghouli
I'm unable to build this on Arch x86_64, configure fails with:
checking how to run the C preprocessor... /lib/cpp
configure: error: in `/tmp/yaourt-tmp-ghouli/aur-linuxtrack-svn-wine-trackir/src /linuxtrack':
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
==> ERROR: A failure occurred in build().
Aborting...
Checked config.log, and it gave error about missing /lib/cpp. After googling around I made a symlink to /usr/bin/cpp, but I still get the same error. config.log contains loads of stuff, but I can't pinpoint the problem, atleast it stopped complaining about missing /lib/cpp.
Any help would be appreaciated, thanks
Anonymous comment
versoin 713-2:
- removed multilib requirement
Anonymous comment
version 713-1:
- wine plugin for use with wine applications/games
- trackir udev rules installed by default
- mickey(virtual mouse) udev rules installed by default