Komba2....Won't Compile??
Ralph Crongeyer
rcrongeyer at rpicc.com
Thu Feb 27 08:58:40 GMT 2003
Hi all,
I'm having trouble getting Komba2 to compile. I was having trouble
compiling Mozilla also but I finaly got it because someone on this list
pointed out that Mozilla would not compile with the architecture
Pentuim4, and to change it to i686, which worked!! So I thought that
maby Komba2 had the same problem and tried to compile it with the
architecture changed to i686, but it did not work. :-(
So here is a snipit of my compile log, if anyone can help me that would
be great!!
/opt/lunar/qt/3/bin/moc ./smbconfig.h -o smbconfig.moc.cpp
/opt/lunar/qt/3/bin/moc ./komba2view.h -o komba2view.moc.cpp
/opt/lunar/qt/3/bin/moc ./sendmessage.h -o sendmessage.moc.cpp
creating komba2_meta_unload.cpp
creating komba2.all_cpp.cpp ...
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/lunar/kde/3/include
-I/opt/lunar/qt/3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT
-D_REENTRANT -DNDEBUG -DNO_DEBUG -O2 -O3 -mcpu=i686 -march=i686
-fno-exceptions -fno-check-new -c komba2.all_cpp.cpp
In file included from komba2.all_cpp.cpp:24:
DebugOutputDlg.cpp: In constructor
`DebugOutputDlg::DebugOutputDlg(QWidget*,
const char*, bool, unsigned int)':
DebugOutputDlg.cpp:41: `languageChange' undeclared (first use this function)
DebugOutputDlg.cpp:41: (Each undeclared identifier is reported only once
for
each function it appears in.)
DebugOutputDlg.cpp: At global scope:
DebugOutputDlg.cpp:58: no `void DebugOutputDlg::languageChange()' member
function declared in class `DebugOutputDlg'
In file included from komba2.all_cpp.cpp:25:
PasswordDlg.cpp:126: no `void PasswordDlg::languageChange()' member
function
declared in class `PasswordDlg'
In file included from komba2.all_cpp.cpp:26:
MessageDlg.cpp:93: no `void MessageDlg::languageChange()' member function
declared in class `MessageDlg'
In file included from komba2.all_cpp.cpp:27:
InfoTabDlg.cpp: In constructor `InfoTab::InfoTab(QWidget*, const char*,
unsigned int)':
InfoTabDlg.cpp:83: class `InfoTab' does not have any field named `image0'
InfoTabDlg.cpp:113: `image0' undeclared (first use this function)
InfoTabDlg.cpp: At global scope:
InfoTabDlg.cpp:538: no `void InfoTab::languageChange()' member function
declared in class `InfoTab'
In file included from komba2.all_cpp.cpp:28:
PrefDlg.cpp: In constructor `PrefDlg::PrefDlg(QWidget*, const char*, bool,
unsigned int)':
PrefDlg.cpp:159: class `PrefDlg' does not have any field named `image0'
PrefDlg.cpp: At global scope:
PrefDlg.cpp:414: no `void PrefDlg::languageChange()' member function
declared
in class `PrefDlg'
make[3]: *** [komba2.all_cpp.o] Error 1
make[3]: Leaving directory `/usr/src/komba2-0.7.3/komba2'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/komba2-0.7.3/komba2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/komba2-0.7.3'
make: *** [all-recursive-am] Error 2
More information about the Lunar
mailing list