Re: Windows compler need (was RE: wget 1.11 alpha 1 released)

2006-06-14 Thread Travis Loyd
Is the process completely scripted  automated by now?  I'm assuming it
is... including grabbing updated files etc?


Travis Loyd


Herold Heiko wrote:
 Everybody,
 if there is somebody willing to step in as compiler of official windows
 binaries please let yourself heared.
 As I mentioned before currently I've have neither means nor time to provide
 even release version binaries, develpoment-HEAD/alpha/beta builds are stuff
 of dreams; yet there should be downloadable builds for all these, too.
 
 Beside that I think the current (soon-to-be old) release 1.10 binary should
 be moved from my home page to the official site, possibly the ftp server
 (which needs a good cleaning out) or somewhere else.
 
 Heiko 
 




signature.asc
Description: OpenPGP digital signature


Re: Windows compler need (was RE: wget 1.11 alpha 1 released)

2006-06-14 Thread Travis Loyd
Hello gang, I'm considering building the Windows releases for you.

My initial attempts to build wget resulted in an error when performing
./configure:

gettext not found; disabling NLS
checking for makeinfo... makeinfo
checking for perl5... no
checking for perl... /usr/bin/perl
checking for pod2man... /usr/bin/pod2man
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating util/Makefile
.infig.status: error: cannot find input file: util/Makefile

Then typing ./make didn't do much better:

bash-3.1$ make
./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating util/Makefile
.infig.status: error: cannot find input file: util/Makefile
make: *** [stamp-h] Error 1

Is it just me?


Travis Loyd



Herold Heiko wrote:
 Everybody,
 if there is somebody willing to step in as compiler of official windows
 binaries please let yourself heared.
 As I mentioned before currently I've have neither means nor time to provide
 even release version binaries, develpoment-HEAD/alpha/beta builds are stuff
 of dreams; yet there should be downloadable builds for all these, too.
 
 Beside that I think the current (soon-to-be old) release 1.10 binary should
 be moved from my home page to the official site, possibly the ftp server
 (which needs a good cleaning out) or somewhere else.
 
 Heiko 
 




signature.asc
Description: OpenPGP digital signature


Re: Windows compler need (was RE: wget 1.11 alpha 1 released)

2006-06-14 Thread Travis Loyd
Figured out my own problem, perhaps someone might alter this in the
source tree.

The file 'configure.in' has a line as:

dnl
dnl Create output
dnl
AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile util/Makefile
po/Makefile.in tests/Makefile windows/Makefile])

If the line AC_CONFIG_FILES is altered so that it does not wrap around
then everything works in my environment.  I think the problem with my
tools was a \r\n instead of just \n.  But, at the moment can't be sure.

Hopefully this was a helpful note.


Travis


Travis Loyd wrote:
 Hello gang, I'm considering building the Windows releases for you.
 
 My initial attempts to build wget resulted in an error when performing
 ./configure:
 
 gettext not found; disabling NLS
 checking for makeinfo... makeinfo
 checking for perl5... no
 checking for perl... /usr/bin/perl
 checking for pod2man... /usr/bin/pod2man
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating src/Makefile
 config.status: creating doc/Makefile
 config.status: creating util/Makefile
 .infig.status: error: cannot find input file: util/Makefile
 
 Then typing ./make didn't do much better:
 
 bash-3.1$ make
 ./config.status
 config.status: creating Makefile
 config.status: creating src/Makefile
 config.status: creating doc/Makefile
 config.status: creating util/Makefile
 .infig.status: error: cannot find input file: util/Makefile
 make: *** [stamp-h] Error 1
 
 Is it just me?
 
 
 Travis Loyd
 
 
 
 Herold Heiko wrote:
 Everybody,
 if there is somebody willing to step in as compiler of official windows
 binaries please let yourself heared.
 As I mentioned before currently I've have neither means nor time to provide
 even release version binaries, develpoment-HEAD/alpha/beta builds are stuff
 of dreams; yet there should be downloadable builds for all these, too.

 Beside that I think the current (soon-to-be old) release 1.10 binary should
 be moved from my home page to the official site, possibly the ftp server
 (which needs a good cleaning out) or somewhere else.

 Heiko 

 
 




signature.asc
Description: OpenPGP digital signature