Frank Goenninger
2009-11-18 09:35:09 UTC
Hi all:
having configured Mico with
-X-X-X-
PACKAGE=mico
PACKAGE_ROOT_DIR=/opt/orb/$PACKAGE
SRCDIR=/opt/orb/src/$PACKAGE
CONFIGURE_OPTS="--with-tcl=/System/Library/Tcl"
CONFIGURE_OPTS="$CONFIGURE_OPTS --disable-ccm"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-messaging"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-csl2"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-csiv2"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-sl3"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-naming"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-events"
CONFIGURE_OPTS="$CONFIGURE_OPTS --disable-streams"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-property"
CONFIGURE_OPTS="$CONFIGURE_OPTS --disable-trader"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-time"
CONFIGURE_OPTS="$CONFIGURE_OPTS --disable-life"
CONFIGURE_OPTS="$CONFIGURE_OPTS --disable-externalize"
CONFIGURE_OPTS="$CONFIGURE_OPTS --disable-wireless"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-shared"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-dynamic"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-compiled-headers"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-speed-tune"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-except"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-std-eh"
CONFIGURE_OPTS="$CONFIGURE_OPTS --disable-split"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-threads"
CONFIGURE_OPTS="$CONFIGURE_OPTS --with-qt=/usr/local/Qt4.5"
CONFIGURE_OPTS="$CONFIGURE_OPTS --prefix=$PACKAGE_ROOT_DIR"
PATH=$PATH:$SRCDIR
PWD=`pwd`
cd $SRCDIR
./configure $CONFIGURE_OPTS
if [ $? -eq 0 ]
then
make && sudo make install
fi
cd $PWD
-X-X-X-
I get:
g++ -I../include -O2 -Wall -Wwrite-strings -D_REENTRANT -Wno-long-
double -fno-exceptions -DMICO_CONF_NO_EXCEPTIONS -DPIC -c dii.cc -o
dii.pic.o
dii.cc: In member function ‘void CORBA::Request::send_oneway()’:
dii.cc:794: error: exception handling disabled, use -fexceptions to
enable
make[1]: *** [dii.pic.o] Error 1
make[1]: Leaving directory `/opt/orb/src/mico/orb'
make: *** [system] Error 1
Well, yes, but, ahem, I have told configure to use exception handle,
or ?
... TIA for any hints ...
Regards,
Frank
having configured Mico with
-X-X-X-
PACKAGE=mico
PACKAGE_ROOT_DIR=/opt/orb/$PACKAGE
SRCDIR=/opt/orb/src/$PACKAGE
CONFIGURE_OPTS="--with-tcl=/System/Library/Tcl"
CONFIGURE_OPTS="$CONFIGURE_OPTS --disable-ccm"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-messaging"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-csl2"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-csiv2"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-sl3"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-naming"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-events"
CONFIGURE_OPTS="$CONFIGURE_OPTS --disable-streams"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-property"
CONFIGURE_OPTS="$CONFIGURE_OPTS --disable-trader"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-time"
CONFIGURE_OPTS="$CONFIGURE_OPTS --disable-life"
CONFIGURE_OPTS="$CONFIGURE_OPTS --disable-externalize"
CONFIGURE_OPTS="$CONFIGURE_OPTS --disable-wireless"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-shared"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-dynamic"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-compiled-headers"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-speed-tune"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-except"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-std-eh"
CONFIGURE_OPTS="$CONFIGURE_OPTS --disable-split"
CONFIGURE_OPTS="$CONFIGURE_OPTS --enable-threads"
CONFIGURE_OPTS="$CONFIGURE_OPTS --with-qt=/usr/local/Qt4.5"
CONFIGURE_OPTS="$CONFIGURE_OPTS --prefix=$PACKAGE_ROOT_DIR"
PATH=$PATH:$SRCDIR
PWD=`pwd`
cd $SRCDIR
./configure $CONFIGURE_OPTS
if [ $? -eq 0 ]
then
make && sudo make install
fi
cd $PWD
-X-X-X-
I get:
g++ -I../include -O2 -Wall -Wwrite-strings -D_REENTRANT -Wno-long-
double -fno-exceptions -DMICO_CONF_NO_EXCEPTIONS -DPIC -c dii.cc -o
dii.pic.o
dii.cc: In member function ‘void CORBA::Request::send_oneway()’:
dii.cc:794: error: exception handling disabled, use -fexceptions to
enable
make[1]: *** [dii.pic.o] Error 1
make[1]: Leaving directory `/opt/orb/src/mico/orb'
make: *** [system] Error 1
Well, yes, but, ahem, I have told configure to use exception handle,
or ?
... TIA for any hints ...
Regards,
Frank