ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RP] version 1.3.0-beta1 released


From: Jay Belanger
Subject: Re: [RP] version 1.3.0-beta1 released
Date: Thu Jul 17 09:46:24 2003
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> Hi folks,
> 
> I've FINALLY made a release. Don't worry, it's just a beta. I hope to
> look at the patches that floated in recently. I'll probably put some
> of them in. But I got release-itch, so here it is: Bright, Shiny,
> Wanky (by the Old Testament definition), and fresh off the compile farm:
> 
> ratpoison version one point three point oh beta one. It's here. It's
> real. Get into it.

I got into it.  Unfortunately, it won't compile for me.
A complete configure/make output is at the end, but the crucial lines
seem to be
  Making all in contrib 
  make[1]: Entering directory `/home/belanger/ratpoison-1.3.0-beta1/contrib'
  make[1]: *** No rule to make target `rpws', needed by `all-am'.  Stop.
  make[1]: Leaving directory `/home/belanger/ratpoison-1.3.0-beta1/contrib'
  make: *** [all-recursive] Error 1
I'm sure this is something minor, that wouldn't be a problem for
someone who knows what they're doing.  Unfortunately, I'm not one of
those people.

Jay


~ $ cd ratpoison-1.3.0-beta1/
~/ratpoison-1.3.0-beta1 $ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether to enable debugging... no
checking for gcc... gcc
checking for gcc... (cached) gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking terminal emulator... xterm
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for add_history in -lhistory... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking for XOpenDisplay in -lX11... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for unistd.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for getopt... yes
checking for getopt_long... yes
checking for setsid... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for putenv... yes
checking for vsnprintf... yes
checking for usleep... yes
checking return type of signal handlers... void
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating contrib/Makefile
config.status: creating src/config.h
config.status: executing default-1 commands
~/ratpoison-1.3.0-beta1 $ make
Making all in src
make[1]: Entering directory `/home/belanger/ratpoison-1.3.0-beta1/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
actions.c
actions.c: In function `sync_wins':
actions.c:3053: warning: unused variable `frame'
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
bar.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
completions.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
communications.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
editor.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
events.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
frame.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
getopt.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
getopt1.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
globals.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
group.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
history.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
hook.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
input.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
linkedlist.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
main.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
manage.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
number.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
sbuf.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
screen.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
split.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2  -I/usr/X11R6/include -c 
window.c
gcc  -g -O2 -Wall -O2  -I/usr/X11R6/include -L/usr/X11R6/lib  -o ratpoison  
actions.o bar.o completions.o communications.o editor.o events.o frame.o 
getopt.o getopt1.o globals.o group.o history.o hook.o input.o linkedlist.o 
main.o manage.o number.o sbuf.o screen.o split.o window.o  -lX11  -lhistory
make[1]: Leaving directory `/home/belanger/ratpoison-1.3.0-beta1/src'
Making all in doc
make[1]: Entering directory `/home/belanger/ratpoison-1.3.0-beta1/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/belanger/ratpoison-1.3.0-beta1/doc'
Making all in contrib
make[1]: Entering directory `/home/belanger/ratpoison-1.3.0-beta1/contrib'
make[1]: *** No rule to make target `rpws', needed by `all-am'.  Stop.
make[1]: Leaving directory `/home/belanger/ratpoison-1.3.0-beta1/contrib'
make: *** [all-recursive] Error 1
~/ratpoison-1.3.0-beta1 $



reply via email to

[Prev in Thread] Current Thread [Next in Thread]