1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
dmake -m serial -f "/usr/local/orbacus/OB-4.3.3/Makefile" min
making min in jtc
make: Warning: Ignoring DistributedMake -m option
making min in src
make: Warning: Ignoring DistributedMake -m option
making min in include
make: Warning: Ignoring DistributedMake -m option
making min in JTC
make: Warning: Ignoring DistributedMake -m option
making min in test
make: Warning: Ignoring DistributedMake -m option
making min in demo
make: Warning: Ignoring DistributedMake -m option
making min in ob
make: Warning: Ignoring DistributedMake -m option
making min in src
make: Warning: Ignoring DistributedMake -m option
making min in library
make: Warning: Ignoring DistributedMake -m option
make: Warning: Ignoring DistributedMake -m option
`../../lib/libOBX11.so.4.3.3' is up to date.
making min in translator
make: Warning: Ignoring DistributedMake -m option
making min in mcpp
make: Warning: Ignoring DistributedMake -m option
making all in mcpp
make: Warning: Ignoring DistributedMake -m option
making min in util
make: Warning: Ignoring DistributedMake -m option
making min in imr
make: Warning: Ignoring DistributedMake -m option
rm -f IMR.cpp
rm -f ../../include/OB/IMR.h
rm -f IMR_skel.cpp
rm -f ../../include/OB/IMR_skel.h
../../bin/idl -I. --dll-import OB_IMR_IMPORT -I../../idl --this-header-dir OB ../../idl/OB/IMR.idl
ld.so.1: idl: fatal: libIDL.so: open failed: No such file or directory
*** Signal 9
make: Fatal error: Command failed for target `IMR.cpp'
Current working directory /usr/local/orbacus/OB-4.3.3/ob/src/imr
*** Error code 1
The following command caused the error:
for subdir in library translator util imr; \
do \
echo "making min in $subdir"; \
( cd $subdir &&make min ) || exit 1; \
done
make: Fatal error: Command failed for target `min'
Current working directory /usr/local/orbacus/OB-4.3.3/ob/src
*** Error code 1
The following command caused the error:
for subdir in src include idl test demo man; \
do \
echo "making min in $subdir"; \
( cd $subdir &&make min ) || exit 1; \
done
make: Fatal error: Command failed for target `min'
Current working directory /usr/local/orbacus/OB-4.3.3/ob
*** Error code 1
The following command caused the error:
for subdir in jtc ob naming property time event bidir udp balancer watson amirouter util notify ; \
do \
if test -d $subdir ; \
then \
echo "making min in $subdir"; \
( cd $subdir &&make min ) || exit 1; \
fi ; \
done
dmake: Fatal error: Command failed for target `min'
Build Failed
Total time: 2 seconds |
Partager