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]