On Mon, May 12, 2008 at 05:44:36PM +0200, Angelo Graziosi wrote:

> Date: Mon, 12 May 2008 17:44:36 +0200
> From: Angelo Graziosi <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Building mrxvt broken on Cygwin
> 
> Since trunk-rev.-274 this happens (until 265 all worked fine):
>
> After downloading from SVN
>
> $ cd mrxvt05b
> $ ./bootstrap.sh
> + aclocal
> + autoheader
> + automake --add-missing --copy
> configure.ac:38: installing `./config.guess'
> configure.ac:38: installing `./config.sub'
> configure.ac:29: installing `./install-sh'
> configure.ac:29: installing `./missing'
> Makefile.am: required file `./ChangeLog' not found
> + autoconf
>
> and ./configure fails.
>
> If I copy ChangeLog.old to ChangeLog OR if I
>
> $ svn2cl --authors=svn-authors.xml -r 245:HEAD
>
> then ./configure passes but

Thanks for pointing this out. I updated bootstrap.sh to create a dummy
ChangeLog if it's not present.

> $ make
> [...]
> gcc -DPKG_CONF_DIR=\"/usr/local/mrxvt/etc/mrxvt\" -I.
> -I/tmp/mrxvt-0.5.b-274/src -I.. -g -O2 -Wall -fPIC -I/usr/X11R6/include
> -I/usr/X11R6/include -I/usr/include/freetype2 -c
> /tmp/mrxvt-0.5.b-274/src/scrollbar.c
> /tmp/mrxvt-0.5.b-274/src/scrollbar.c:1: warning: -fPIC ignored for target
> (all code is position independent)
> /tmp/mrxvt-0.5.b-274/src/screen.c:40:21: wordexp.h: No such file or
> directory
> /tmp/mrxvt-0.5.b-274/src/screen.c: In function `rxvt_scr_draw_string':
> /tmp/mrxvt-0.5.b-274/src/screen.c:3198: warning: passing arg 2 of
> `libiconv' from incompatible pointer type
> /tmp/mrxvt-0.5.b-274/src/screen.c: In function `rxvt_paste_file':
> /tmp/mrxvt-0.5.b-274/src/screen.c:5074: error: `wordexp_t' undeclared
> (first use in this function)
> /tmp/mrxvt-0.5.b-274/src/screen.c:5074: error: (Each undeclared identifier
> is reported only once
> /tmp/mrxvt-0.5.b-274/src/screen.c:5074: error: for each function it appears
> in.)
> /tmp/mrxvt-0.5.b-274/src/screen.c:5074: error: parse error before "p"
> /tmp/mrxvt-0.5.b-274/src/screen.c:5078: warning: implicit declaration of
> function `wordexp'
> /tmp/mrxvt-0.5.b-274/src/screen.c:5078: error: `p' undeclared (first use in
> this function)
> /tmp/mrxvt-0.5.b-274/src/screen.c:5102: warning: implicit declaration of
> function `wordfree'
> make[2]: *** [screen.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[2]: Leaving directory `/tmp/build/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/tmp/build'
> make: *** [all] Error 2

We recently started using wordexp to expand the home directory / etc. I
guess it's not there on cygwin. I'll #ifdef it,

GI

-- 
File not found. Should I fake it? (Y/N)

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Materm-devel mailing list
Materm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/materm-devel
mrxvt home page: http://materm.sourceforge.net

Reply via email to