Bug 1379 - Options in orbconf.h cannot be used at all
Summary: Options in orbconf.h cannot be used at all
Status: RESOLVED WONTFIX
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.2.6
Hardware: All All
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on: 1360
Blocks:
  Show dependency tree
 
Reported: 2002-11-26 10:07 CST by Nanbor Wang
Modified: 2010-09-30 04:37 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nanbor Wang 2002-11-26 10:07:42 CST
The gazaillion options in orbconf.h just cannot be used. Trying to define 
#define TAO_HAS_VALUETYPE 0 or doing anything similar in config.h leads to 
gazzillion compile errors. Either we need  to fix them under different 
configurations or get rid of all this. A GCC32 build has been setup which shows 
one of the examples.
Comment 1 Nanbor Wang 2002-11-26 10:08:26 CST
Adding dependency
Comment 2 Jeff Parsons 2002-11-27 09:26:45 CST
TAO_HAS_VALUETYPE has been removed.

Tue Nov 26 15:01:40 2002  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/AbstractBase.cpp:
        * tao/AbstractBase.h:
        * tao/ORB.cpp:
        * tao/ORB.h:
        * tao/ValueBase.cpp:
        * tao/ValueBase.h:
        * tao/ValueFactory.cpp:
        * tao/ValueFactory.h:
        * tao/ValueFactory_Map.cpp:
        * tao/ValueFactory_Map.h:
        * tao/corbafwd.h:
        * tao/orbconf.h:
        * tao/DynamicAny/DynCommon.cpp:
        * tao/DynamicAny/DynCommon.h:

          Removed TAO_HAS_VALUETYPE flag. None of the tests or examples that 
          use valuetypes have ever used this flag.
          
Comment 3 Nanbor Wang 2002-11-27 09:52:15 CST
That is just one part of BIG problem. Reopening the bug
Comment 4 Johnny Willemsen 2010-09-30 04:37:41 CDT
closing wontfix, we need specific problem reports