[Uml-devel] slightly off-topic: ld weirdness
Jonathan Riddell
jr at jriddell.org
Wed Nov 26 16:16:06 UTC 2003
On Mon, Nov 24, 2003 at 11:24:09AM +0100, BARTKO, Zoltan wrote:
> I am writing my documentation generator for Umbrello.
Can you explain more about what the documentation generator will produce?
> I use KDevelop3
> (I'm dumb with automake, I admit).
We all are.
> to be brief, in UmlApp I have put
> an attribute DocGenerator* m_docGenerator, and it compiles, but ld
> gives me things like there is an undefined reference in
> UmlApp::UmlApp[in-charge] and in UmlApp::UmlApp[not-in-charge] to
> DocGenerator::DocGenerator[in-charge]. Then it is not willing to
> recognize the methods of the DocGenerator class in UmlApp.
However it isn't that difficult to edit a Makefile.am file, just add
your .cpp file to umbrello_SOURCES and rerun
make -f Makefile.cvs; ./configure; make
Jonathan
More information about the umbrello-devel
mailing list