On Sat, 2011-09-17 at 20:30 +0200, Marco Atzeri wrote:
> the build process seems to require an additional file
> 
> after
> $ ../cygport/autogen.sh
> 
> $ make
> Making all in bin
> make[1]: Entering directory `/pub/cygports/cygport/build/bin'
>    GEN    cygport
>    GEN    cygport-inplace
> make[1]: Leaving directory `/pub/cygports/cygport/build/bin'
> Making all in lib
> make[1]: Entering directory `/pub/cygports/cygport/build/lib'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/pub/cygports/cygport/build/lib'
> Making all in cygclass
> make[1]: Entering directory `/pub/cygports/cygport/build/cygclass'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/pub/cygports/cygport/build/cygclass'
> Making all in data
> make[1]: Entering directory `/pub/cygports/cygport/build/data'
> make[1]: *** No rule to make target `gnuconfig/config.guess', needed by 
> `all-am'.  Stop.
> make[1]: Leaving directory `/pub/cygports/cygport/build/data'
> make: *** [all-recursive] Error 1
> 
> 
> I don't see a gnuconfig directory nor in source tree neither in build

gnuconfig is handled as a git submodule, so you need to run the
following commands inside the git checkout:

git submodule init
git submodule update

(Why 'git checkout' won't do this for you, I do not know.)


Yaakov
Cygwin Ports



------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________
Cygwin-ports-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general

Reply via email to