On Monday 03 of March 2014 22:43:03 Darrell wrote:
On Mon March 3 2014 3:22:38 pm Slávek Banko wrote:
On Monday 03 of March 2014 22:14:36 Slávek Banko wrote:
On Monday 03 of March 2014 22:06:46 Darrell wrote:
- kchmviewer FTBFS due to commit 3aef1afb
What broke? The package builds fine here.
Darrell
Causes FTBFS on all supported versions and platforms of Debian and Ubuntu:
i686-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I/usr/share/tqt3/include -include tqt.h -I/opt/trinity/include -I../../lib/libchmfile -I../../src -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/include/tqt -MT kchmsetupdialog.o -MD -MP -MF .deps/kchmsetupdialog.Tpo -c -o kchmsetupdialog.o ../../src/kchmsetupdialog.cpp ../../src/kchmsetupdialog.cpp:316:36: error: no 'void KCHMSetupDialog::slotShowHelp()' member function declared in class 'KCHMSetupDialog' make[4]: *** [kchmsetupdialog.o] Error 1
I just found the problem and solved - I'll push the fix soon.
kchmsetupdialog.h is created dynamically and does not declare KCHMSetupDialog::slotShowHelp?
Darrell
Yes, exactly. Fixed in GIT hash 03824234.