Witam!

Mam nastepujacy problem:
Na Opensuse 11 nie moge prawidlowo skonfigurowac pakietu mico.
Mam napisac prgoramik opierajacy sie na Corbie.
Przepisalem przykladowy program w celu sprawdzenia srodowiska - moj kompilator nie moze odnalezc kluczowej dla mnie biblioteki CORBA.h
Oto wynik kompilacji:

calc.cc:4:18: error: CORBA.h: Nie ma takiego pliku ani katalogu
calc.cc: In function ‘int main(int, char**)’:
calc.cc:9: error: ‘CORBA’ has not been declared
calc.cc:9: error: expected ;' before ‘orb’ calc.cc:10: error: ‘CORBA’ has not been declared calc.cc:10: error: expected ;' before ‘boa’
calc.cc:14: error: ‘ifstream’ was not declared in this scope
calc.cc:14: error: expected ;' before ‘ref_file’ calc.cc:15: error: ‘ref_file’ was not declared in this scope calc.cc:18: error: ‘CORBA’ has not been declared calc.cc:18: error: expected ;' before ‘obj’
calc.cc:20: error: ‘CORBA’ has not been declared
calc.cc:20: error: ‘obj’ was not declared in this scope
calc.cc:22: error: ‘Calc_var’ was not declared in this scope
calc.cc:22: error: expected ;' before ‘calc’ calc.cc:23: error: ‘cout’ was not declared in this scope calc.cc:23: error: ‘calc’ was not declared in this scope calc.cc:23: error: ‘endl’ was not declared in this scope calc.cc:27: error: ‘cout’ was not declared in this scope calc.cc:27: error: expected ;' before ‘)’ token

Z góry dziekuje prosze o pomoc
pozdrawiam