Re: (no subject)




On 04/26/2004 01:00:51 AM, Geoffrey Leach wrote:
> Continuing problems compiling from HEAD
> 
> Balsa.h defines ORBIT_IDL_SERIAL 19, which conflicts with the  
> definition
> in /usr/include/orbit-2.0/orbit/orb-core/corba-defs.h of 20.  Changing
> it to 20 results in additional problems -- perhaps not too supprising.
> My dist, Fedora Core 2 test 2 is using ORBit-0.5.17-11.4.1.  Is that
> unsupported?

I can compile it on current FC2(t3), same version of ORBit. I had to use  
though a different autoconf script - attached - and apply a patch to  
configure.in - It is also important that you start from a clean checkout  
- I had conflicts with files generated by builds under RH9 (I do dual  
boot RH9-FC2(t3)).

Try doing as follows:
cvs checkout balsa
patch -p0 < configure.patch
./bootstrap.sh

and please let us know whether this gets you started.

Pawel

Index: configure.in
===================================================================
RCS file: /cvs/gnome/balsa/configure.in,v
retrieving revision 1.257
diff -u -r1.257 configure.in
--- configure.in	18 Apr 2004 18:24:57 -0000	1.257
+++ configure.in	26 Apr 2004 06:05:35 -0000
@@ -175,9 +175,8 @@
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
                    [The gettext package name.])
 
+AC_PROG_INTLTOOL
 AM_GLIB_GNU_GETTEXT
-dnl balsa does not need intltool yet so we keep it simple.
-dnl AC_PROG_INTLTOOL
 
 dnl ###########################################################################
 dnl More checks

bootstrap.sh



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]