18 Nov 2007 22:41
building mico on a zlinux s390x-ibm machines
Dan Gogoasa <Dan.Gogoasa <at> str.com.au>
2007-11-18 21:41:48 GMT
2007-11-18 21:41:48 GMT
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
RSS Feed