The fix has been integrated into m76, so you could look up the fix in
CVS. However, if you are building with ENABLE_GNOMEVFS not set, you can
as well just remove gid_File_Bin_Gnome_Set_Default_Application section -
the result will be the same.

diff src.m75/scp2/source/ooo/file_ooo.scp
src.m76/scp2/source/ooo/file_ooo.scp

[..]

< File gid_File_Bin_Gnome_Set_Default_Application
<     BIN_FILE_BODY;
<     Dir = gid_Dir_Program;
<     Name = "gnome-set-default-application";
<     Styles = (PACKED);
< End

[..]


HTH,
Oliver


Shkumbin Saneja wrote:
> Hi Oliver,
> 
> Could you please be more descriptive how to fix this problem, because I'm 
> having the same problem in src680 m75 (Suse 9.1, gcc 3.3.3).
> 
> Tried  enable_gnomevfs.diff  (from 
> http://www.openoffice.org/issues/show_bug.cgi?id=34650) but unsuccessfully 
> :-(
> 
> OOo Shqip
> 
> ----- Original Message ----- 
> From: "Oliver Braun" <[EMAIL PROTECTED]>
> Newsgroups: gmane.comp.openoffice.devel.porting
> Sent: Friday, January 28, 2005 07:30
> Subject: Re: FreeBSD porting : ENABLE_GNOMEVFS
> 
> 
> 
>>This issue is fixed in CWS nativefixer3 already.
>>Just move the gnome-set-default-application snipped into
>>scp2/source/gnome/file_gnome.scp and add
>>gid_File_Bin_Gnome_Set_Default_Application to
>>scp2/source/gnome/module_gnome.scp.
>>
>>Sorry about that.
>>
>>- Oliver
>>
>>
>>NAKATA Maho wrote:
>>
>>>Dear all,
>>>I compiled OOo m74, I recieved an error at instsetooo_native like:
>>>
>>>... languages en-US ...
>>>... analyzing files ...
>>>ERROR: The following files could not be found:
>>>ERROR: File not found: gnome-set-default-application
>>>... cleaning the output tree ...
>>>
>>>***************************************************************
>>>ERROR: Missing files
>>>in function: remove_Files_Without_Sourcedirectory
>>>Saved logfile: 
>>>/work/ports/editors/openoffice-2.0-devel/work/instsetoo_native/unxfbsd.pro/OpenOffice/logging/en-US/log_SRC680__en-US.log
>>>***************************************************************
>>>Fri Jan 28 13:05:36 2005 (00:10 min.)
>>>dmake:  Error code 255, while making 'openoffice_en-US'
>>>'---* tg_merge.mk *---'
>>>
>>>ERROR: Error 65280 occurred while making 
>>>/work/ports/editors/openoffice-2.0-devel/work/instsetoo_native/util
>>>dmake:  Error code 1, while making 'instsetoo_native/prj/build_all'
>>>'---* tg_merge.mk *---'
>>>*** Error code 255
>>>--------------------------------------------------------
>>>okay,
>>>I found simular issue raised by Pavel Janik:
>>>http://www.openoffice.org/issues/show_bug.cgi?id=34650
>>>
>>>and in scp2/source/ooo/file_ooo.scp:
>>>
>>>File gid_File_Bin_Gnome_Set_Default_Application
>>>    BIN_FILE_BODY;
>>>    Dir = gid_Dir_Program;
>>>    Name = "gnome-set-default-application";
>>>    Styles = (PACKED);
>>>End
>>>
>>>and,
>>>sysui/desktop/util/makefile.mk
>>>.IF "$(ENABLE_GNOMEVFS)"!=""
>>>OBJFILES += $(OBJ)$/gnome-set-default-application.obj
>>>
>>>APP1TARGET=gnome-set-default-application
>>>APP1OBJS=$(OBJ)$/gnome-set-default-application.obj
>>>APP1LIBS=
>>>APP1STDLIBS+=$(PKGCONFIG_LIBS)
>>>.ENDIF          # "$(ENABLE_GNOMEVFS)"!=""
>>>
>>>etc.
>>>what is it???
>>>
>>>Comparing m73 and m74:
>>>
>>>---  
>>>/work/ports/editors/openoffice-2.0-devel.m73/work/scp2/source/ooo/file_ooo.scp
>>> 
>>>Fri Jan 14 04:11:54 2005
>>>+++ 
>>>/work/ports/editors/openoffice-2.0-devel/work/scp2/source/ooo/file_ooo.scp 
>>>Fri Jan 21 21:14:20 2005
>>>@@ -2,9 +2,9 @@
>>> *
>>> *  $RCSfile: file_ooo.scp,v $
>>> *
>>>-*  $Revision: 1.65 $
>>>+*  $Revision: 1.66 $
>>> *
>>>-*  last change: $Author: kz $ $Date: 2005/01/13 19:11:54 $
>>>+*  last change: $Author: kz $ $Date: 2005/01/21 12:14:20 $
>>> *
>>> *  The Contents of this file are made available subject to the terms of
>>> *  either of the following licenses
>>>@@ -371,6 +371,13 @@
>>>     Styles = (PACKED);
>>> End
>>>
>>>+File gid_File_Bin_Gnome_Set_Default_Application
>>>+    BIN_FILE_BODY;
>>>+    Dir = gid_Dir_Program;
>>>+    Name = "gnome-set-default-application";
>>>+    Styles = (PACKED);
>>>+End
>>>+
>>> #endif
>>>
>>> File gid_File_Bin_Senddoc
>>>@@ -395,6 +402,17 @@
>>>
>>> #endif
>>>
>>>+#ifdef UNX
>>>+
>>>+File gid_File_Share_Xdg_Printeradmin
>>>+    TXT_FILE_BODY;
>>>+    Dir = gid_Dir_Share_Xdg;
>>>+    Styles = (PACKED);
>>>+    Name = "printeradmin.desktop";
>>>+End
>>>+
>>>+#endif
>>>+
>>> File gid_File_Bmp_Installation
>>>     TXT_FILE_BODY;
>>>     Dir = gid_Dir_Program;
>>>@@ -515,6 +533,17 @@
>>>
>>> #endif
>>>
>>>+#ifdef UNX
>>>+
>>>+File gid_File_Share_Xdg_Base
>>>+    TXT_FILE_BODY;
>>>+    Dir = gid_Dir_Share_Xdg;
>>>+    Styles = (PACKED);
>>>+    Name = "base.desktop";
>>>+End
>>>+
>>>+#endif
>>>+
>>> STD_FILTER_FILE( gid_File_Filter_Eme, eme)
>>>
>>> STD_FILTER_FILE( gid_File_Filter_Emp, emp)
>>>@@ -1907,61 +1936,6 @@
>>>     Dir = gid_Dir_Share_Registry_Modules_Oo_Office_Common;
>>>     Name (ko) = 
>>>"/registry/spool/org/openoffice/Office/Common-korea.xcu";
>>> End
>>>-
>>>-#ifdef UNX
>>>-
>>>-File gid_File_Script_Functions
>>>-    BIN_FILE_BODY;
>>>-    Dir = gid_Dir_Program;
>>>-    Name = "functions";
>>>-    Styles = (PACKED);
>>>-End
>>>-
>>>-#endif
>>>-
>>>-#ifdef LINUX
>>>-
>>>-File gid_File_Script_Update_Redhat_User_Menus
>>>-    BIN_FILE_BODY;
>>>-    Dir = gid_Dir_Program;
>>>-    Name = "update-redhat-user-menus";
>>>-    Styles = (PACKED);
>>>-End
>>>-
>>>-#endif
>>>-
>>>-#ifdef LINUX
>>>-
>>>-File gid_File_Script_Update_Suse_User_Menus
>>>-    BIN_FILE_BODY;
>>>-    Dir = gid_Dir_Program;
>>>-    Name = "update-suse-user-menus";
>>>-    Styles = (PACKED);
>>>-End
>>>-
>>>-#endif
>>>-
>>>-#ifdef UNX
>>>-
>>>-File gid_File_Script_Update_User_Menus
>>>-    BIN_FILE_BODY;
>>>-    Dir = gid_Dir_Program;
>>>-    Name = "update-user-menus";
>>>-    Styles = (PACKED);
>>>-End
>>>-
>>>-#endif
>>>-
>>>-#ifdef UNX
>>>-
>>>-File gid_File_Script_Update_User_Mime_Data
>>>-    BIN_FILE_BODY;
>>>-    Dir = gid_Dir_Program;
>>>-    Name = "update-user-mime-data";
>>>-    Styles = (PACKED);
>>>-End
>>>-
>>>-#endif
>>>
>>> #ifdef UNX
>>>
>>>Could you please telling me how to fix it??
>>>
>>>-- NAKATA, Maho
>>>
>>>
>>>
>>>
>>>---------------------------------------------------------------------
>>>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]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to