[Mono-list] Still can't build!

J. Perkins jason@379.com
Fri, 26 Jul 2002 15:14:43 -0400


Dick Porter wrote:
> On Fri, 2002-07-26 at 18:24, J. Perkins wrote:
>>Makefile:308 is:
>>	if PLATFORM_WIN32
> 
> That shouldnt appear in Makefile (its an automake directive in
> Makefile.am).  Did you start from scratch after the last build attempt?

Nope. I cleaned up and started again, and it got a lot farther
before quitting with:

  ----

extracting exported symbol list from `cygiconv-2.dll'
test -f .libs/impgen.c || \
       sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* 
impgen.c ends here \
*\// { s/^# //;s/^# *$//; p; }" -e d < ../../libtool > .libs/impgen.c
       test -f .libs/impgen.exe || (cd .libs && \
       if test "x" != "x" ; then  -o impgen impgen.c ; \
       else gcc -mno-cygwin -o impgen impgen.c ; fi)
       .libs/impgen /usr/lib/../bin/cygiconv-2.dll > 
.libs/cygiconv-2.dll-def
make[3]: *** [pedump.exe] Error 1
make[3]: Leaving directory 
`/home/jason/mono-25-Jul-02/mono/mono/metadata'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jason/mono-25-Jul-02/mono/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jason/mono-25-Jul-02/mono'
make: *** [all-recursive-am] Error 2

  ----

Jason
379