[Ace-users] [ace-users] Multiple ACE distributions using thesameACE_wrappers/ace directory tree

Andre Kostur akostur at incognito.com
Fri Oct 19 17:40:28 CDT 2007


We've been doing it for quite a while (years), and literally that is
what we do:

------- 8< ---- cut here ----- 8< --------
#ifdef WIN32 
#include "ace\config-win32.h" 	
#endif 
#ifdef linux 
#include "ace/config-linux.h" 	
#endif 
#ifdef sun 
#include "ace/config-sunos5.8.h"
#endif
------- 8< ---- cut here ----- 8< --------

We also pull some other stunts so that we can have all of our platform
libs in useful places (and we cross-compile our ACE too....)

-----Original Message-----
From: ace-users-bounces at cse.wustl.edu
[mailto:ace-users-bounces at cse.wustl.edu] On Behalf Of Johnny Willemsen
Sent: Friday, October 19, 2007 3:27 AM
To: misu200 at yahoo.com
Cc: ace-users at cs.wustl.edu
Subject: Re: [ace-users] Multiple ACE distributions using
thesameACE_wrappers/ace directory tree

Hi,

The only option I can think of is that you try to check for solaris,
linux,
etc in the config.h file. When the number of platforms is limited you
maybe
could get that working.

Regards,

Johnny Willemsen
Remedy IT
Postbus 101
2650 AC  Berkel en Rodenrijs
The Netherlands
www.theaceorb.nl / www.remedy.nl  

*** Integrated compile and test statistics see
http://scoreboard.theaceorb.nl ***
*** Commercial service and support for ACE/TAO/CIAO             ***
*** See http://www.theaceorb.nl/en/support.html                 ***

"Mihai Bucica" <misu200 at yahoo.com> wrote in message
news:<mailman.2594.1192783019.5286.ace-users at mail.cse.wustl.edu>...
> I'm trying to compile latest ACE kit (5.6) for more
> systems I have in my company (Solaris 8, Solaris 10 ,
> Linux). 
> 
> For maintenance  reasons I want that all dists to
> share $ACE_ROOT/ace directory so all developers use
> the headers from 5.6/ACE_wrappers/ace directory no
> matter which compiler/system they use.
> 
> Is there an easy way do achieve this?
> 
> One problem I see is that $ACE_ROOT/ace/config.h
> content is platform-dependent.
> 
> 
> 
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 

_______________________________________________
ace-users mailing list
ace-users at mail.cse.wustl.edu
http://mail.cse.wustl.edu/mailman/listinfo/ace-users



More information about the Ace-users mailing list