Bug 101874 - make qtcreator-ide-integration creates ill formed .pro files
Summary: make qtcreator-ide-integration creates ill formed .pro files
Status: RESOLVED DUPLICATE of bug 98713
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: skillPython
Depends on:
Blocks:
 
Reported: 2016-09-03 11:23 UTC by JoNi
Modified: 2016-09-03 21:56 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JoNi 2016-09-03 11:23:23 UTC
for some modules the DEFINES section has odd entries
e.g. filter/filter.pro:
> DEFINES += (gb_LinkTarget_DEFAULTDEFS) \
> (gb_WinResTarget_DEFAULTDEFS) \
> 2) \
> BOOST_ERROR_CODE_HEADER_ONLY \
...
> _GLIBCXX_DEBUG \
> _Helper_make_url,$(call \
> _JunitTest_get_userdir,$(1)) \
> _JunitTest_get_userdir,$(1))) \
>_PTHREADS \
> _REENTRANT \
> gb_SrsTarget_DEFAULTDEFS) \
> gb_WinResTarget_DEFAULTDEFS) \
> org.openoffice.test.arg.env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+ \
> org.openoffice.test.arg.postprocesscommand=$(SRCDIR)/solenv/bin/gdb-core-bt.sh \
> org.openoffice.test.arg.soffice="$(gb_JunitTest_SOFFICEARG)" \
> org.openoffice.test.arg.user=$(call \
> org.openoffice.test.arg.workdir=$(call

code pointer: bin/gbuild-to-ide
Comment 1 Maxim Monastirsky 2016-09-03 18:02:10 UTC
Can't confirm under Fedora 24. I don't have such entries in filter.pro (or any other .pro file I checked). Please provide more info about your environment.
Comment 2 JoNi 2016-09-03 19:11:03 UTC
Ubuntu 16.04

configure options
--enable-dbgutil
--without-java
--without-help
--without-myspell-dicts
--without-krb5
--without-gssapi
Comment 3 Maxim Monastirsky 2016-09-03 21:56:16 UTC
(In reply to JoNi from comment #2)
> Ubuntu 16.04
> 
> configure options
> --enable-dbgutil
> --without-java
> --without-help
> --without-myspell-dicts
> --without-krb5
> --without-gssapi
Tried this exactly in Ubuntu 16.04 VM with current master, and still couldn't reproduce. So I don't know what's wrong on your system. Maybe it depends on system locale?

Anyway, there seems to be an earlier report of this in Bug 98713, so I'll mark this as a duplicate, and let's continue the discussion there.

*** This bug has been marked as a duplicate of bug 98713 ***