[orbitcpp-list] Compilation error; can't find file.
Status: Beta
Brought to you by:
philipd
|
From: Alix P. <al...@no...> - 2002-12-16 18:09:02
|
Hi,
I am a new comer to the Orbit-Cpp environment. I am in the process of
porting some benchmarking codes from TAO to Orbit-Cpp and I am running into
make error issues:
I have included a copy of my Makefile and the *.idl file.
(1) Set up of our environment:
-OrbitC is installed and we have run in successfully.
-We have installed Orbit-Cpp in /usr/local/src/orbitcpp-0.30.4
(2) I run the idl compiler on the idl with the following option:
/usr/bin/orbit-idl --backenddir=/usr/bin -l c++ Og.idl
I needed to do the --backenddir to get rid of an idl compilation error.
When I run my makefile I get this error message:
/usr/bin/orbit-idl --backenddir=/usr/bin -l c++ Og.idl
g++ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/orbit-1.0 -c OgServer.cc
In file included from Og-cpp.hh:6,
from OgServer.hh:4,
from OgServer.cc:11:
Og-cpp-common.hh:13: Og.h: No such file or directory
But a file like Og.h is produced when orbit-idl is run without -l c++ option
for a c-binding.
Any ideas?
*
Alix Pouladdej
Nortel Networks
Advanced Technology (ATI)
www http://navigate.us.nortel.com/ati
<http://navigate.us.nortel.com/ati>
* Tel: (613) 765-6043
Esn: (6+) 395-6043
* E-mail: mailto:al...@no... <mailto:al...@no...>
* Fax: (613) 765-0678
|