Hi Claude,
On 16/08/15 15:32, Claude Heiland-Allen wrote:
Windows has a different notion of paths to unix-like systems, including drive specifiers.
The first line of moonlib/absolutepath.c[1] is
#ifndef _WIN32
so the file is empty when compiling for Windows.
Thanks for the information. In that case, I will add a small note to my objects that rely on [absolutepath] that they are only Linux/OS X compatible.
Cheers, Gilberto