![]() |
| Le forum de référence en programmation et développement. Articles, cours et tutoriels du débutant au chef de projet et DBA confirmé. | |||||||
|
|||||||
| Solaris Forum d'entraide sur le système Solaris. |
![]() |
|
|
Outils de la discussion |
|
|
#1 (permalink) |
|
Invité régulier
![]() Date d'inscription: novembre 2007
Messages: 10
|
Bonjour,
J'essaie de compiler les sources ORBACUS C++ (make min) sur une machine SOLARIS 10 x86 à l'aide de SUN STUDIO 10. Code :
Le build échoue avec le message d'erreur suivant :
mv:Cannot access libIDL.so.4.3.3
***Error code 2
make : Fatal error : Command failed for target '../../lib/libIDL.so.4.3.3'
Current working directory /usr/local/orbacus/OB-4.3.3/ob/src/translator
*** Error code 1
The following command caused the error:
for subdir in library translator util im; \
do \
echo "making min in $subdir";\
{cd $subdir &&make min} || exit 1;\
done
Toutes réponses ou idées seront les bienvenues.. Merci |
|
|
|
|
|
#3 (permalink) |
|
Invité régulier
![]() Date d'inscription: novembre 2007
Messages: 10
|
Voici la log complète :
Code :
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
|
|
|
|
|
|
#6 (permalink) |
|
Membre éprouvé
![]() Date d'inscription: juin 2007
Localisation: Paris
Messages: 414
|
Désolé pour l'anglais, je me suis mélangé les forums ...
Cette bibliothèque doit faire partie d'Orbacus. Il y a du avoir un message d'erreur lors de sa compilation ou alors tu as oublié de la compiler. |
|
|
|
|
|
#7 (permalink) |
|
Invité régulier
![]() Date d'inscription: novembre 2007
Messages: 10
|
Je n'ai pas la librairie libIDl.so dans les sources ORBACUS à compiler.
J'ai donc téléchargé le package libidl sur http://www.sunfreeware.com mais c'est la version 2 et j'en suis donc toujours au même point.... Une autre piste ? |
|
|
|
|
|
#8 (permalink) |
|
Invité régulier
![]() Date d'inscription: novembre 2007
Messages: 10
|
J'ai trouvé les librairies dans le répertoire lib de java ORBACUS mais cela ne marche toujours pas ! Même avec un lien symbolique sur la librairie (ln -sf libIDL.so libIDL.so.4.3.3), toujours la même erreur.
![]() ca gave .... |
|
|
|
![]() |
![]() |
||
[SOLARIS] Compilation d'ORBACUS
|
||
| Outils de la discussion | |
|
|