Closed hughsie closed 6 years ago
I also think the files really need to go. Who cares about sunpro now? I also can't see msvc being a realistic option.
Alright I'm going to open a separate bug to track removing all this boost stuff because it's going to require some surgery for all the #define
s produced by it. For now we'll fix your issue with that PR (which I just re-pushed, so please test again).
Not quite:
/app/include/smbios_c/config/get_config.h:46:39: fatal error: smbios_c/config/platform/linux.h: No such file or directory
OK, I see, some subdirectory headers too. Just got a chance to try again. Can you please retry with the updated PR?
Can you rebase wip/superm1/fix-include against master please? It makes my life easier to build a flatpak.
Sure thing, just did.
Thanks, sorry to be the harbinger of doom:
/app/include/smbios_c/config/get_config.h:46:39: fatal error: smbios_c/config/platform/linux.h: No such file or directory
This exists build-dir/files/include/smbios_c/platform/linux.h
but not in /config
...
< sigh > Alright I made one more change, can you try again?
Works!
Compiling inside flatpak I get:
Looking at the builddir I see:
But
select_compiler_config.h
is looking forsmbios_c/config/compiler/gcc.h
-- i.e. with acompiler/
prefix that doesn't exist in reality. Either thegcc.h
header is installed in the wrong directory (andsunpro_cc.h
andvisual_c.h
) or the include is wrong.