Skip to content

configuring with --disable-png causes builds to fail #669

@Kangie

Description

@Kangie

Upfront Information

  • Fvwm3 version (run: fvwm3 --version)

Master

  • Linux distribution or BSD name/version

Gentoo linux

  • Platform (run: uname -sp)

N/A

Expected Behaviour

Software with 'optional' feature disabled should build successfully.

Actual Behaviour

Building with ./autogen.sh && ./configure --disable-png && make -j causes unexpected build failures.

git clone https://github.com/fvwmorg/fvwm3.git
cd fvwm3
./autogen.sh && ./configure --disable-png && make -j

Error:

ewmh.c:288:30: error: invalid use of undefined type 'struct tm'

Full build log:

build-failure-git-master.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bugSomething's broken!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions