[mico-devel] Compilation on Cygwin fails

2005-09-26 Thread Patrick Gräbel
Hi, the INSTALL.txt of version 2.3.11 instructs to use the standard Unix procedure for compilation and installation. ./configure succeeds with creating config.h, but make gets stuck. It seems that Cygwin's math.h/cmath does not provide the required asinl-function: ../include/mico/os-math.h:413:

Re: [mico-devel] Compilation on Cygwin fails

2005-09-27 Thread Patrick Gräbel
O_new' ../libs/libmico2.3.12RC1.a(ssl.o):ssl.cc:(.text+0x509b): undefined reference to `_BIO_ctrl' ../libs/libmico2.3.12RC1.a(ssl.o):ssl.cc:(.text+0x50a8): undefined reference to `_SSL_new' ... I hope, I get this solved, too. -Patrick Karel Gardas wrote: > On Mon, 26 Sep 200

[mico-devel] Make fails on Cygwin (idl tool aborts)

2005-10-22 Thread Patrick Gräbel
Hi! The Cygwin make process produces an error (MICO 2.3.12rc1): the idl tool aborts with an assertion message. I am using the most recent gcc 3.4.4 for Cygwin. Any idea what caused this crash or how to solve this issue? I did not succeed in compiling MICO on Cygwin for weeks now, but it seems tha

[mico-devel] Different treatment for localhost communication?

2006-09-28 Thread Patrick Gräbel
Hi, I guess, the actual data transfer of CORBA is implementation specific. If that's true: is MICO using sockets for client/server communication on localhost, too? Does MICO use a more efficient way or just a different technique (e. g. shared memory) for this special case? Thanks -Patrick _

Re: [mico-devel] Building mico on Cygwin

2006-10-10 Thread Patrick Gräbel
Hi! I experienced the same linking problem, but I solved it by adding the lib "crypto" (and maybe "ssl") somewhere in the Makefile. Search for gcc's "-l" parameter inside the Makefile (maybe more than a single one). Seems that libssl depends on libcrypto which does not get linked via the make pro

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

2006-10-11 Thread Patrick Gräbel
KAYVEN RIESE wrote: >> client.cc:2:28: coss/CosNaming.h: No such file or directory >> client.cc: In function `int main(int, char**)': >> client.cc:27: error: `CosNaming' has not been declared Looks like your project is missing the right include path. Use compiler option -I to add the path to mico

Re: [mico-devel] Different treatment for localhost communication?

2006-10-18 Thread Patrick Gräbel
tion. Have > a look into demo/bench/bench script for more information how to use them > and also try to use this demo in order to get an idea about the > communication speedup. > > Karel > > On Thu, 28 Sep 2006, Patrick Gräbel wrote: > >> >> Hi, >> >>

[mico-devel] event service method "push" hangs

2006-10-25 Thread Patrick Gräbel
Hi! I implemented a push-supplier and a push-consumer (Win/VC++ 2003). The supplier creates an event channel. The consumer(s) successfully receive(s) push events from the supplier, but this only works for consumers which are on the same computer as the supplier. The method "push" hangs in the fol

Re: [mico-devel] event service method "push" hangs

2006-10-27 Thread Patrick Gräbel
p where you will be able to perform the same test? It might be > interesting to know if it is win32 specific or general issue... > > Please keep us posted! > Karel > > On Thu, 26 Oct 2006, Patrick Gräbel wrote: > >> >> Hi! >> >> I implemented a push-su

[mico-devel] poa_impl.cc Assertion while resolving RootPOA

2007-02-19 Thread Patrick Gräbel
Hello, the resolving of the "RootPOA" after ORB shutdown/destroying and reinitiating leads to an assertion (MSVC8/2005): * [3659310003 - 003DCA60] poa_impl.cc:303: assertion failed

[mico-devel] Is MICO's Event Service FIFO?

2007-02-27 Thread Patrick Gräbel
Hi, I am wondering if MICO's Event Service is delivering events in FIFO order. E.g. there is a supplied event A that _causes_ consumer #1 to supply an event B on the same channel (i.e. "A triggers B"). Is it possible that another consumer #2 receives B _before_ A? How does the Service/Cha

Re: [mico-devel] HELP!!! MICO+WinXP+cygwin

2007-06-28 Thread Patrick Gräbel
Hi! If you want do make a Cygwin build, then you have to change the dir to where you have unzipped the MICO sources. Just enter "./configure" and "make" to build it. The result will be a bunch of DLLs that you can use with Eclipse to create a MICO application. The library configuration of your C++

Re: [mico-devel] HELP!!! MICO+WinXP+cygwin

2007-06-29 Thread Patrick Gräbel
Hi! Last week I created a fresh rebuild of the latest stable MICO because it seemed that a recent Cygwin update broke compatibility with my old MICO build (maybe an openssl update, I always got core dumps just for entering main function). As always, I only needed to update that single Makefile i

Re: [mico-devel] HELP!!! MICO+WinXP+cygwin

2007-06-29 Thread Patrick Gräbel
The snapshot does not compile successfully. Configure and make logs are enclosed as text files. --- In file included from ../include/mico/impl.h:37, from os-unix.cc:50: ../include/mico/util.h:193: error: expected init-declarator before "wxdec" ../include/mico/util.h:193: error: e

Re: [mico-devel] HELP!!! MICO+WinXP+cygwin

2007-06-29 Thread Patrick Gräbel
Hmmm... wide chars are not supported by Cygwin (yet). There is a discussion on Boost about this topic: http://lists.boost.org/Archives/boost/2005/05/86819.php As for the compiler: I am using g++ 3.4.4 (cygwin special). Greetings, Patrick. Karel Gardas wrote: > This is strange. What exact compi