You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Don Lewis <tr...@apache.org> on 2017/12/15 04:57:05 UTC

Re: svn commit: r1818128 - in /openoffice/trunk/main: ./ dtrans/ embeddedobj/ scp2/source/ooo/ slideshow/ solenv/inc/ vcl/ xmlsecurity/source/xmlsec/nss/

On 14 Dec, ydario@apache.org wrote:
> Author: ydario
> Date: Thu Dec 14 13:50:08 2017
> New Revision: 1818128
> 
> URL: http://svn.apache.org/viewvc?rev=1818128&view=rev
> Log:
> #i126518# OS/2 build system updates: use full names for slideshow and sysdtrans, remove unneeded libraries, use standard toolkit path, fix DLL short names, disable libs for coin-or.

> Modified: openoffice/trunk/main/set_soenv.in
> URL: http://svn.apache.org/viewvc/openoffice/trunk/main/set_soenv.in?rev=1818128&r1=1818127&r2=1818128&view=diff
> ==============================================================================
> --- openoffice/trunk/main/set_soenv.in (original)
> +++ openoffice/trunk/main/set_soenv.in Thu Dec 14 13:50:08 2017
> @@ -358,7 +358,7 @@ elsif ( $platform =~ m/kfreebsd/ )
>  }
>  elsif ( $platform =~ m/freebsd/ ) 
>  {     $BIG_SVX        = "TRUE";
> -      $COM            = "@COM_IS@";
> +      $COM            = "GCC";
>        $COMPATH        = '@COMPATH@' . '/bin'; 
>        $CVER           = "C300";
>        $GUI            = "UNX";

Huh?  FreeBSD could be using either gcc or clang.  The configure script
figures out which compiler is in use, sets COM_IS to that value and
substitutes it here.


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


Re: svn commit: r1818128 - in /openoffice/trunk/main: ./ dtrans/ embeddedobj/ scp2/source/ooo/ slideshow/ solenv/inc/ vcl/ xmlsecurity/source/xmlsec/nss/

Posted by Yuri Dario <yd...@os2power.com>.
Hi,

Sorry, I overlooked this change, it is clearly wrong because it does not
affect the os/2 build at all. I even wonder why I did this...
Reverting ASAP

Thanks for reporting,

Yuri



Il 15 Dic 2017 05:57, "Don Lewis" <tr...@apache.org> ha scritto:

On 14 Dec, ydario@apache.org wrote:
> Author: ydario
> Date: Thu Dec 14 13:50:08 2017
> New Revision: 1818128
>
> URL: http://svn.apache.org/viewvc?rev=1818128&view=rev
> Log:
> #i126518# OS/2 build system updates: use full names for slideshow and
sysdtrans, remove unneeded libraries, use standard toolkit path, fix DLL
short names, disable libs for coin-or.

> Modified: openoffice/trunk/main/set_soenv.in
> URL: http://svn.apache.org/viewvc/openoffice/trunk/main/set_
soenv.in?rev=1818128&r1=1818127&r2=1818128&view=diff
> ============================================================
==================
> --- openoffice/trunk/main/set_soenv.in (original)
> +++ openoffice/trunk/main/set_soenv.in Thu Dec 14 13:50:08 2017
> @@ -358,7 +358,7 @@ elsif ( $platform =~ m/kfreebsd/ )
>  }
>  elsif ( $platform =~ m/freebsd/ )
>  {     $BIG_SVX        = "TRUE";
> -      $COM            = "@COM_IS@";
> +      $COM            = "GCC";
>        $COMPATH        = '@COMPATH@' . '/bin';
>        $CVER           = "C300";
>        $GUI            = "UNX";

Huh?  FreeBSD could be using either gcc or clang.  The configure script
figures out which compiler is in use, sets COM_IS to that value and
substitutes it here.