Opened 13 years ago

Closed 13 years ago

#61 closed defect (fixed)

rasdaman v8.2 compile error: rasmgr_config.cc

Reported by: herziga@… Owned by:
Priority: trivial Milestone:
Component: rasmgr Version:
Keywords: rasmgr_config includes Cc: Peter Baumann
Complexity: Medium

Description

error compiling rasdaman v8.2 (05/07/11) on Kubuntu 11.04 2.6.38-10-generic i686 i386 GNU/Linux

error message:

rasmgr_config.cc: In member function ‘const char* Configuration::makeLogFileName(const char*)’:
rasmgr_config.cc:555:64: error: ‘mkdir’ was not declared in this scope

proposed fix: add include directive:
#include <sys/stat.h>

Change History (3)

comment:1 by herziga@…, 13 years ago

just realised that pending patch 07/14 by Konstantin is addressing this issue

comment:2 by Dimitar Misev, 13 years ago

Cc: Peter Baumann added

comment:3 by Dimitar Misev, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.