From: Michael M. <mmu...@hv...> - 2004-03-29 21:16:23
|
Hello, all. I've just downloaded the tarball for 3.1.0 to see if it solved some problems that I had with an earlier release. In an attempt to compile, I got the following error during the 'make' step. OptionDlg.cpp: In method `OptionDlg::OptionDlg (QWidget *, const char *, bool, unsigned int)': OptionDlg.cpp:54: `spacer4' undeclared (first use this function) OptionDlg.cpp:54: (Each undeclared identifier is reported only once for each function it appears in.) OptionDlg.cpp:78: `spacer2' undeclared (first use this function) OptionDlg.cpp:315: `Spacer70' undeclared (first use this function) make[2]: *** [OptionDlg.o] Error 1 make[2]: Leaving directory `/home/mm/downloads/KShowMail/kshowmail-3.1.0/kshowmail' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/mm/downloads/KShowMail/kshowmail-3.1.0' make: *** [all] Error 2 I'm running redhat 7.3, qt-3.3.1-0, and kde-3.2.1. Any suggestions? Thanks, Michael |