To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96889
                 Issue #|96889
                 Summary|Build fails with WITH_MOZILLA=NO : no WITHOUT_MOZILLA 
                        |at config_office/configure.in
               Component|tools
                 Version|DEV300m37
                Platform|Unknown
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mh
             Reported by|maho





------- Additional comments from [EMAIL PROTECTED] Thu Dec  4 12:21:11 +0000 
2008 -------
on FreeBSD7/amd64 + DEV300_m37 + WITH_MOZILLA=NO

build fails @ instsetoo_native:

ERROR: Removing file libmozbootstrap.so from file list.


***************************************************************
ERROR: Missing files
in function: remove_Files_Without_Sourcedirectory
***************************************************************

because:
--- DEV300_m36/connectivity/source/drivers/mozab/bootstrap/makefile.mk
2008-11-27 11:13:04.000000000 +0900
+++ DEV300_m37/connectivity/source/drivers/mozab/bootstrap/makefile.mk    
2008-12-04 08:27:57.000000000 +0900
@@ -40,6 +40,13 @@
 PRJNAME=connectivity
 TARGET=mozbootstrap
 
+.IF ( "$(SYSTEM_MOZILLA)" == "YES" && "$(WITH_MOZILLA)" == "YES") ||
"$(WITH_MOZILLA)" == "NO"
+all: 
+       @echo "         Not building the mozabsrc stuff in OpenOffice.org build"
+       @echo "         dependency to Mozilla developer snapshots not feasable
at the moment"
+       @echo "         see http://bugzilla.mozilla.org/show_bug.cgi?id=135137";
+.ENDIF
+
 USE_DEFFILE=TRUE
 ENABLE_EXCEPTIONS=TRUE

This is due to /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
    TXT_FILE_BODY;
    Styles = (PACKED,UNO_COMPONENT,PATCH);
    RegistryID = gid_Starregistry_Services_Rdb;
    Dir = gid_Dir_Program;
  #ifdef UNX
    Name = STRING(CONCAT2(libmozbootstrap,UNXSUFFIX));
  #else
    Name = "libmozbootstrap.dll";
  #endif
End

#endif

* config_office/configure.in doesn't have WITHOUT_MOZILLA.
but WITH_MOZILLA=NO instead.

---------------------------------------------------------------------
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]

Reply via email to