Re: IDE integration with qtcreator

2017-12-01 Thread Arnaud Versini
Hello Heiko,

Could you please provide us the right procedure in this case ?

Thank you in advance

Le 1 déc. 2017 1:05 PM, "Heiko Tietze"  a
écrit :

> Jim Raykowski brought me on the right track. After removing the line with
> qmake from projects > build steps everything works now with the ordinary
> make.
>
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
>
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: IDE integration with qtcreator

2017-12-01 Thread Heiko Tietze
Jim Raykowski brought me on the right track. After removing the line with qmake 
from projects > build steps everything works now with the ordinary make.



signature.asc
Description: OpenPGP digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: IDE integration with qtcreator

2017-11-27 Thread Heiko Tietze
On 28.11.2017 00:06, Michel Renon wrote:
> 
> I would say that your problem is not related to qt-creator integration.
> 
> The "make qtcreator-ide-integration" command creates .pro files that are used 
> to just load files in qt-creator.
> The build process in qt-creator is just a GUI shortcut to the standards cli 
> commands : that's why the error appears also in the bash environment.
> 

That's true. But there is still an error when building with qtcreator. For 
lo.pro:

In file included from 
../../libreoffice/workdir/UnpackedTarball/libcmis/src/libcmis/libcmis.hxx:31:0,
 from 
../../libreoffice/ucb/source/ucp/cmis/auth_provider.hxx:20,
 from 
../../libreoffice/ucb/source/ucp/cmis/auth_provider.cxx:18:
../../libreoffice/workdir/UnpackedTarball/libcmis/src/libcmis/allowable-actions.hxx:35:10:
 fatal error: libxml/tree.h: No such file or directory
 #include 
  ^~~
compilation terminated. 

> file /usr/include/libxml2/libxml/tree.h 
/usr/include/libxml2/libxml/tree.h: C source, ASCII text

Make works again when I delete *.pro/*.pro.user and run ./autogen * again. 
Guess the makefiles are recreated.



signature.asc
Description: OpenPGP digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: IDE integration with qtcreator

2017-11-27 Thread Michel Renon

Hi Heiko,

Le 26/11/2017 à 11:37, Heiko Tietze a écrit :

Trying to setup an IDE environment but after "make qtcreator-ide-integration" the build 
fails as system include files are not found. For example in case of sc 
"libxml/xpathInternals.h: No such file or directory" (exists at 
/usr/include/libxml2/libxml/). Same happens now for make from bash while it worked before. Removing 
all .pro and *.pro.user solves it for bash but isn't helpful for qtcreator. Guess there is a path 
variable missing, but what and where?



I would say that your problem is not related to qt-creator integration.

The "make qtcreator-ide-integration" command creates .pro files that are 
used to just load files in qt-creator.
The build process in qt-creator is just a GUI shortcut to the standards 
cli commands : that's why the error appears also in the bash environment.


The only link would be that "make qtcreator-ide-integration removes some 
files.
Maybe you can execute some git command to check that your repo is up to 
date ? ('git pull')



Cheers,

Michel
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


IDE integration with qtcreator

2017-11-26 Thread Heiko Tietze
Trying to setup an IDE environment but after "make qtcreator-ide-integration" 
the build fails as system include files are not found. For example in case of 
sc "libxml/xpathInternals.h: No such file or directory" (exists at 
/usr/include/libxml2/libxml/). Same happens now for make from bash while it 
worked before. Removing all .pro and *.pro.user solves it for bash but isn't 
helpful for qtcreator. Guess there is a path variable missing, but what and 
where?

Arch Linux, LXQt



signature.asc
Description: OpenPGP digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice