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 that I am getting closer to a set of running binaries. I am also
using MICO with .NET 2003 VC, which compiled successfully and works
fine. Here is the detailed output of gcc/Cygwin:

> ./make

...

c++  -I. -I../include  -O2  -DBUILD_MICO_DLL -Wall -D_REENTRANT
-L../orb   imr_
client.o -lmico2.3.12RC1 -lssl -lcrypto -lm  -lpthread  -o imr
true imr
make[1]: Leaving directory `/cygdrive/j/mico12rc1/daemon'
make[1]: Entering directory `/cygdrive/j/mico12rc1/auxdir'
make[1]: Nothing to be done for `prg'.
make[1]: Leaving directory `/cygdrive/j/mico12rc1/auxdir'
make[1]: Entering directory `/cygdrive/j/mico12rc1/coss'
for i in  naming events property time; do make -C $i idlcompile || exit
1; done
make[2]: Entering directory `/cygdrive/j/mico12rc1/coss/naming'
/cygdrive/j/mico12rc1/./idl/idl -B../.. --c++-skel --name CosNaming \
        ../../include/coss/CosNaming.idl
assertion "!result" failed: file "os-thread/pthreads.cc", line 360
make[2]: *** [CosNaming.cc] Aborted (core dumped)
make[2]: Leaving directory `/cygdrive/j/mico12rc1/coss/naming'
make[1]: *** [idlcompile] Error 1
make[1]: Leaving directory `/cygdrive/j/mico12rc1/coss'
make: *** [system] Error 1


Patrick Graebel
_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to