To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=39961
User pjanik changed the following: What |Old value |New value ================================================================================ CC|'maho,pjanik' |'hjs,maho' -------------------------------------------------------------------------------- Assigned to|ericb |pjanik -------------------------------------------------------------------------------- Ever confirmed| |1 -------------------------------------------------------------------------------- Status|UNCONFIRMED |NEW -------------------------------------------------------------------------------- Target milestone|--- |OOo 2.0 -------------------------------------------------------------------------------- ------- Additional comments from [EMAIL PROTECTED] Sat Mar 19 04:40:45 -0800 2005 ------- Confirmed, taking over. Same problems here. Different solutions though ;-) 1. stdarg/varargs: Removing NP_LINUX in the makefile.mk completely and using varargs only on Solaris (and not using GCC) is the correct solution here. It works, uses the same conditions like in other parts of OOo and reduces the makefile.mk system dependency. 2. The problem about sys/socket.h is different. You have to first include sys/types, so moving it down is the solution here. 3. -lnsl and co I think that this is needed only for Solaris and I wonder why this is not solved the standard way and why we have to see -lnsl -ldl etc. in this makefile.mk. Ause? The patch I use right now is attached. --------------------------------------------------------------------- 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]