Hello Tom,
Windows is not our target platform and since Windows is not POSIX compatible you can not compile it directly for it. However, the challenges to master should not be very complicated, but since we are doing research we do not have the man power to investigate the compilation process for win32.
The issue with "basename()" you have found might be only a specific missing include. Did you already asked google for that issue?
Kind regards, Johannes
Am 10.08.2013 05:32, schrieb Tom Sparks:
I am attempting to compile ibr-dtn 0.10.0 on windows via cyqwin and it stops with " File.cpp: In member function 'std::string ibrcommon::File::getBasename() const': File.cpp:174:44: error: 'basename' was not declared in this scope return std::string(basename(_path.c_str())); ^ Makefile:420: recipe for target `File.lo' failed " ./config and make output bellow