From kdevelop-bugs Wed Mar 30 12:43:54 2005 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Wed, 30 Mar 2005 12:43:54 +0000 To: kdevelop-bugs Subject: [Bug 102853] New: Undefined reference to [in-charge] Message-Id: <20050330144352.102853.javieranda () gmail ! com> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306935706883 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=102853 Summary: Undefined reference to [in-charge] Product: kdevelop Version: unspecified Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: javieranda gmail com Version: (using KDE KDE 3.2.3) Installed from: I Don't Know OS: Linux I get this messages *cd "/home/javier/fecconstruction/debug" && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -k *compiling fi (g++) *linking fecconstruction (libtool) *linking fecconstruction (g++) */home/javier/fecconstruction/src/fecconstruction.cpp:118: undefined reference to `MRTPPacket::MRTPPacket[in-charge](unsigned char*, unsigned)' *fecconstruction.o(.text+0x1a0):/home/javier/fecconstruction/src/fecconstruction.cpp:119: undefined reference to `MRTPPacket::MRTPPacket[in-charge](unsigned char*, unsigned)' */home/javier/fecconstruction/src/fecconstruction.cpp:335: undefined reference to `MRTPPacket::MRTPPacket[in-charge](unsigned char*, unsigned)' *fecconstruction.o(.text+0xa5c):/home/javier/fecconstruction/src/fecconstruction.cpp:336: undefined reference to `MRTPPacket::MRTPPacket[in-charge](unsigned char*, unsigned)' 
I've tried to distclean and compile, but it doesn't solve the problem...I've included the RTP.h file where the declaration of the classes are, as well as the RTP.cpp file in the same directory of the project. I'm new in this environment, but I've seen many people have had the same problem. What could I do? Thanks, Javier ANDA