Hi Jocelyn, , > > I have tried to add the object references in the makefile but it does > not work. So I'm currently focusing on the Unicode rule management. I > attached component directory containing the object file (built with > g++ for simpleguesser.o and gcc for libtextcat.so). If you want, I can > send you the source of the C++ component. I obviously will send it in > my weekly report (which is late).
Ok. I'll be waiting for the complete project then. Thomas > 2006/7/14, Thomas Lange <[EMAIL PROTECTED]>: >> >> Hi Jocelyn, >> >> >> > /opt/openoffice.org2.0/program/soffice.bin: symbol lookup error: >> > >> /root/.openoffice.org2/user/uno_packages/cache/uno_packages/JHmUIV_/guesslang.uno.pkg/Linux_x86/guesslang.uno.so: >> > undefined symbol: _ZN13SimpleGuesserC1Ev >> >> Since the symbols name is SimpleGuesser and I do not no of any >> object/function of that name in our code I would guess it is one of >> yours or from libtextcat. >> >> Thus you would need to add the respective library (or at least object >> file)in the makefile >> e.g. to line 147 >> $(CPPUHELPERLIB) $(CPPULIB) $(SALLIB) $(STLPORTLIB) msvcrt.lib >> kernel32.lib >> >> and/or maybe line 199 >> $< $(CPPUHELPERLIB) $(CPPULIB) $(SALHELPERLIB) $(SALLIB) $(STLPORTLIB) >> >> That is if you are running Windows. For other platforms you probably >> need to modify the else part of the respective if statements as well. >> >> Also you can zip the components sub-directory and drop me a mail with >> it as attachment and I will have a look at it as well. >> I may not be able to do this right away today though. >> >> >> Regards, >> Thomas >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > ------------------------------------------------------------------------ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
