Re: compile error
Brought to you by:
set
From: Oswald B. <os...@kd...> - 2005-07-12 15:13:17
|
On Tue, Jul 12, 2005 at 04:38:26PM +0200, Oswald Buddenhagen wrote: > libsettv.a(tdiagaid.o): In function `CreateAddInsDelDialog(int, int, char const*, int, int, int)': > ../settvuti/tdiagaid.cc:206: undefined reference to `TSNoStaticText::TSNoStaticText(char const*)' > collect2: ld returned 1 exit status > ah, that's because libeasyd.a _must_ (yes, really, it's a standard) come after libsettv.a (which depends on the former) - even if some linkers grok it nonetheless. it must be in editor.gpr. manually i fixed the LIBRARIES line in editor.umk. > for some weird reason the compiler command lines are not printed > huh, that was a > /dev/null in my build script. :} i'm just wondering why i put it there ... i suppose i'm spoiled by the kde build system that makes no noise unless something goes wrong. :) -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Chaos, panic, and disorder - my work here is done. |