Subj : Re: make problems To : borland.public.cpp.borlandcpp From : "Adam Versteegen" Date : Fri Jan 16 2004 02:12 pm Bob Gonder wrote: > 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 Thanks Bob, I actually made two copies of the wxwindows dir (one with the - one without) as various wx stuff is needed in the one with the -. It seems to be making now, but instead there's now resource issues :(. -- .