Hi!
You can jast ignore the Warning, the WINNT platform doesn't need for that configurations. Otherwise, You can add Your configuration code(or blank definition) into $SRC_ROOT/config_office/set_soenv.in file for WINNT platform. And don't forget add your native language into "LANGUAGES" array.
About errors:
I can only advise You to pay attention to $SRC_ROOT/external/prj/d.lst. There are such strings:
..\msvcp70\msvcp70.dll %_DEST%\bin%_EXT%\msvcp70.dll
..\msvcp70\msvcr70.dll %_DEST%\bin%_EXT%\msvcr70.dll
These commands copy that DLLs to solver/.../bin folder. Then, because of that, some programs(like javadep.exe and makedepend.exe) doesn't work properly.Remove or REM these strings but don't forget to add them to solver/.../bin folder. If You already have that DLLs in this folder remove and add again, after building the all modules.
Try use any monitoring or debugging tools to get immediate cause of errors.
This message has no replies yet.