[Uml-devel] Build error (cvs)

Michel Hermier michel.hermier at wanadoo.fr
Thu Mar 6 01:30:08 UTC 2003


Yup, your right I forgot it Here it is.
I prefer my patch to the solution you choosed in umldoc.h.
Invoking this:
> +namespace std {
> +        class type_info;
> +}
Is not very portable in the sence that -If I don't make a mistake- the "old" 
declarations of the class type_info are not in the name space std.
For me it's cleaner to make:
#include <typeinfo>
using namespace std;
which will found a type_info at both place.
namespace.diff was the forgotten patch.

Still have some namespace std problem, in widgetfactory.cpp,
Here is the new patch.


On Thursday 06 March 2003 00:06, Carsten Pfeiffer wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
>
> On Wednesday 05 March 2003 23:27, Michel Hermier wrote:
> > Here is the patch that make it compile for me, for this part. Can you
> > test it? Added also patch for compilation issue in classpropertiesbase.h
> > and dialogpage.h ( compilator confused by non clear virtual inheritance:
> > backtrace follows ).
> > Can you test if it still compile for you?
>
> I think you forgot to attach the patch... however, CVS should compile fine
> now.
>
> Cheers
> Carsten Pfeiffer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: namespace.diff
Type: text/x-diff
Size: 1578 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/umbrello-devel/attachments/20030306/4a94a676/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: factory.diff
Type: text/x-diff
Size: 250 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/umbrello-devel/attachments/20030306/4a94a676/attachment-0001.bin>


More information about the umbrello-devel mailing list