You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Regina Henschel <rb...@t-online.de> on 2013/05/10 16:17:48 UTC

[BUILD] Build breaks in sfx2 with IContextChangeReceiver.cxx

Hi all,

I'm try to build r1480942 and get the following error:
C:/AOO_2013_05_10/trunk/main/solenv/gbuild/LinkTarget.mk:163: *** Unable 
to find generated C++ file 
/cygdrive/c/AOO_2013_05_10/trunk/main/solver/400/wntmsci12/workdir/sfx2/source/sidebar/IContextChangeReceiver.cxx 
in WORKDIR..  Stop.

Kind regards
Regina

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


Re: [BUILD] Build breaks in sfx2 with IContextChangeReceiver.cxx

Posted by Pavel Janík <Pa...@Janik.cz>.
Hi Regina,

On May 10, 2013, at 4:17 PM, Regina Henschel wrote:

> I'm try to build r1480942 and get the following error:
> C:/AOO_2013_05_10/trunk/main/solenv/gbuild/LinkTarget.mk:163: *** Unable to find generated C++ file /cygdrive/c/AOO_2013_05_10/trunk/main/solver/400/wntmsci12/workdir/sfx2/source/sidebar/IContextChangeReceiver.cxx in WORKDIR..  Stop.

try this:

diff -ur sfx2.orig/Library_sfx.mk sfx2/Library_sfx.mk
--- sfx2.orig/Library_sfx.mk	2013-05-10 20:24:44.000000000 +0200
+++ sfx2/Library_sfx.mk	2013-05-10 20:27:03.000000000 +0200
@@ -234,8 +234,6 @@
 	sfx2/source/sidebar/EnumContext \
 	sfx2/source/sidebar/FocusManager \
 	sfx2/source/sidebar/MenuButton \
-	sfx2/source/sidebar/IContextChangeReceiver \
-	sfx2/source/sidebar/ILayoutableWindow \
 	sfx2/source/sidebar/Paint \
 	sfx2/source/sidebar/Panel \
 	sfx2/source/sidebar/PanelDescriptor \

-- 
Pavel Janík




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


Re: [BUILD] Build breaks in sfx2 with IContextChangeReceiver.cxx

Posted by Andre Fischer <aw...@gmail.com>.
On 11.05.2013 02:07, Regina Henschel wrote:
> Pavel Janík schrieb:
>>
>> On May 10, 2013, at 4:17 PM, Regina Henschel wrote:
>>
>>> I'm try to build r1480942 and get the following error:
>>> C:/AOO_2013_05_10/trunk/main/solenv/gbuild/LinkTarget.mk:163: *** 
>>> Unable to find generated C++ file 
>>> /cygdrive/c/AOO_2013_05_10/trunk/main/solver/400/wntmsci12/workdir/sfx2/source/sidebar/IContextChangeReceiver.cxx 
>>> in WORKDIR..  Stop.
>>
>> No, the diff doesn't help. the files are missing. Trunk is 
>> unbuildable now.
>>

It should be OK again.  I have added the missing files.

>
> When I add those two .cxx files, then sfx2 i okay besides the warning:
> c:/AOO_2013_05_10/trunk/main/sfx2/source/sidebar/AsynchronousCall.cxx(75) 
> : warning C4245: '=' : conversion from 'int' to 'sal_uLong', 
> signed/unsigned mismatch
> But I don't know, whether the member should have another type or the 
> value -1 is wrong.

Indeed, -1 is not the right value, it should be 0.  Since revision 
14817233 it is.

>
> Next break is then:
> C:/AOO_2013_05_10/trunk/main/solenv/gbuild/LinkTarget.mk:163: *** 
> Unable to find generated C++ file 
> /cygdrive/c/AOO_2013_05_10/trunk/main/solver/400/wntmsci12/workdir/svx/source/sidebar/insert/SimpleToolBoxController.cxx 
> in WORKDIR..  Stop.
>
> It seems, that files are deleted but not the entry in
> trunk\main\svx\Library_svx.mk
>
> When I remove the line
> svx/source/sidebar/insert/SimpleToolBoxController
> in Library_svx.mk, then building continues.

Fixed that in revision 1481723.


Sorry about all that.  I had the missing files and changes already in 
place but somehow forgot to do the actual commit.

-Andre

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


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


Re: [BUILD] Build breaks in sfx2 with IContextChangeReceiver.cxx

Posted by Regina Henschel <rb...@t-online.de>.
Pavel Janík schrieb:
>
> On May 10, 2013, at 4:17 PM, Regina Henschel wrote:
>
>> I'm try to build r1480942 and get the following error:
>> C:/AOO_2013_05_10/trunk/main/solenv/gbuild/LinkTarget.mk:163: *** Unable to find generated C++ file /cygdrive/c/AOO_2013_05_10/trunk/main/solver/400/wntmsci12/workdir/sfx2/source/sidebar/IContextChangeReceiver.cxx in WORKDIR..  Stop.
>
> No, the diff doesn't help. the files are missing. Trunk is unbuildable now.
>

When I add those two .cxx files, then sfx2 i okay besides the warning:
c:/AOO_2013_05_10/trunk/main/sfx2/source/sidebar/AsynchronousCall.cxx(75) : 
warning C4245: '=' : conversion from 'int' to 'sal_uLong', 
signed/unsigned mismatch
But I don't know, whether the member should have another type or the 
value -1 is wrong.

Next break is then:
C:/AOO_2013_05_10/trunk/main/solenv/gbuild/LinkTarget.mk:163: *** Unable 
to find generated C++ file 
/cygdrive/c/AOO_2013_05_10/trunk/main/solver/400/wntmsci12/workdir/svx/source/sidebar/insert/SimpleToolBoxController.cxx 
in WORKDIR..  Stop.

It seems, that files are deleted but not the entry in
trunk\main\svx\Library_svx.mk

When I remove the line
svx/source/sidebar/insert/SimpleToolBoxController
in Library_svx.mk, then building continues.

Kind regards
Regina







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


Re: [BUILD] Build breaks in sfx2 with IContextChangeReceiver.cxx

Posted by Pavel Janík <Pa...@Janik.cz>.
On May 10, 2013, at 4:17 PM, Regina Henschel wrote:

> I'm try to build r1480942 and get the following error:
> C:/AOO_2013_05_10/trunk/main/solenv/gbuild/LinkTarget.mk:163: *** Unable to find generated C++ file /cygdrive/c/AOO_2013_05_10/trunk/main/solver/400/wntmsci12/workdir/sfx2/source/sidebar/IContextChangeReceiver.cxx in WORKDIR..  Stop.

No, the diff doesn't help. the files are missing. Trunk is unbuildable now.
-- 
Pavel Janík




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