This patch below in place of the existing orbit2.patch in place of  
the /sw/fink/10.4/stable/main/finkinfo/gnome/orbit2.info file fixes  
the issues, but now I have problems with gnucash failling when opening  
splits that I need to work through.  Oh well, the fun of new computers.


diff -Nurd ORBit2-2.14.7.orig/include/orbit/GIOP/giop-endian.h  
ORBit2-2.14.7/include/orbit/GIOP/giop-endian.h
--- ORBit2-2.14.7.orig/include/orbit/GIOP/giop-endian.h 2007-01-01  
15:01:32.000000000 -0800
+++ ORBit2-2.14.7/include/orbit/GIOP/giop-endian.h      2007-11-10  
09:31:37.000000000 -0800
@@ -7,11 +7,6 @@

  #ifdef ORBIT2_INTERNAL_API

-/* This is also defined in IIOP-types.c */
-void giop_byteswap(guchar *outdata,
-                  const guchar *data,
-                  gulong datalen);
-
  #if defined(G_CAN_INLINE) && ! 
defined(GIOP_DO_NOT_INLINE_IIOP_BYTESWAP)
  G_INLINE_FUNC void giop_byteswap(guchar *outdata,
                                  const guchar *data,
@@ -24,6 +19,11 @@
  }
  #endif

+/* This is also defined in IIOP-types.c */
+void giop_byteswap(guchar *outdata,
+                   const guchar *data,
+                   gulong datalen);
+
  #endif /* ORBIT2_INTERNAL_API */

  G_END_DECLS
diff -Nurd ORBit2-2.14.7.orig/ltmain.sh ORBit2-2.14.7/ltmain.sh
--- ORBit2-2.14.7.orig/ltmain.sh        2007-02-21 07:12:53.000000000  
-0800
+++ ORBit2-2.14.7/ltmain.sh     2007-11-10 09:29:46.000000000 -0800
@@ -5739,10 +5739,6 @@

  # Directory that this library needs to be installed in:
  libdir='$install_libdir'"
-         if test "$installed" = no && test "$need_relink" = yes; then
-           $echo >> $output "\
-relink_command=\"$relink_command\""
-         fi
         done
        fi


On Nov 9, 2007, at 8:07 AM, James Mauro wrote:

> I'm having the same issue under orbit2 and I do have glib2 installed  
> with version 2.2.12-14.
>
> James
>
> On Nov 7, 2007, at 6:13 PM, plucas wrote:
>
> > [...]
>
> > In file included from ../../../include/orbit/GIOP/giop.h:12,
> > from ../../../include/orbit/orbit.h:15,
> > from ../../../include/orbit/orb-core/orbit-
> > interface.h:738,
> > from orbit-interface-common.c:9:
> > ../../../include/orbit/GIOP/giop-endian.h:19: error: static
> > declaration of 'giop_byteswap' follows non-static declaration
> > ../../../include/orbit/GIOP/giop-endian.h:13: error: previous
> > declaration of 'giop_byteswap' was here
> > make[5]: *** [orbit-interface-common.lo] Error 1
> >
> Which version and revision of glib2-dev do you have?
>
> If you don't have 2.12.12-14, would you please 'fink selfupdate' and
> then 'fink update glib2-dev'? (then, of course try your intended
> install again)
>
> There has been a problem with G_INLINE_FUNC on Leopard that revision
> -14 of glib 2.12.12 is intended to fix.
>
> Dave
> --
> David Reiser
> [EMAIL PROTECTED]
>
>
>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to