Thomas Briggs wrote:
>    For starters, the autoconf stuff in the libiconv and wv directories has
> problems.  The only way I could get those libs to build was by opening some
> of the files (configure, config.sub, config.guess, ltconfig) in a text
> editor and saving them in "unix mode" (you know what I mean; a more
> intelligent sounding explanation escapes me at the moment. :P )  The same
> four files in both directories needed to be converted, but none of the files

Make sure that you're mounted in text mode (check out:
http://www.abisource.com/mailinglists/abiword-dev/00/June/0255.html for
the command to remount).  I'm not sure if that is your problem, but
maybe it is.
 
>    The second problem is with 'make distribution'.  It dies with the
> following error:

This is absolutely infuriating!  Here's the way to correct it
(theoretically):

Around line 337 of src/config/abi_defs.mk change:

  DIST                  = $(ABI_ROOT)/dist
  OUT                   = $(ABI_ROOT)/src

to

ifeq ($(OS_NAME), WIN32)
  DIST                  = $(ABI_XX_ROOT)/dist
  OUT                   = $(ABI_XX_ROOT)/src 
else
  DIST                  = $(ABI_ROOT)/dist
  OUT                   = $(ABI_ROOT)/src
endif

Should this work?  yeah.  Does it?  no.  When I perform the command:

 make ABI_BUILD_VERSION=0.7.10 distribution

I get the error:

assertion "*p2 != '\0'" failed: file "/src/make/read.c", line 866
      0 [sig] make 22079 stackdump: Dumping stack trace to
make.exe.stackdump

Does anyone else who tries this change on cygwin 1.1.2 get this error? 
I would appreciate any leads that people can give me.  Help!!

-Jeremy (who's really getting tired of cygwin).



Reply via email to