Dan Gogoasa | 18 Nov 2007 22:41
Picon

building mico on a zlinux s390x-ibm machines

 

While working on a IBM z390 machine with zlinux (s390x-suse-linux) where I was building MICO 2.3.11 with STLPort support using gcc version 3.3.3 (SuSE Linux) I needed to change in ../idl/codegen.cc line 140

 

From

#if (defined(__hpux) && !defined(__GNUG__)) ||(defined(__linux__) && defined(__COMO__) && defined(_STLPORT_VERSION))

to

#if (defined(__hpux) && !defined(__GNUG__)) ||(defined(__linux__) && defined(__COMO__) && defined(_STLPORT_VERSION)) ||(defined(__linux__) && defined(__s390x__) && defined(_STLPORT_VERSION))

Because the above mentioned machine architecture doesn’t have a long double.

Should this be imported in the code base?

dgogoasa

 

 

 

_______________________________________________
Mico-devel mailing list
Mico-devel <at> mico.org
http://www.mico.org/mailman/listinfo/mico-devel
z3ky | 19 Nov 2007 18:26
Picon
Picon

Transaction Service

Hi
is there an implementation of the corba transaction service in mico?

greetz
z3ky

Gmane