[SOLVED] Re: Build failure with fatal error: officecfg/Setup.hxx: No such file or directory

2019-12-22 Thread julien2412
Fixed with: diff --git a/framework/Library_fwm.mk b/framework/Library_fwm.mk index 7c979f5a3c5d..c671daab0b9b 100644 --- a/framework/Library_fwm.mk +++ b/framework/Library_fwm.mk @@ -21,6 +21,10 @@ $(eval $(call gb_Library_Library,fwm)) $(eval $(call gb_Library_set_componentfile,fwm,framework/ut

Build failure with fatal error: officecfg/Setup.hxx: No such file or directory

2019-12-22 Thread julien2412
Hello, I'm giving a try at tdf#46037 "Clean up uses of comphelper/configurationhelper.hxx" I've already submitted 2 patches but I got a pb with a file. Just adding #include in framework/source/jobs/helponstartup.cxx I got this build failure: /home/julien/lo/libreoffice/framework/source/jobs/hel