Hi,

in mico-2.3.13, with '--enable-wireless', gcc-4.1.2 spits: 

        $ make
        make[2]: Entering directory 
`/var/tmp/portage/net-misc/mico-2.3.13/work/mico/coss/wireless'
        i686-pc-linux-gnu-g++  -I. -I../../include -O2  -Wall -Wwrite-strings 
-march=pentium4 -pipe -fno-strict-aliasing     -c hla.cc -o hla.o
        hla.cc: In function 'int main(int, char**)':
        hla.cc:437: error: cannot allocate an object of abstract type 
'HomeLocationService'
        hla.cc:47: note:   because the following virtual functions are pure 
within 'HomeLocationService':
        ../../include/mico/orb_mico.h:620: note:        virtual CORBA::Boolean 
CORBA::ObjectAdapter::validate_connection(CORBA::Object*, CORBA::PolicyList_out)
        ../../include/mico/orb_mico.h:622: note:        virtual void 
CORBA::ObjectAdapter::timedout_invoke(CORBA::ORBInvokeRec*)
        make[2]: *** [hla.o] Error 1

The configure arguments were:
        $ ./configure \
          --prefix=/usr \
          --build=i686-pc-linux-gnu \
          --host=i686-pc-linux-gnu \
          --mandir=/usr/share/man \
          --infodir=/usr/share/info \
          --datadir=/usr/share \
          --sysconfdir=/etc \
          --localstatedir=/var/lib \
          --disable-mini-stl \
          --disable-threads \
          --with-gtk=/usr \
          --with-pgsql= \
          --with-qt= \
          --with-tcl= \
          --with-x=/usr \
          --with-bluetooth= \
          --enable-wireless \

Any idea what happens here?

/haubi/
-- 
Michael Haubenwallner
Gentoo on a different level

_______________________________________________
Mico-devel mailing list
Mico-devel@mico.org
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to