Tristan Lee - 2005-02-10

I downloaded and installed QT 3.3.4 and everything went smoothly. While trying to 'make' qfsm 0.43, I received errors. Here is the error during 'make':

[root@localhost qfsm]# make
make  all-recursive
make[1]: Entering directory `/usr/local/qfsm'
Making all in src
make[2]: Entering directory `/usr/local/qfsm/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.1/include -I/usr/X11R6/include  -DQT_THREAD_SUPPORT  -D_REENTRANT -g  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -MT ICheckDlg.o -MD -MP -MF ".deps/ICheckDlg.Tpo" -c -o ICheckDlg.o ICheckDlg.cpp; \ then mv -f ".deps/ICheckDlg.Tpo" ".deps/ICheckDlg.Po"; else rm -f ".deps/ICheckDlg.Tpo"; exit 1; fi
ICheckDlg.cpp:22: duplicate `const'
ICheckDlg.cpp:66: duplicate `const'
make[2]: *** [ICheckDlg.o] Error 1
make[2]: Leaving directory `/usr/local/qfsm/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/qfsm'
make: *** [all] Error 2
[root@localhost qfsm]#

Any ideas?