Fwd: Re: FVWM: problems with png support

2016-10-24 Thread Volker

On 10/22/16 20:41, Thomas Adam wrote:

On Fri, Oct 21, 2016 at 10:12:01AM +0200, Volker wrote:

I updated (from cvs) to the latest version in git, but
unfortunately lost png support under the transition.

This should be fixed now on master; please check.

-- Thomas Adam


Works fine, thanks.

/Volker




Re: FVWM: problems with png support

2016-10-23 Thread Volker

On 10/22/16 20:41, Thomas Adam wrote:

On Fri, Oct 21, 2016 at 10:12:01AM +0200, Volker wrote:

I updated (from cvs) to the latest version in git, but
unfortunately lost png support under the transition.

This should be fixed now on master; please check.

-- Thomas Adam

Works fine, thanks.

/Volker



Re: FVWM: problems with png support

2016-10-22 Thread Thomas Adam
On Fri, Oct 21, 2016 at 10:12:01AM +0200, Volker wrote:
> I updated (from cvs) to the latest version in git, but
> unfortunately lost png support under the transition.

This should be fixed now on master; please check.

-- Thomas Adam



FVWM: problems with png support

2016-10-21 Thread Volker

I updated (from cvs) to the latest version in git, but
unfortunately lost png support under the transition.

configure showed:

checking for libpng.. checking pkg-config is at least version 
0.9.0... yes

checking for png... yes

but when running only xpms are shown.


fvwm -V
fvwm version-2_6_6-105-gccc093f compiled on Oct 21 2016 at 09:52:24
with support for: ReadLine, RPlay, Stroke, XPM, SVG, Shape, XShm, SM, 
Xinerama, XRender, XCursor, XFT, NLS


Is there an additional step I am missing?

Kind regards
Volker


I got the following errors when running config:

./configure: line 13199: GNOME_INIT_HOOK: command not found
config.status: error: cannot find input file: `bin/fvwm-convert-2.2.1.in'


and this is the complete output of configure:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for sed... sed
checking for a Python interpreter with version >= 2.5... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... 
${prefix}/lib/python2.7/site-packages
checking for python extension module directory... 
${exec_prefix}/lib/python2.7/site-packages

checking for perl... /usr/bin/perl
checking for perl 5.004 or better... yes
assuming /usr/bin/perl as perl location
checking whether to enable command logging... no
checking whether to enable debugging messages... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking imagepath... /usr/include/X11/bitmaps:/usr/include/X11/pixmaps
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for library containing strerror... none required
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking size of int... 4
checking size of long... 8
checking size of Window... 8
checking size of Pixel... 8
checking size of void *... 8
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for pkg-config... /usr/bin/pkg-config
checking for xsltproc... xsltproc
checking for SmcOpenConnection in -lSM... yes
checking for XShapeQueryExtension in -lXext... yes
checking for XShmQueryExtension in -lXext... yes
checking X11/XKBlib.h usability... yes
checking X11/XKBlib.h presence... yes
checking for X11/XKBlib.h... yes
checking for XineramaIsActive in -lXinerama... yes
checking whether to enable Xinerama emulation on one screen (useful only 
for developers)... no

checking for XRenderComposite in -lXrender... yes
checking for XRenderCreateCursor in -lXrender... yes
checking for XcursorImageLoadCursor in -lXcursor... yes
checking for freetype-config... /usr/bin/freetype-config
checking for FreeType - version >= 6.1.0... yes
checking for fontconfig-config... no
checking for Fontconfig - version >= 1.0.1... yes
checking for xft-config... no
checking for Xft - version >= 2.0.0... yes
checking for XpmReadFileToXpmImage in -lXpm... yes
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for Xpm 3.4g or better... yes
checking for libpng.. checking pkg-config is at least