Hi Sam,
So I looked into the problem, and it turns out the error are coming
out of building Documentor only... So the only things that did not
compile were EDA and Documentor.
If you want to use EDA (The database access layer), for now I suggest
you just do:
cd eda
make -f Makefile.win32
Other than that, everything else should be built fine, except for Documentor.
If you want to build Documentor, you can simply open the
Documentor.epj once Ecere is installed, take out SplitWindow.ec from
the project, and it should be fine.
Alternatively you could take out all the references from SplitWindow
inside Documentor's Makefile, since that file is actually not used
right now.
I reuploaded the tarball with these problems fixed.
Cheers,
Jerome