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&)