Opened 19 years ago
Closed 19 years ago
Last modified 19 years ago
#1150 closed defect (wontfix)
myth latest svn compile problem, in joystick section...
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | 0.19 |
Component: | mythtv | Version: | |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
# ./configure
# Basic Settings Compile type release Compiler cache no DistCC no Install prefix /usr/local CPU x86 (model name : Intel(R) Pentium(R) 4 CPU 2.40GHz) Big Endian no MMX enabled yes Vector Builtins yes
# Input Support Joystick menu yes lirc support yes Video4Linux sup. yes ivtv support yes FireWire? support no DVB support no usr/include DBox2 support yes
# Sound Output Support OSS support yes ALSA support yes aRts support yes JACK support no DTS passthrough yes
# Video Output Support x11 support yes xrandr support yes xv support yes XvMC support no XvMC VLD support no XvMC pro support no XvMC libs OpenGL vsync no DirectFB no
# Misc Features DVD playback no Frontend yes Backend yes
Creating libs/libmyth/mythconfig.h and libs/libmyth/mythconfig.mak
# make .......
g++ -c -pipe -march=pentiumpro -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -O3 -Wall -Wno-switch -fomit-frame-pointer -D_REENTRANT -DPIC -fPIC -DMMX -Di386 -DUSING_DBOX2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DUSING_OSS -DUSE_ALSA -DUSE_JOYSTICK_MENU -DUSE_LIRC -DUSE_ARTS -DUSING_XRANDR -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/share/qt3/mkspecs/default -I. -I../../../../../local/include -I../../../../../X11R6/include -I../libmythsamplerate -I../libmythsoundtouch -I../.. -I../../../../../include/qt3 -o jsmenu.o jsmenu.cpp In file included from jsmenu.cpp:39: /usr/include/linux/joystick.h:142:2: #error Unexpected BITS_PER_LONG make[2]: * [jsmenu.o] Error 1 make[2]: Leaving directory `/usr/src/myth19cvs/mythtv/libs/libmyth' make[1]: * [sub-libmyth] Error 2 make[1]: Leaving directory `/usr/src/myth19cvs/mythtv/libs' make: * [sub-libs] Error 2
Kernel version 2.6.13.2, built from source (as in, non-distro build...)
Any more info wanted or needed? I'm attaching joystick.h...
Attachments (1)
Change History (4)
Changed 19 years ago by
Attachment: | joystick.h added |
---|
comment:1 Changed 19 years ago by
comment:2 Changed 19 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:3 Changed 19 years ago by
Fair enough, I suppose. :P
Still, I see nothing of this in the README. You're likely to get more pings about this, once you release 0.19. It wouldn't hurt to have a bit of info in the README, and perhaps turn off joystick support as a default?
This would certainly lessen the number of mailing list queries and bug reports like this. You guys have better things to do, than respond to 1000 queries about "the joystick" issue.
Seems to compile past this point if I force the joystick menu off. Perhaps the default should be for it to be off?