Got an error, when use subsequenttests to perform UNOAPI testing.

2012-04-16 Thread Zhe Liu
Hi all, I was reading http://wiki.services.openoffice.org/wiki/Test_Cleanup I executed the command subsequenttests and got an error: GNUmakefile:29: *** Corrupted module target stack! . Stop. Who knows how to resolve it? Was the testing code performed before Apache openoffice? Thanks. -- Best

Re: Got an error, when use subsequenttests to perform UNOAPI testing.

2012-04-16 Thread debin lei
Hi, Zhe, Can you give more detail about your action? Where and what command exactly you executed, thx. 2012/4/16 Zhe Liu aliu...@gmail.com Hi all, I was reading http://wiki.services.openoffice.org/wiki/Test_Cleanup I executed the command subsequenttests and got an error: GNUmakefile:29: ***

Re: Got an error, when use subsequenttests to perform UNOAPI testing.

2012-04-16 Thread Zhe Liu
Hi, Firstly make a complete OOo build, then run subsequenttests. e.g. cd instsetoo_native build --all -P4 subsequenttests 2012/4/17 debin lei debin@gmail.com: Hi, Zhe, Can you give more detail about your action? Where and what command exactly you executed, thx. 2012/4/16 Zhe Liu

Re: Got an error, when use subsequenttests to perform UNOAPI testing.

2012-04-16 Thread debin lei
I try it and had the same error, not know the root cause now. However, you can use below command to do the same things. After the full build done ,run export OOO_SUBSEQUENT_TESTS=TRUE dmake 2012/4/17 Zhe Liu aliu...@gmail.com Hi, Firstly make a complete OOo build, then run subsequenttests.