[Uml-devel] [CVS] update: Update of /cvsroot/uml/umbrello2/libumbrello2

Jens Krüger jkrueger1 at users.sourceforge.net
Fri May 2 01:28:30 UTC 2003


Am Freitag, 2. Mai 2003 09:35 schrieb Sebastian Stein:
> Andrew Sutton <donnie_darko at users.sourceforge.net> [030501 08:27]:
> > Added Files:
> > 	refassociationlink.cpp
> > Log Message:
> > oops - forgot a file.
>

You have different possibilities to do this:
1.
make cvs-clean
make -f Makefile.cvs
./configure --prefix=/your prefix/
make

2.
make cvs-clean
make -f Makefile.cvs
./configure --enable-maintainer-mode --prefix=/your prefix/

It is very helpful to use the last version, because if you are during the development of a project and some
of the autotool file (like Makefile.am, configure.(in|ac)) are changed the autotools recognize this and the most
of the changes (like adding or removing files) are handled correctly be creating new Makefiles. 
Sometimes, like adding new subdirs, you have to use the first method.

I hope it works too on your machine. I'm using
autoconf 2.57
automake 1.7.4
libtool 1.5

Jens

> And how to make it:
>
> if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H
> -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt-3.1.2/include
> -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT 
> -Wnon-virtual-dtor -Wno-long-long -Wbad-function-cast -Wundef -Wall
> -pedantic -W
> -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -fno-builtin -g
> -O2 -fno-exceptions -fno-check-new -fexceptions  -MT refassociation.lo -MD
> -MP -MF ".deps/refassociation.Tpo" \
>           -c -o refassociation.lo `test -f 'refassociation.cpp' || echo
> './'`refassociation.cpp; \
>         then mv ".deps/refassociation.Tpo" ".deps/refassociation.Plo"; \
>         else rm -f ".deps/refassociation.Tpo"; exit 1; \
>         fi
> make[2]: *** Keine Regel vorhanden, um das Target »refassociationlink.cpp«,
>   benoetigt von »refassociationlink.lo«, zu erstellen.  Schluss.
>
>
> Steinchen

-- 
Jens




More information about the umbrello-devel mailing list