[Uml-devel] Big bug: cant compile, no initLibraries method
Jonathan Riddell
jr at jriddell.org
Wed Oct 29 06:58:20 UTC 2003
On Wed, Oct 29, 2003 at 09:38:34AM -0500, Brian Thomas wrote:
>
> Ok, I cant compile the code anymore. The problem is no
> "initLibraries" method for uml.ccp. Please fix soon..
>
> =b.t.
>
> main.cpp: In function `int main(int, char**)':
> main.cpp:63: no matching function for call to `UMLApp::initLibraries()'
> make[1]: *** [main.o] Error 1
> make[1]: Leaving directory `/home/thomas/kdesdk/umbrello/umbrello'
> make: *** [all-recursive] Error 1
> thomas at laptop% grep initLibraries *h
> thomas at laptop% grep initLibraries *cpp
> main.cpp: uml->initLibraries();
Your sources must be out of date, do
cvs update main.cpp
that line has changed to
uml->initGenerators();
Jonathan Riddell
More information about the umbrello-devel
mailing list