hhvm / packaging

The sources for how we have built the HHVM packages.
MIT License
64 stars 65 forks source link

-dev packages have missing content, and content in the wrong place #163

Open fredemmott opened 6 years ago

effeks commented 6 years ago

+1 on this.

Can I manually generate/fetch the hphp-config.h file somehow?

fredemmott commented 4 years ago

In general, the -dev packages (for making native C++ extensions) are not in a usable state.

fredemmott commented 3 years ago

This is slow work, but it's happening; the first step is to make the way we build our third-party dependencies that are statically linked consistent; once we're there, it should be straightforward to resolve this.

This takes days-to-weeks of dedicated work per dependency; getting there, but it is slow.