KAYVEN RIESE wrote: >> client.cc:2:28: coss/CosNaming.h: No such file or directory >> client.cc: In function `int main(int, char**)': >> client.cc:27: error: `CosNaming' has not been declared
Looks like your project is missing the right include path. Use compiler option -I to add the path to mico/include (or whereever you copied the includes). -Patrick _______________________________________________ Mico-devel mailing list [email protected] http://www.mico.org/mailman/listinfo/mico-devel
