Am Mittwoch, 20. Februar 2013 um 01:55 schrieb jorge ivan poot diaz: > Hello, > I'm working on this tutorial: > http://wiki.openoffice.org/wiki/Tutorial_UNO_IDL > > When I'm compiling I have the following error: we have a compatibility check at the end which checks changed API against a released version of the API, a reference type library.
We normally don't allow incompatible API changes. They allowed only for specific changes and for major releases when a migration path is available and documented. A little bit more work... Let me check the tutorial later ... Juergen > > > > S > > Entering /home/ivan/aoo/main/offapi/com/sun/star/ui/dialogs > > dmake: Warning: -- Target [../../../../../ > unxlngi6.pro/ucr/com/sun/star/ui/dialogs/XExecutableDialog.urd] was made > but the time stamp has not been updated. > : && LD_LIBRARY_PATH=/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/bin/idlc -verbose @/tmp/mkhysZNf > /home/ivan/aoo/main/solver/350/unxlngi6.pro/bin/idlc: compiling 1 source > files ... > Compiling: XExecutableDialog.idl > /home/ivan/aoo/main/solver/350/unxlngi6.pro/bin/idlc: returned > successful/home/ivan/aoo/main/solver/350/unxlngi6.pro/bin/idlc Version 1.1 > > rm -f ../../../../../unxlngi6.pro/ucr/cssuidialogs.db > : && LD_LIBRARY_PATH=/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/bin/regmerge > ../../../../../unxlngi6.pro/ucr/cssuidialogs.dbUCR @/tmp/mkomhWDi > dmake: Warning: -- Target [../../../../../ > unxlngi6.pro/ucrdoc/com/sun/star/ui/dialogs/XExecutableDialog.urd] was made > but the time stamp has not been updated. > : && LD_LIBRARY_PATH=/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/bin/idlc -verbose @/tmp/mk3F38Bl > /home/ivan/aoo/main/solver/350/unxlngi6.pro/bin/idlc: compiling 1 source > files ... > Compiling: XExecutableDialog.idl > /home/ivan/aoo/main/solver/350/unxlngi6.pro/bin/idlc: returned > successful/home/ivan/aoo/main/solver/350/unxlngi6.pro/bin/idlc Version 1.1 > > rm -f ../../../../../unxlngi6.pro/ucrdoc/cssuidialogs.db > : && LD_LIBRARY_PATH=/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/bin/regmerge > ../../../../../unxlngi6.pro/ucrdoc/cssuidialogs.dbUCR @/tmp/mk7pbrFo > > .. > .. > .. > .. > .. > .. > .. > > > Entering /home/ivan/aoo/main/offapi/util > > rm -f ../unxlngi6.pro/ucr/offapi.db > : && LD_LIBRARY_PATH=/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/bin/regmerge ../unxlngi6.pro/ucr/offapi.db / @/tmp/mkEYrNX8 > : && LD_LIBRARY_PATH=/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/bin/regmerge ../unxlngi6.pro/ucr/types.db / > /home/ivan/aoo/main/solver/350/unxlngi6.pro/bin/udkapi.rdb > rm -f ../unxlngi6.pro/ucrdoc/offapi_doc.db > : && LD_LIBRARY_PATH=/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/bin/regmerge ../unxlngi6.pro/ucrdoc/offapi_doc.db / > @/tmp/mkEInjsk > : && LD_LIBRARY_PATH=/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/bin/regmerge ../unxlngi6.pro/ucrdoc/types_doc.db / > /home/ivan/aoo/main/solver/350/unxlngi6.pro/bin/udkapi_doc.rdb > : && LD_LIBRARY_PATH=/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}/home/ivan/aoo/main/solver/350/ > unxlngi6.pro/bin/regcompare -f -t -r1 ../type_reference/types.rdb -r2 ../ > unxlngi6.pro/ucr/types.db \ > && echo > ../unxlngi6.pro/misc/registrycheck.flag > EXISTENCE: published key "/UCR/com/sun/star/ui/dialogs/XExecutableDialog" > exists only in registry 1 > /home/ivan/aoo/main/solver/350/unxlngi6.pro/bin/regcompare: registries are > incompatible: 1 differences! > dmake: Error code 11, while making '../unxlngi6.pro/misc/registrycheck.flag > ' > ERROR: error 65280 occurred while making /home/ivan/aoo/main/offapi/util > > > > What is the cause of this error? > What is the solution? > Help me. > > > Regards.