You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Ariel Constenla-Haile <ar...@apache.org> on 2013/04/28 11:20:28 UTC

Re: svn commit: r1476721 - /openoffice/branches/ia2/main/editeng/prj/build.lst

Hi

On Sun, Apr 28, 2013 at 3:22 AM,  <st...@apache.org> wrote:
> Author: steve_y
> Date: Sun Apr 28 06:22:18 2013
> New Revision: 1476721
>
> URL: http://svn.apache.org/r1476721
> Log:
> Fix a build dependency issue in editeng
>
> Modified:
>     openoffice/branches/ia2/main/editeng/prj/build.lst
>
> Modified: openoffice/branches/ia2/main/editeng/prj/build.lst
> URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/editeng/prj/build.lst?rev=1476721&r1=1476720&r2=1476721&view=diff
> ==============================================================================
> --- openoffice/branches/ia2/main/editeng/prj/build.lst (original)
> +++ openoffice/branches/ia2/main/editeng/prj/build.lst Sun Apr 28 06:22:18 2013
> @@ -1,3 +1,3 @@
> -ed     editeng :       L10N:l10n svtools xmloff linguistic NULL
> +ed     editeng :       L10N:l10n svtools sfx2 xmloff linguistic NULL
>  ed     editeng\prj                                                                     nmake   -       all     ed_prj NULL

adding a dependency on sfx2 to editeng doesn't sound like a good idea.
Even more when the errors:

c:/build/ia2/main/editeng/source/accessibility/AccessibleEditableTextPara.cxx(87)
: fatal error C1083: Cannot open include file: 'sfx2/viewfrm.hxx': No
such file or directory
make: *** [/cygdrive/c/build/ia2/main/solver/400/wntmsci12/workdir/CxxObject/editeng/source/accessibility/AccessibleEditableTextPara.o]
Error 2

c:/build/ia2/main/editeng/source/accessibility/AccessibleEditableTextPara.cxx(88)
: fatal error C1083: Cannot open include file: 'sfx2/viewsh.hxx': No
such file or directory
make: *** [/cygdrive/c/build/ia2/main/solver/400/wntmsci12/workdir/CxxObject/editeng/source/accessibility/AccessibleEditableTextPara.o]
Error 2


are due to a copy&paste of two unused and unneedded headers.

Regards


Re: svn commit: r1476721 - /openoffice/branches/ia2/main/editeng/prj/build.lst

Posted by Steve Yin <st...@gmail.com>.
Hi Ariel,

You are right!

The original intention of introducing these two headers is for exporting
the spelling check status in Symphony. But there is no need to merge these
lines into AOO. I will update the branch ASAP. Thanks!



On Sun, Apr 28, 2013 at 5:20 PM, Ariel Constenla-Haile
<ar...@apache.org>wrote:

> Hi
>
> On Sun, Apr 28, 2013 at 3:22 AM,  <st...@apache.org> wrote:
> > Author: steve_y
> > Date: Sun Apr 28 06:22:18 2013
> > New Revision: 1476721
> >
> > URL: http://svn.apache.org/r1476721
> > Log:
> > Fix a build dependency issue in editeng
> >
> > Modified:
> >     openoffice/branches/ia2/main/editeng/prj/build.lst
> >
> > Modified: openoffice/branches/ia2/main/editeng/prj/build.lst
> > URL:
> http://svn.apache.org/viewvc/openoffice/branches/ia2/main/editeng/prj/build.lst?rev=1476721&r1=1476720&r2=1476721&view=diff
> >
> ==============================================================================
> > --- openoffice/branches/ia2/main/editeng/prj/build.lst (original)
> > +++ openoffice/branches/ia2/main/editeng/prj/build.lst Sun Apr 28
> 06:22:18 2013
> > @@ -1,3 +1,3 @@
> > -ed     editeng :       L10N:l10n svtools xmloff linguistic NULL
> > +ed     editeng :       L10N:l10n svtools sfx2 xmloff linguistic NULL
> >  ed     editeng\prj
>                 nmake   -       all     ed_prj NULL
>
> adding a dependency on sfx2 to editeng doesn't sound like a good idea.
> Even more when the errors:
>
>
> c:/build/ia2/main/editeng/source/accessibility/AccessibleEditableTextPara.cxx(87)
> : fatal error C1083: Cannot open include file: 'sfx2/viewfrm.hxx': No
> such file or directory
> make: ***
> [/cygdrive/c/build/ia2/main/solver/400/wntmsci12/workdir/CxxObject/editeng/source/accessibility/AccessibleEditableTextPara.o]
> Error 2
>
>
> c:/build/ia2/main/editeng/source/accessibility/AccessibleEditableTextPara.cxx(88)
> : fatal error C1083: Cannot open include file: 'sfx2/viewsh.hxx': No
> such file or directory
> make: ***
> [/cygdrive/c/build/ia2/main/solver/400/wntmsci12/workdir/CxxObject/editeng/source/accessibility/AccessibleEditableTextPara.o]
> Error 2
>
>
> are due to a copy&paste of two unused and unneedded headers.
>
> Regards
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>



-- 
Best Regards,

Steve Yin