From: Ed H. <ed...@do...> - 2006-08-15 01:52:35
|
I've been working on this a little more. What seems to keep happening is that patches don't get made. Perhaps I'm missing some patch-related functionality here? Where a file should be patched, it seems to be moved to a .bak file and an empty file is left in its place. Right now I'm applying patches by hand and seeing if that helps. (I had a patch utility in cygwin but I made cygwin go away so it wouldn't get in the way of MINGW.) Mattia Barbon wrote: > On Sat, 12 Aug 2006 19:36:44 -0400 > Ed Heil <ed...@do...> wrote: > > >> mingw32-make: *** No rule to make target `all'. Stop. >> system: mingw32-make -f makefile.gcc all UNICODE=0 MSLU=0 BUILD=release >> SHARED= >> 1: 512 at inc/My/Build/Win32.pm line 246 >> > > Could you stick a 'print cwd, "\n"' at that line to see where > is it trying to chdir to, and if is there a makefile.gcc in that > directory. > > Thanks! > Mattia > |