Hi On Sun, Apr 28, 2013 at 3:22 AM, <stev...@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-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org