Subj : Re: make problems To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Fri Jan 16 2004 10:32 am Adam Versteegen wrote: >C:\wxWindows-2.4.2\src\msw>make -f makefile.b32 > >MAKE Version 5.2 Copyright (c) 1987, 2000 Borland >Error makefile.b32 35: Unable to open include file >'c:\wxwindows2.4.2\src\makeb3 >2.env' > >I've checked and the file c:\wxwindows2.4.2\src\makeb32.env is definately >there. What reasons could there be for make not being able to open it? Your path is incorrect. The actual path on your disk has a minus after wxWindows, and the path in your make doesn't. It would be better to rename your wx folder to remove the minus. Otherwise, you will have to take extra pains in your make files to make sure the minus is not treated as a flag by the compiler/linker .