Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11907 - kmerlin doesn't compile
Summary: kmerlin doesn't compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-10 12:57 UTC by Throstur Svanbergsson
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Throstur Svanbergsson 2002-12-10 12:57:55 UTC
kmerlin doesn't compile.  
 
I am using kde-3.1-rc5, qt-3.1.0-r1, gcc-3.2.1, glibc-2.3.1-r2 
 
creating kmerlin_meta_unload.cpp 
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.1/include -I/usr/qt/3/include 
-I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT 
-I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include   -DNDEBUG -O2 
-march=pentium3 -O3 -pipe -fomit-frame-pointer -fno-exceptions -fno-check-new  -c 
chatview.cpp 
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.1/include -I/usr/qt/3/include 
-I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT 
-I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include   -DNDEBUG -O2 
-march=pentium3 -O3 -pipe -fomit-frame-pointer -fno-exceptions -fno-check-new  -c 
adduser.cpp 
adduser.cpp: In constructor `adduser::adduser(QWidget*, const char*, bool, 
   unsigned int)': 
adduser.cpp:54: `languageChange' undeclared (first use this function) 
adduser.cpp:54: (Each undeclared identifier is reported only once for each 
   function it appears in.) 
adduser.cpp: At global scope: 
adduser.cpp:77: no `void adduser::languageChange()' member function declared in 
   class `adduser' 
make[3]: *** [adduser.o] Error 1 
make[3]: *** Waiting for unfinished jobs.... 
chatview.cpp: In constructor `chatview::chatview(QWidget*, const char*, 
   unsigned int)': 
chatview.cpp:82: `languageChange' undeclared (first use this function) 
chatview.cpp:82: (Each undeclared identifier is reported only once for each 
   function it appears in.) 
chatview.cpp: At global scope: 
chatview.cpp:105: no `void chatview::languageChange()' member function declared 
   in class `chatview' 
make[3]: *** [chatview.o] Error 1 
make[3]: Leaving directory `/var/tmp/portage/kmerlin-1.2/work/kmerlin-1.2/kmerlin' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory `/var/tmp/portage/kmerlin-1.2/work/kmerlin-1.2/kmerlin' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/var/tmp/portage/kmerlin-1.2/work/kmerlin-1.2' 
make: *** [all-recursive-am] Error 2 
 
!!! ERROR: net-im/kmerlin-1.2 failed. 
!!! Function kde_src_compile, Line 88, Exitcode 2 
!!! died running emake, kde_src_compile:make
Comment 1 Thorsten Ebers 2002-12-12 14:00:42 UTC
i have got the same
Comment 2 Hannes Mehnert (RETIRED) gentoo-dev 2002-12-14 11:55:36 UTC
i fixed this in kmerlin-1.2.ebuild. please test and if it works, you can close this bug. 
thanks for submission. 
Comment 3 Throstur Svanbergsson 2002-12-14 17:54:08 UTC
Works for me. Thanks.