Douglas Wing wrote:
> I've been unable to compile AbiWord 1.0.2 (unstable branch).  It always
> fails with the following:
> 
> Making all in src
> cd .. && /bin/sh ./config.status src/GNUmakefile
> config.status: creating src/GNUmakefile
> Making all in tools
> cd ../.. && /bin/sh ./config.status src/tools/GNUmakefile
> config.status: creating src/tools/GNUmakefile
> Making all in cdump
> cd ../../.. && /bin/sh ./config.status src/tools/cdump/GNUmakefile
> config.status: creating src/tools/cdump/GNUmakefile
> Making all in xp
> GNUmakefile:189: *** missing separator.  Stop.
> make[3]: *** [all-recursive] Error 1

I am getting this too now, although I have compiled abiword-1.0.2 
successfully in the past. Looking at this GNUmakefile, it is clear that 
it is corrupt and was not made correctly by automake. The line in 
question is

@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdump.Po@am__quote@

which is bogus. It should be

include ./$(DEPDIR)/cdump.Po


I bet you also got tons of warnings like this at the beginning of your 
output:


configure.ac:275: PLATFORM_CFLAGS was already defined in condition TRUE, 
which implies condition WITH_COCOA_FALSE

   PLATFORM_CFLAGS (User, where = configure.ac:275) =
   {
     WITH_CARBON_TRUE => @PLATFORM_CFLAGS@ -DXP_MAC_TARGET_CARBON 
$(MACOSX_CFLAGS)
     WITH_CARBON_FALSE => @PLATFORM_CFLAGS@
     TRUE => @PLATFORM_CFLAGS@
     WITH_COCOA_TRUE => @PLATFORM_CFLAGS@ -DXP_TARGET_COCOA $(MACOSX_CFLAGS)
   }


I think this is a bug in automake-1.6.3 (maintainer CC'ed). If you still 
have a *.deb file for automake-1.6.2 lying around, install it (with 
"sudo dpkg -i 
/sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/automake_1.6.2-1_darwin-powerpc.deb",
 
you can't use "fink install automake-1.6.2", because the info file is no 
longer there).

Then try again.

-- 
Martin



-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to