You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Páder Rezső <re...@rezso.net> on 2016/12/28 04:33:16 UTC

Build issues in r1776040

Hi all,


I now compiled the rev 1776040 from svn export, and I found some build
issues.
I not a developer or c/c++ programmer, so my fixes may be ugly, but all
works.

checks.patch: do not search system jars, if $SOLAR_JAVA is empty, and fixed
qt4 search paths,

gcc6.patch: the comparison between signed and unsigned numbers causes an
compiler error with gcc 6.2.0,

unixodbc.patch: the sqlext.h, which is exist, never included, the compiler
always tries to include the missing odbc/sqlext.h.

Another issues:
- I need to add 'additionalparam="-Xdoclint:none -Xmaxwarns 0"' to
  main/xmerge/util/build.xml to compile xmerge,
- the ext_sources contains
  52654eb3b2e60c35731ea8fc87f1bd29-jpegsrc.v8d.tar.gz, but
  52654eb3b2e60c35731ea8fc87f1bd29-jpeg-8d.tar.gz is required to build.

Not issue: known-desktop.patch adds Unity, MATE and Xfce to known desktops.

-- 
Üdv,

Rezső

Re: Build issues in r1776040

Posted by Marcus <ma...@wtnet.de>.
Am 27.01.2017 um 22:22 schrieb Marcus:
> This post with patches doesn't got a reply until now. So, please can a
> developer have a look?
>
> Thanks a lot

@Patricia, Damjan, Ariel:
Please can you have a look? It's not often that we get problem reports 
with attached patches to solve this. So, we shouldn't miss this chance.

Thanks

Marcus



> Am 28.12.2016 um 05:33 schrieb P�der Rezs\u0151:
>> Hi all,
>>
>>
>> I now compiled the rev 1776040 from svn export, and I found some build
>> issues.
>> I not a developer or c/c++ programmer, so my fixes may be ugly, but all
>> works.
>>
>> checks.patch: do not search system jars, if $SOLAR_JAVA is empty, and
>> fixed
>> qt4 search paths,
>>
>> gcc6.patch: the comparison between signed and unsigned numbers causes an
>> compiler error with gcc 6.2.0,
>>
>> unixodbc.patch: the sqlext.h, which is exist, never included, the
>> compiler
>> always tries to include the missing odbc/sqlext.h.
>>
>> Another issues:
>> - I need to add 'additionalparam="-Xdoclint:none -Xmaxwarns 0"' to
>>   main/xmerge/util/build.xml to compile xmerge,
>> - the ext_sources contains
>>   52654eb3b2e60c35731ea8fc87f1bd29-jpegsrc.v8d.tar.gz, but
>>   52654eb3b2e60c35731ea8fc87f1bd29-jpeg-8d.tar.gz is required to build.
>>
>> Not issue: known-desktop.patch adds Unity, MATE and Xfce to known
>> desktops.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Build issues in r1776040

Posted by Marcus <ma...@wtnet.de>.
This post with patches doesn't got a reply until now. So, please can a 
developer have a look?

Thanks a lot

Marcus



Am 28.12.2016 um 05:33 schrieb P�der Rezs\u0151:
> Hi all,
>
>
> I now compiled the rev 1776040 from svn export, and I found some build
> issues.
> I not a developer or c/c++ programmer, so my fixes may be ugly, but all
> works.
>
> checks.patch: do not search system jars, if $SOLAR_JAVA is empty, and fixed
> qt4 search paths,
>
> gcc6.patch: the comparison between signed and unsigned numbers causes an
> compiler error with gcc 6.2.0,
>
> unixodbc.patch: the sqlext.h, which is exist, never included, the compiler
> always tries to include the missing odbc/sqlext.h.
>
> Another issues:
> - I need to add 'additionalparam="-Xdoclint:none -Xmaxwarns 0"' to
>   main/xmerge/util/build.xml to compile xmerge,
> - the ext_sources contains
>   52654eb3b2e60c35731ea8fc87f1bd29-jpegsrc.v8d.tar.gz, but
>   52654eb3b2e60c35731ea8fc87f1bd29-jpeg-8d.tar.gz is required to build.
>
> Not issue: known-desktop.patch adds Unity, MATE and Xfce to known desktops.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Build issues in r1776040

Posted by Damjan Jovanovic <da...@apache.org>.
Hi

In checks.patch, what is the benefit of not searching system jars if
$SOLAR_JAVA is empty? The Ant changes help when using --without-java, but
--without-java breaks later in javaunohelper and vcl.

Thank you
Damjan


On Wed, Dec 28, 2016 at 6:33 AM, Páder Rezső <re...@rezso.net> wrote:

> Hi all,
>
>
> I now compiled the rev 1776040 from svn export, and I found some build
> issues.
> I not a developer or c/c++ programmer, so my fixes may be ugly, but all
> works.
>
> checks.patch: do not search system jars, if $SOLAR_JAVA is empty, and fixed
> qt4 search paths,
>
> gcc6.patch: the comparison between signed and unsigned numbers causes an
> compiler error with gcc 6.2.0,
>
> unixodbc.patch: the sqlext.h, which is exist, never included, the compiler
> always tries to include the missing odbc/sqlext.h.
>
> Another issues:
> - I need to add 'additionalparam="-Xdoclint:none -Xmaxwarns 0"' to
>   main/xmerge/util/build.xml to compile xmerge,
> - the ext_sources contains
>   52654eb3b2e60c35731ea8fc87f1bd29-jpegsrc.v8d.tar.gz, but
>   52654eb3b2e60c35731ea8fc87f1bd29-jpeg-8d.tar.gz is required to build.
>
> Not issue: known-desktop.patch adds Unity, MATE and Xfce to known desktops.
>
> --
> Üdv,
>
> Rezső
>