Greg, Your new MSVC wrappers behaved a bit better, but still fail to create Makfiles. This time they did recognize headers in MSVC include directory and created a good dxconfig file... but when attempting to create Makefile, I still get the following:
Suhaib checking for select.h... grep: conftest.out: No such file or directory yes checking for sys/select.h... (cached) no the second third and fourth args to select are pointers to checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) no checking for winsock2.h... no the third arg to getsockname is pointer to checking whether -lstdc++ is needed... no updating cache ./config.cache creating ./config.status creating Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating bin/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating bin/dx sed: file conftest.s1 line 36: Unterminated `s' command creating bin/dxworker sed: file conftest.s1 line 36: Unterminated `s' command creating bin/mdf2c sed: file conftest.s1 line 36: Unterminated `s' command creating doc/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating fonts/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating help/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating html/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating include/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating include/dx/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating lib/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating man/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating man/catl/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating man/manl/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/exec/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/exec/dpexec/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/exec/dxexec/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/exec/dxmods/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/exec/hwrender/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/exec/hwrender/gl/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/exec/hwrender/opengl/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/exec/hwrender/starbase/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/exec/hwrender/xgl/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/exec/libdx/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/exec/libdx/local.mk sed: file conftest.s1 line 36: Unterminated `s' command creating src/misc/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/misc/arch.mak sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/base/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/dxl/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/dxui/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/dxuilib/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/java/dx/protocol/server/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/java/dx/protocol/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/java/dx/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/java/dx/runtime/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/java/server/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/java/server/macros/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/java/server/dxserver.paths sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/java/server/startserver sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/java/dx/client/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/java/dx/net/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/java/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/mb/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/prompter/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/startup/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/tutor/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/ui/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/ui/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating src/uipp/widgets/Makefile sed: file conftest.s1 line 36: Unterminated `s' command creating windows/Makefile sed: can't read ./windows/Makefile.in: No such file or directory sed: file conftest.s1 line 36: Unterminated `s' command creating include/dxconfig.h bash-2.04$
