To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=97010
------- Additional comments from c...@openoffice.org Fri Jan 2 15:50:53 +0000 2009 ------- Right now... connectivity/source/drivers/mozab/bootstrap/makefile.mk .IF ("$(SYSTEM_MOZILLA)" == "YES" && "$(WITH_MOZILLA)" == "YES") || "$(WITH_MOZILLA)" == "NO" CDEFS+=-DMINIMAL_PROFILEDISCOVER scp2/source/ooo/file_library_ooo.scp #if !defined(SYSTEM_MOZILLA) && !defined(WITHOUT_MOZILLA) // (#i91209#) #if !defined(MACOSX) STD_UNO_LIB_FILE(gid_File_Lib_Mozab,mozab) STD_LIB_FILE(gid_File_Lib_Mozabdrv,mozabdrv) #endif #else File gid_File_Lib_Mozbootstrap Which is fine, makes sense and is consistent. But possibly slightly orthogonal to this issue is that in OOO300m14 we had in connectivity/source/drivers/mozab/bootstrap/makefile.mk .IF ("$(SYSTEM_MOZILLA)" == "YES" && "$(WITH_MOZILLA)" == "YES") || "$(WITH_MOZILLA)" == "NO" || ( "$(OS)" == "MACOSX" ) and scp2/source/ooo/file_library_ooo.scp #if !defined(SYSTEM_MOZILLA) && !defined(WITHOUT_MOZILLA) && !defined(MACOSX) // #i91209# File gid_File_Lib_Mozabdrv #else File gid_File_Lib_Mozbootstrap #endif So it was "build the address book if building against internal mozilla, otherwise build the bootstrap lib. If on mac then always build the bootstraplib regardless" and it was "package the address book if building against internal mozilla, otherwise package the bootstrap lib. If on mac then always package the bootstraplib regardless" while now it says "build the address book if building against internal mozilla, otherwise build the bootstrap lib" and "package the address book if building against internal mozilla, otherwise package the bootstrap lib. If on mac then never package the addressbook because it is broken" cmc->fs: So is it intentional that in DEV300 there is no enforcement of building and packaging this bootstrap lib always for the mac platform like there is in OOO300_m14 ? Or did a workspace not get merged yet, or those changes got lost ? --------------------------------------------------------------------- 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: issues-unsubscr...@dba.openoffice.org For additional commands, e-mail: issues-h...@dba.openoffice.org