On Fri, 15 Apr 2005 09:21:58 -0400 Alex wrote:
AB> Move the source code to a folder that does not contain a space in the AB> name. You are compiling from "C:\Documents and Settings" which will not AB> work.
Is there a standard windows equivalents to grep that we could use to test for this, and give an error?
Adding this to the top of the MSVC Makefile works:
!IF [echo $(MAKEDIR)|find " "] == 0
!error You are compiling from a folder that contains a space which can cause problems. Move the source to another folder and try again.
!ENDIF
I will add it to all the MSVC Makefiles. Something similar should be done for Cygwin and MinGW.
AB> Yes, this should be documented, but I don't think it is.
I assume it will be, soon?
Yup!
Alex
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders