Bug #1104

Client fails to build due to missing include file?

Added by ddougher almost 8 years ago. Updated almost 8 years ago.

Status:Closed Start date:09/26/2010
Priority:Immediate Due date:
Assignee:vl % Done:

100%

Category:Client: General
Target version:Version 0.8.0

Description

In compiling the micro_life_manager.cpp file under Visual Studio 2008 the compile fails with two errors on lines which read

fromString(args[0], DisplayMicroLifeZones);

These lines are around 887 and 900 in the file.

The problem appears to be that in the previous version the line

#include <utility>

Which was around line 45 has been removed. I suspect that utility contains the fromString() function and without it, the
file cannot compile.

I believe restoring the include file will fix the client build.

History

#1 Updated by ddougher almost 8 years ago

Adding #include <utility> did not fix problem. (I tested it.) However, vl's fix of adding nlmisc namespace does correct the issue in both debug and release versions. Not sure how you mark things done with this software, but I'd say this one is fixed. Nice job vl.

#2 Updated by vl almost 8 years ago

The problem was fixed, you can update the latest repository and it's related to a missing using namespace NLMISC.

#3 Updated by vl almost 8 years ago

  • Category set to Client: General
  • Status changed from New to Resolved
  • Assignee set to vl
  • % Done changed from 0 to 100

#4 Updated by kervala almost 8 years ago

  • Status changed from Resolved to Closed
  • Target version set to Version 0.8.0

Also available in: Atom PDF