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@mico.org http://www.mico.org/mailman/listinfo/mico-devel