On Wed, Jul 03, 2002 at 09:54:47PM +0200, Frantisek Dufka wrote:
> Lot of things works fine under cygwin (like compiling
> Weasel, prctools, pilot-link, SmallBASIC), but the plucker configure or 
> autogen.sh script just hangs
> 
> ./autogen.sh --with-pypluckerdir=/usr/local/PyPlucker --disable-docbuild
> --disable-palmosbuild --disable-desktopbuild

I found what's causing the problem, but I'm not sure why. It's caused
by the line in config.status

s,@VERSION@,@@VERSION@@,;t t

sed on unix is okay, but sed on cygwin/windows gets it caught in an
infinite loop. A temporary way around this problem is to call autogen.sh
(or configure) with the parameter: --with-version=<pick something>

I'll try to figure out a more permanent solution in the cvs.

In the process of tracking down this issue, I've come across a serious
problem preventing the building of the palmos viewer under cygwin. I'm
trying to fix that as well...

-- 
Adam McDaniel
Array Networks
Calgary, AB, Canada

Attachment: msg03005/pgp00000.pgp
Description: PGP signature

Reply via email to