[Ace-users] [tao-users] command to build "complete" TAO
cbrown
charles.brown at sensis.com
Tue Nov 6 12:28:28 CST 2007
ACE VERSION: 5.6
HOST MACHINE and OPERATING SYSTEM: sparc solaris 10 sun studio 11
TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
COMPILER NAME AND VERSION (AND PATCHLEVEL):
THE $ACE_ROOT/ace/config.h FILE : config-sunos5.10.h
THE $ACE_ROOT/include/makeinclude/platform_macros.GNU FILE :
platform_sunos5_sunc++.GNU
CONTENTS OF $ACE_ROOT/bin/MakeProjectCreator/config/default.features
(used by MPC when you generate your own makefiles): used makefiles
from tar.gz
AREA/CLASS/EXAMPLE AFFECTED: tao/PortableServer
DOES THE PROBLEM AFFECT:
COMPILATION? yes - when compiling user application
LINKING? N/A
On Unix systems, did you run make realclean first? yes
EXECUTION? N/A
OTHER (please specify)? N/A
SYNOPSIS: missing .h files
DESCRIPTION:
"/usr/local/ACE
+TAO/ACE_wrappers/TAO/tao/PortableServer/PortableServer.h", line 41:
Error: Could not open include file
"tao/PortableServer/PortableServerC.h".
"/usr/local/ACE
+TAO/ACE_wrappers/TAO/tao/PortableServer/PortableServer.h", line 43:
Error: Could not open include file "tao/PortableServer/POAManagerC.h".
...etc...
per
http://www.dre.vanderbilt.edu/~schmidt/DOC_ROOT/TAO/TAO-INSTALL.html#build,
building the complete TAO distribution with;
cd $TAO_ROOT
make -j 8 exceptions=1
Doesn't seem to be "complete"? What am I missing?
REPEAT BY:
SAMPLE FIX/WORKAROUND:
More information about the Ace-users
mailing list