[omniORB] Patch: omniORB 4.0.3 on Fedora Core 2
    Matej Kenda 
    matej.kenda at hermes.si
       
    Thu Jun 24 12:08:25 BST 2004
    
    
  
Hi Duncan,
This patch makes the omniORB compilable on RedHat Fedora Core 2. gcc
3.3.3 complained otherwise that the vararg is obsolete.
Regards,
Matej
Index: src/tool/omniidl/cxx/cccp/config-linux.h
===================================================================
RCS file: /cvsroot/omniorb/omni/src/tool/omniidl/cxx/cccp/Attic/config-linux.h,v
retrieving revision 1.4.2.3
diff --binary -B -b --unified=5 -r1.4.2.3 config-linux.h
--- src/tool/omniidl/cxx/cccp/config-linux.h    2 Jan 2002 18:20:56 -0000       1.4.2.3
+++ src/tool/omniidl/cxx/cccp/config-linux.h    24 Jun 2004 09:06:06 -0000
@@ -2,10 +2,10 @@
 #define SIZEOF_UNSIGNED_CHAR 1
 #define SIZEOF_INT 4
 #define HAVE_STDLIB_H 1
 #define HAVE_STRERROR 1
-
+#define HAVE_VPRINTF 1
 #else
 #error "You must set definitions for your architecture in config-linux.h"
 #endif
-- 
Matej Kenda, Lead Engineer
HERMES SoftLab (www.hermes-softlab.com)
Erjavčeva 2, 5000 Nova Gorica, Slovenia
    
    
More information about the omniORB-list
mailing list