#4056 closed Bug (fixed)
Qt client's trunk (r12022) is FTBFS
Reported by: | taem | Owned by: | jordan |
---|---|---|---|
Priority: | Normal | Milestone: | 2.30 |
Component: | Qt Client | Version: | 2.21 |
Severity: | Normal | Keywords: | qt |
Cc: |
Description
Hi,
Qt client's trunk (r12022) is FTBFS:
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtDBus -I/include -I.. -I. -I. -o prefs.o prefs.cc prefs.cc:87: error: ‘TR_PREFS_KEY_LAZY_BITFIELD’ was not declared in this scope prefs.cc:120: error: too many initializers for ‘Prefs::PrefItem’ make[2]: *** [prefs.o] Error 1 make[2]: Leaving directory `/home/taem/RD/transmission/transmission/qt' make[1]: *** [override_dh_auto_build] Error 2 make[1]: Leaving directory `/home/taem/RD/transmission/transmission' make: *** [build] Error 2
Thanks.
Change History (3)
comment:1 Changed 12 years ago by jordan
comment:2 Changed 12 years ago by jordan
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 12 years ago by livings124
- Milestone changed from None Set to 2.30
Note: See
TracTickets for help on using
tickets.
r12037 qt/ (prefs.cc prefs.h): (trunk qt) fix build issue reported by taem