To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=39927
------- Additional comments from [EMAIL PROTECTED] Tue Feb 1 02:18:26 -0800 2005 ------- salmain.cxx is not gone at all, it just went to vcl/unx/source/plugadapt and is the same as before. It's still linked to libvcl (not any of the plugins as suggested), so actually not much has changed. linking spadmin to a plugin would be a really bad idea since the whole plugin process is exactly there because the plugins are meant to be interchangeable. BTW: you don't need spadmin at all, since Mac uses CUPS anyway, you don't need a clumsy OOo tool to configure your system printers. What you didn't write is which version you are trying to compile; if this is m73 or later, then you might have stumbled about the new export symbol reduction, so what possibly could fix that by changing the SAL_DEFINE_CRT_ENTRY macro in sal/inc/sal/main.h so it does not read "int main( int argc, char** argv )" but "int SAL_DLLEXPORT main(int argc, char** argv)". Just my 2 cents. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- 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]
