Been trying to install qtsixa but having issues with not being able to install python-qt4, it doesn't like PyQt4. When I try to compile from source I get:
make
make -C qtsixa
make[1]: Entering directory `/home/samuel/Downloads/qtsixa/qtsixa-1.5.0/qtsixa'
pyuic4 -o ./gui/ui_qtsixa_mainw.py ./gui/ui/qtsixa_mainw.ui
pyuic4 -o ./gui/ui_qtsixa_aboutw.py ./gui/ui/qtsixa_aboutw.ui
pyuic4 -o ./gui/ui_qtsixa_managew.py ./gui/ui/qtsixa_managew.ui
pyuic4 -o ./gui/ui_qtsixa_newdevw.py ./gui/ui/qtsixa_newdevw.ui
pyuic4 -o ./gui/ui_qtsixa_newprofilew.py ./gui/ui/qtsixa_newprofilew.ui
pyuic4 -o ./gui/ui_qtsixa_preferencesw.py ./gui/ui/qtsixa_preferencesw.ui
pyuic4 -o ./gui/ui_qtsixa_referencew.py ./gui/ui/qtsixa_referencew.ui
pyuic4 -o ./gui/ui_qtsixa_sixpairw.py ./gui/ui/qtsixa_sixpairw.ui
pyrcc4 -o ./gui/qtsixa_rc.py ./icons/qtsixa.qrc
make[1]: Leaving directory `/home/samuel/Downloads/qtsixa/qtsixa-1.5.0/qtsixa'
make -C utils
make[1]: Entering directory `/home/samuel/Downloads/qtsixa/qtsixa-1.5.0/utils'
gcc -Wall -O2 hidraw-dump.c -o bins/hidraw-dump
gcc -Wall -O2 sixad-jack.c -o bins/sixad-jack -ljack -lm
gcc -Wall -O2 sixpair.c -o bins/sixpair -lusb
gcc -Wall -O2 sixpair_kbd.c -o bins/sixpair-kbd -lusb
make -C hcid
make[2]: Entering directory `/home/samuel/Downloads/qtsixa/qtsixa-1.5.0/utils/hcid'
cc -DHAVE_CONFIG_H -I. -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c common/oui.c
cc -DHAVE_CONFIG_H -I. -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c common/dbus.c
cc -DHAVE_CONFIG_H -I. -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c common/textfile.c
common/textfile.c: In function ‘write_key’:
common/textfile.c:163:14: warning: variable ‘pos’ set but not used [-Wunused-but-set-variable]
cc -DHAVE_CONFIG_H -I. -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c common/logging.c
cc -DHAVE_CONFIG_H -I. -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c common/dbus-helper.c
cc -DHAVE_CONFIG_H -I. -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c common/error.c
cc -DHAVE_CONFIG_H -I. -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c common/sdp-xml.c
common/sdp-xml.c: In function ‘convert_raw_data_to_xml’:
common/sdp-xml.c:52:7: warning: variable ‘next_indent’ set but not used [-Wunused-but-set-variable]
cc -DHAVE_CONFIG_H -I. -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c common/sdp-glib.c
cc -DHAVE_CONFIG_H -I. -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c common/hal-dummy.c
cc -DHAVE_CONFIG_H -I. -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c common/notify-inotify.c
rm -f libhelper.a
ar cru libhelper.a oui.o dbus.o textfile.o logging.o dbus-helper.o error.o sdp-xml.o sdp-glib.o hal-dummy.o notify-inotify.o
ranlib libhelper.a
cc -DHAVE_CONFIG_H -I. -I./common -I./mod -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c sdpd/server.c
cc -DHAVE_CONFIG_H -I. -I./common -I./mod -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c sdpd/cstate.c
cc -DHAVE_CONFIG_H -I. -I./common -I./mod -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c sdpd/request.c
cc -DHAVE_CONFIG_H -I. -I./common -I./mod -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c sdpd/service.c
cc -DHAVE_CONFIG_H -I. -I./common -I./mod -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c sdpd/servicedb.c
rm -f libsdpserver.a
ar cru libsdpserver.a server.o cstate.o request.o service.o servicedb.o
server.c:103:10: warning: variable ‘len’ set but not used [-Wunused-but-set-variable]
cc -DHAVE_CONFIG_H -I. -I./common -I./sdpd -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c manager.c
cc -DHAVE_CONFIG_H -I. -I./common -I./sdpd -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c adapter.c
cc -DHAVE_CONFIG_H -I. -I./common -I./sdpd -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c device.c
cc -DHAVE_CONFIG_H -I. -I./common -I./sdpd -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c dbus-common.c
cc -DHAVE_CONFIG_H -I. -I./common -I./sdpd -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c dbus-error.c
cc -DHAVE_CONFIG_H -I. -I./common -I./sdpd -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c dbus-database.c
cc -DHAVE_CONFIG_H -I. -I./common -I./sdpd -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c dbus-security.c
cc -DHAVE_CONFIG_H -I. -I./common -I./sdpd -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c dbus-service.c
dbus-service.c: In function ‘service_notify’:
dbus-service.c:957:6: warning: integer overflow in expression [-Woverflow]
dbus-service.c: In function ‘init_services’:
dbus-service.c:1016:7: warning: integer overflow in expression [-Woverflow]
cc -DHAVE_CONFIG_H -I. -I./common -I./sdpd -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c dbus-test.c
dbus-test.c: In function ‘handle_mtu_response’:
dbus-test.c:195:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
dbus-test.c: In function ‘handle_features_response’:
dbus-test.c:210:17: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
cc -DHAVE_CONFIG_H -I. -I./common -I./sdpd -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c dbus-hci.c
cc -DHAVE_CONFIG_H -I. -I./common -I./sdpd -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c dbus-sdp.c
rm -f libhciserver.a
ar cru libhciserver.a security.o storage.o parser.o lexer.o kword.o server.o manager.o adapter.o device.o dbus-common.o dbus-error.o dbus-database.o dbus-security.o dbus-service.o dbus-test.o dbus-hci.o dbus-sdp.o
ranlib libhciserver.a
cc -DHAVE_CONFIG_H -I. -I. -I./common -I./sdpd -I./mod -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c main.c
cc -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -g -Wall -O2 -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -o ../bins/hcid main.o libhciserver.a ./libsdpserver.a ./libhelper.a /usr/lib/libglib-2.0.so -ldbus-1 /usr/lib/libbluetooth.so
make[2]: Leaving directory `/home/samuel/Downloads/qtsixa/qtsixa-1.5.0/utils/hcid'
make[1]: Leaving directory `/home/samuel/Downloads/qtsixa/qtsixa-1.5.0/utils'
make -C sixad
make[1]: Entering directory `/home/samuel/Downloads/qtsixa/qtsixa-1.5.0/sixad'
g++ -Wall -O2 sixad-bin.cpp bluetooth.cpp shared.cpp textfile.cpp -o bins/sixad-bin -lbluetooth
sixad-bin.cpp: In function ‘int main(int, char**)’:
sixad-bin.cpp:39:20: error: taking address of temporary [-fpermissive]
make[1]: *** [sixad_bins] Error 1
make[1]: Leaving directory `/home/samuel/Downloads/qtsixa/qtsixa-1.5.0/sixad'
make: *** [build] Error 2
Any ideas? Thanks.