Problem having two seperate add-ins
Posted: Wed Sep 12, 2012 8:15 pm
Hello,
I have developed a second add-in by cutting and pasting the first. When I try to install the second add-in I get the following error message.
unopkg add -f ../../bin/AutomatonComponent.oxt
ERROR: An error occurred while enabling: AutomatonComponent.uno.rdb
Cause: Rejecting types due to incompatibility! [my_module.XSomething, members] Different number of types!
unopkg failed.
make: *** [install] Error 1
If the first add-in is not installed then it works fine. The implementation name and service name for the first module are --
my_module.first_implementation.service1
my_module.service1
The implementation name and service name of the second module are --
my_module.second_implementation.service2
my_module.service2
I suspect I cannot call both of them my_module...But cppumaker only generates my_module...so I cannot change this??
Saleem
I have developed a second add-in by cutting and pasting the first. When I try to install the second add-in I get the following error message.
unopkg add -f ../../bin/AutomatonComponent.oxt
ERROR: An error occurred while enabling: AutomatonComponent.uno.rdb
Cause: Rejecting types due to incompatibility! [my_module.XSomething, members] Different number of types!
unopkg failed.
make: *** [install] Error 1
If the first add-in is not installed then it works fine. The implementation name and service name for the first module are --
my_module.first_implementation.service1
my_module.service1
The implementation name and service name of the second module are --
my_module.second_implementation.service2
my_module.service2
I suspect I cannot call both of them my_module...But cppumaker only generates my_module...so I cannot change this??
Saleem