Xfce4-dev-tools

Robert Kurowski koorek at o2.pl
Wed Mar 16 16:44:39 CET 2005


hi!

I have http://www.xfce.org/~benny/trials/xfce4-dev-tools-4.3.0cvs.tar.gz

I wanted to compile xfmedia from cvs and I while ./autogen.sh:

	[oldboy][16:38:33][/mnt/dane/devel_palace/xfmedia]
	$ ./autogen.sh 
	tr: błędna sekwencja z backslashem na końcu łańcucha znaków
	[...]

This message means there's bad backslash sequence at end of string.
I looked into xdt-autogen source and I found:

	subdirs=`cat ${configure_file} | tr '\n\t\\' '   ' | sed -ne 's|.*AC_CONFIG_SUBDIRS(\[\{0,1\}\([[:alnum:]_ @/-]\{1,\}\).*|\1|p'`

Something like this works well:

	subdirs=`cat ${configure_file} | tr '\n\t' '  ' | sed -ne 's|.*AC_CONFIG_SUBDIRS(\[\{0,1\}\([[:alnum:]_ @/-]\{1,\}\).*|\1|p'`

-- 
Robert 'koorek' Kurowski	Jabber:	koorek at pld-linux.org



More information about the Xfce4-dev mailing list