[00:51:15] <Malignant_Manor> Marzo: Exult doesn't seem to support building 64 bit Windows binaries.
[00:52:08] <Malignant_Manor> We have WIN32 as a check for Windows and it isn't getting set.
[00:54:16] <Malignant_Manor> files/listfiles.cc:180:10: fatal error: 'glob.h' file not found which is in preprocessor that wouldn't get used if it was set.
[01:01:02] <Malignant_Manor> It does (and should) have WIN_32 defined but it has it defined as _WIN32
[01:24:34] <Marzo> Malignant_Manor: there are many problems building Exult in 64-bit Windows; not the least of which is that Exult tends to use long for integer representations of pointers, which does not work on Win64
[01:24:52] <Marzo> And probably many other such problems as well
[01:25:22] <Malignant_Manor> Okay. I had used used -DWIN32 and ran into another issue.
[01:25:57] <Marzo> AI am off to bed now, but will look at the logs tomorrow
[01:26:40] <Malignant_Manor> I will have to try with a 32 bit build sometime
[01:27:28] <Malignant_Manor> That might fix the issue.