Can't compile on Ubuntu 13.10 and Fedora 19

Bug #1228153 reported by Kevin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
QtSixA
Invalid
Undecided
Unassigned

Bug Description

Hello, well, that's my problem.

I can't compile QtSixA 1.5.1 with Fedora 19 or Ubuntu 13.10, I got on both similar errors

[kevin@localhost QtSixA-1.5.1]$ make
make -C qtsixa
make[1]: se ingresa al directorio `/home/kevin/QtSixA-1.5.1/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]: se sale del directorio `/home/kevin/QtSixA-1.5.1/qtsixa'
make -C utils
make[1]: se ingresa al directorio `/home/kevin/QtSixA-1.5.1/utils'
mkdir -p bins
cc -O2 -Wall -Wl,-Bsymbolic-functions hidraw-dump.c -o bins/hidraw-dump
cc -O2 -Wall -Wl,-Bsymbolic-functions sixpair.c -o bins/sixpair `pkg-config --cflags --libs libusb`
cc -O2 -Wall -Wl,-Bsymbolic-functions sixpair_kbd.c -o bins/sixpair-kbd `pkg-config --cflags --libs libusb`
cc -O2 -Wall -Wl,-Bsymbolic-functions sixad-jack.c -o bins/sixad-jack `pkg-config --cflags --libs jack` -lm
make[1]: se sale del directorio `/home/kevin/QtSixA-1.5.1/utils'
make -C sixad
make[1]: se ingresa al directorio `/home/kevin/QtSixA-1.5.1/sixad'
mkdir -p bins
g++ -O2 -Wall -Wl,-Bsymbolic-functions sixad-bin.cpp bluetooth.cpp shared.cpp textfile.cpp -o bins/sixad-bin `pkg-config --cflags --libs bluez` -lpthread -fpermissive
g++ -O2 -Wall -Wl,-Bsymbolic-functions sixad-sixaxis.cpp sixaxis.cpp shared.cpp uinput.cpp textfile.cpp -o bins/sixad-sixaxis -lpthread -lrt
g++ -O2 -Wall -Wl,-Bsymbolic-functions sixad-remote.cpp remote.cpp shared.cpp uinput.cpp textfile.cpp -o bins/sixad-remote -lrt
g++ -O2 -Wall -Wl,-Bsymbolic-functions sixad-raw.cpp sixaxis.cpp shared.cpp uinput.cpp textfile.cpp -o bins/sixad-raw
g++ -O2 -Wall -Wl,-Bsymbolic-functions sixad-3in1.cpp sixaxis.cpp shared.cpp uinput.cpp textfile.cpp -o bins/sixad-3in1
make[1]: se sale del directorio `/home/kevin/QtSixA-1.5.1/sixad'
[kevin@localhost QtSixA-1.5.1]$

That's all, it doesn't tell me which file gives error, just goes out of the directory and stops compiling :(

I already patched shared.h

I think it could be a problem with a update of gcc, because I managed to compile it a short time ago, but not know.

Please, help.

Thank you

Revision history for this message
Kevin (noemito-28) wrote :

Well, I have taken a look at makefile, and I've seen that this is the result of THE END OF COMPILATION xD

I'm so sorry for all of this :(

Revision history for this message
falkTX (Old) (falk-t-j) wrote :

Where do you see a build error?
From what you pasted I see that it compiled successfully.

Changed in qtsixa:
status: New → Invalid
Revision history for this message
Kevin (noemito-28) wrote :

Yes, you're right, I noticed it a while after I wrote this, jeje

I was passing it bad, but I see I was compiling it all times xD

Thanks and sorry for inconveniences.

Bye

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.