lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lmi] Calculation Summary columns selection


From: Evgeniy Tarassov
Subject: Re: [lmi] Calculation Summary columns selection
Date: Wed, 8 Nov 2006 04:03:44 +0100

On 11/7/06, Boutin, Wendy <address@hidden> wrote:
Greg Chicares wrote:
> On 2006-11-7 2:10 UTC, Evgeniy Tarassov wrote:
> > The code is commited to cvs (20061107T0147Z).
> >
> > I have done corresponding modifications to objects.make to include new
> > files, but i failed to compile the application using makefiles. Of
> > course it builds and works using autotools, but for some reason i
> > could not have tested it using lmi makefiles.
>
> I'm sure that problem can be solved. I won't be able to look at
> it until tomorrow morning, though--not before noon UTC, that is.

I confirmed this *uncommitted* change will solve the compiling problem:

c:/opt/lmi/src/lmi[1]$diff -u0 properties_model.cpp properties_model-Wendy.cpp
--- properties_model.cpp        Tue Nov 07 14:23:53 2006
+++ properties_model-Wendy.cpp    Tue Nov 07 13:56:34 2006
@@ -108 +108 @@
-void PropertiesModel::DoEnforceCircumscription(std::string const& name)
+void PropertiesModel::DoEnforceCircumscription(std::string const&)
@@ -112 +112 @@
-void PropertiesModel::DoEnforceProscription(std::string const& name)
+void PropertiesModel::DoEnforceProscription(std::string const&)

Thank you very much for solving the problem! I'm sorry about this
defect in the commited code. I was very mistaken about the reasons for
the code not to compile.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]