[mico-devel] PATH and BUGS

2006-10-12 Thread KAYVEN RIESE
i finally started rtfm-ing and i am feeling concerned.. first of all.. /usr/local/mico/BUGS looks alarming be solved in later releases. Please report any new problem with MICO 2.3.9 to mico-devel@mico.org mailing list. single-threaded build bugs -- Following bugs are

Re: [mico-devel] Building mico on Cygwin

2006-10-12 Thread Karel Gardas
Hi, I'm curious if the change in LDLIBS is unnecessary or not. Could you be so kind and: 1) check that you do have -lssl -lcrypto defined in CONFLIBS variable in top-level MakeVars file and 2) apply attached patch and test if it is working correctly? (you'll needed to revert your

Re: [mico-devel] omg.org/CORBA/MARSHAL

2006-10-12 Thread Karel Gardas
Hi, first of all please give a try to the latest MICO 2.3.12 release. Also please make sure you have correctly registered appropriate valuefactory of the problematic valuetype. Cheers, Karel -- Karel Gardas [EMAIL PROTECTED] ObjectSecurity Ltd.

Re: [mico-devel] Re: oh dear.. should mico/demo werk? is mico broke?

2006-10-12 Thread Karel Gardas
Hi, how exactly have you configured MICO before building? I'm especially curious if your build failed before completion or if you manually disabled either name service (--disable-naming) or all coss (--disable-coss) to save some building time... Anyway, you do have -I../../../include in

Re: [mico-devel] FW: Does MICO support XML-serialized images for in out parameters of object methods?

2006-10-12 Thread Karel Gardas
Hi, perhaps you might use http://soap2corba.sourceforge.net/ or at least part of it. Anyway if you'd like to construct object request on demand, then DII is really the way to go. Cheers, Karel -- Karel Gardas [EMAIL PROTECTED] ObjectSecurity Ltd.

Re: [mico-devel] Problems compiling Mico 2.3.12 with gcc 2.95.4 on Debian Linux

2006-10-12 Thread Karel Gardas
Hi, try to replace ``hh_prefix.clear();'' with ``hh_prefix = ;'' and let me know if it fixes your issue. Cheers, Karel -- Karel Gardas [EMAIL PROTECTED] ObjectSecurity Ltd. http://www.objectsecurity.com --- Need experienced, fast, reliable technical MICO support?

[mico-devel] RE: mico orb gcc4.1 and VC2005 issue of sequence of valuetype

2006-10-12 Thread Gurminder Singh
Hi karel, Thanks for reply. I need to downcast to the implemementation class session_Impl to access the data member of the OBV session valuetype. Because when I have provided the public accesser function in the session_Impl to get the values of OBV session Data members. When I

Re: [mico-devel] Building mico on Cygwin

2006-10-12 Thread Arun Biyani
Karel Gardas wrote: Hi, I'm curious if the change in LDLIBS is unnecessary or not. Could you be so kind and: 1) check that you do have -lssl -lcrypto defined in CONFLIBS variable in top-level MakeVars file and 2) apply attached patch and test if it is working correctly? (you'll needed

Re: [mico-devel] PATH and BUGS

2006-10-12 Thread KAYVEN RIESE
i'm sorry if i was cranky. i'm going to be more RTFM-y now. On Wed, 11 Oct 2006, KAYVEN RIESE wrote: i finally started rtfm-ing and i am feeling concerned.. first of all.. /usr/local/mico/BUGS looks alarming be solved in later releases. Please report any new problem with MICO 2.3.9 to

Re: [mico-devel] Re: oh dear.. should mico/demo werk? is mico broke?

2006-10-12 Thread KAYVEN RIESE
h.. i needed to configure right, huh? i don't think i did anything {:} heh is it README in /usr/local/mico ? oh wait.. u know what i did was pkg_add -r mico that's all. freeBSD is real kewl that way. maybe i should build all my demos in /usr/local/mico/demo/(etc?) dr. puder was

[mico-devel] bench unexpected puke

2006-10-12 Thread KAYVEN RIESE
i was sitting here saving about 20/150 freeBSD-devel emails i got in the past day and a half and i am copying the dingy about bench when suddenly bench decided to spit something else out at me..i thought it had finished. i guess i better do a ps and clean up the zombies gmake run

Re: [mico-devel] Re: oh dear.. should mico/demo werk? is mico broke?

2006-10-12 Thread KAYVEN RIESE
On Thu, 12 Oct 2006, Karel Gardas wrote: Hi, how exactly have you configured MICO before building? I'm especially curious if your build failed before completion or if you manually disabled either name service (--disable-naming) or all coss (--disable-coss) to save some building time...

[mico-devel] my gcc

2006-10-12 Thread KAYVEN RIESE
gcc --version gcc (GCC) 3.4.4 [FreeBSD] 20050518 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.