You will need a C++ compiler with good template support to build this. Support for exceptions is not required.
In most cases you should be able to port to a new compiler just by
editing include/config.h
.
This version of SP has a provisional 'configure' script for use on Unix systems, provided by Henry S. Thompson. The original Makefile and Makefile.lib scripts can be found as Makefile.orig and Makefile.lib.orig, if configure does not work for you. See install.htm for instructions on how to use configure, or the original UNIX instructions if you need to fall back to them.
Nelson Beebe has ported SP to a variety of other Unix systems and has produced some notes about his experiences.
You must use a compiler that generates 32-bit code.
The following compilers have been tested:
To create a new program, make a new project in the SP project workspace using the Build>Subprojects command, and include lib and maybe generic as subprojects. You may also want to add your project as a subproject to all. Then, in Build>Settings under the C/C++ tab in the Preprocessor category, copy the Preprocessor definitions and Additional include directories entries from the nsgmls subproject. In the Code Generation category make sure you've selected the same run-time library as that used by the corresponding configuration of lib.
You must compile on a platform that supports long filenames.
James Clark