| Summary: | xmingw-w32api-3.1 fails to compile unless xmingw-runtime is installed | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Navin Kumar <nsk8> |
| Component: | New packages | Assignee: | Stefan Jones (RETIRED) <cretin> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Navin Kumar
2004-10-24 18:23:43 UTC
Looks like this package is also missing metadata.xml. The fix is not quite as simple as making xmingw-runtime a dependency of xmingw-w32api as runtime itself requires w32api to be installed. This is a bootstrap situation (chicken egg situation). What happens is runtime is untared in the build directory of w32api so the headers can be used. But it seems that w32api is not picking them up anymore. That is what I need to fix. Ok, found it. I assume the build only failed in the directx directory? Because the Makefile there is slightly broken so it is not looking for the headers in the correct place. Patched the makefile so it looks i the correct place and it seems to bootstrap ok again. |