Needing urgent assistance on my project

falk.brettschneider at gmx.de falk.brettschneider at gmx.de
Wed Feb 12 07:01:26 GMT 2003


The "Undefined reference" error means your linker is angry because it can't
find the object code (in a .o file) of some methods of OSCEvent. Either you
never wrote the function body of such methods (e.g. bufferForOSCbuf()) or you
didn't put them in the Makefile and so the linker can't find them

> oscevent.o(.text+0x124): undefined reference to `CloseHTMSocket(void*)' 
> oscevent.o: In function `OSCEvent::~OSCEvent [in-charge]()': 
> oscevent.o(.text+0x17e): undefined reference to `CloseHTMSocket(void*)' 
>...

Hope that helps
Ciao
F at lk

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list