Skip to content

Failing to build PHP 8.4.5 from source #18259

Closed as not planned
Closed as not planned
@abcbarryn

Description

@abcbarryn

Description

make: *** No rule to make target 'php-8.4.5/ext/date/lib/parse_date.c', needed by 'ext/date/lib/parse_date.lo'. Stop.

I am attempting to compile https://secure.php.net/distributions/php-8.4.5.tar.xz

If I manually create parse_date.c by running
re2c parse_date.re >parse_date.c
the compilation continues, but shouldn't the Makefile be doing this? Also, other .re files seem not to be generating their .c files. I did not have this issue when building PHP 8.2.

PHP Version

PHP 8.4.5

Operating System

SuSE Linux

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions