Corba
Corba
Hallo zusammen,
würde gerne mit Corba Programmierung anfangen.
Habe mir das mico Package und libmico runtergeladen und installiert.
Aber wenn ich folgendes skript ausführe bekomme ich folgende Fehler.
Skript:
idl --poa --no-boa account.idl
mico-c++ -I. -c account.cc -o account.o
mico-c++ -I. -c account_server.cc -o account_server.o
mico-c++ -I. -c account_client.cc -o account_client.o
mico-ld -o server account.o account_server.o -lmico2.3.7
mico-ld -o client account.o account_client.o -lmico2.3.7
Fehler
sh: line 1: idl: command not found
sh: line 2: mico-c++: command not found
sh: line 3: mico-c++: command not found
sh: line 4: mico-c++: command not found
sh: line 5: mico-ld: command not found
sh: line 6: mico-ld: command not found
Jetzt hab ich mal keine Ahnung warum das nicht funktioniert. Hab mir ja extra die Package runtergeladen.
Package:
libmico2.3.5_2.3.5-2_i386.deb
mico-bin_2.3.5-2_i386.deb
Gruß,
mdoemli
würde gerne mit Corba Programmierung anfangen.
Habe mir das mico Package und libmico runtergeladen und installiert.
Aber wenn ich folgendes skript ausführe bekomme ich folgende Fehler.
Skript:
idl --poa --no-boa account.idl
mico-c++ -I. -c account.cc -o account.o
mico-c++ -I. -c account_server.cc -o account_server.o
mico-c++ -I. -c account_client.cc -o account_client.o
mico-ld -o server account.o account_server.o -lmico2.3.7
mico-ld -o client account.o account_client.o -lmico2.3.7
Fehler
sh: line 1: idl: command not found
sh: line 2: mico-c++: command not found
sh: line 3: mico-c++: command not found
sh: line 4: mico-c++: command not found
sh: line 5: mico-ld: command not found
sh: line 6: mico-ld: command not found
Jetzt hab ich mal keine Ahnung warum das nicht funktioniert. Hab mir ja extra die Package runtergeladen.
Package:
libmico2.3.5_2.3.5-2_i386.deb
mico-bin_2.3.5-2_i386.deb
Gruß,
mdoemli
Code: Alles auswählen
apt-get install libmico-dev
Hallo zusammen,
ich mal wieder!
Kann es eigentlich sein das mico nicht abwärtskompatiebel ist,
da ich ein Corba programm habe das unter libmico2.3.3 geschrieben wurde und ich habe libmico2.3.5. Wenn ich es jetzt ausführen will bekomme ich nur Fehler!!!
Das Programm sollte eigentlich funktionieren.
Würde mir auch gerne die Mico Version 2.3.7 runterladen, finde aber nirgends ein Package dafür. Kann mir da jemand einen Link schicken?
Gruß,
mdoemli
ich mal wieder!
Kann es eigentlich sein das mico nicht abwärtskompatiebel ist,
da ich ein Corba programm habe das unter libmico2.3.3 geschrieben wurde und ich habe libmico2.3.5. Wenn ich es jetzt ausführen will bekomme ich nur Fehler!!!
Das Programm sollte eigentlich funktionieren.
Würde mir auch gerne die Mico Version 2.3.7 runterladen, finde aber nirgends ein Package dafür. Kann mir da jemand einen Link schicken?
Gruß,
mdoemli