How to build ACE wrappers for 32bit platform?

294 Views Asked by At

I've recently downloaded the latest distribution (2.2a) of the Ace ORB (TAO) from OCI and I've been trying to unsuccessfully build it with Visual Studio 2008, in Debug mode for the 32bit platform. If I try to build it 64bit it runs just fine however in 32bit it fails. In recent time I've successfully built the version 1.6a in Debug mode for the 32 bit platform in the same machine but now it doesn't seem to be working. Does anyone have a fix for this?

Here is part of the error list when I try to build:

Error   843 fatal error C1083: Cannot open include file: 'async_iortable_export.h': No such file or directory   c:\winrios\common\ace_wrappers\tao\tao\iortable\Locate_ResponseHandler.h    

Error   1159    fatal error C1083: Cannot open include file: 'ImplRepoC.h': No such file or directory   c:\winrios\common\ace_wrappers\tao\orbsvcs\implrepo_service\Server_Info.h   

Error   1161    fatal error C1083: Cannot open include file: 'ImplRepoC.h': No such file or directory   c:\winrios\common\ace_wrappers\tao\orbsvcs\implrepo_service\Server_Info.h   

Error   1164    fatal error C1083: Cannot open include file: 'ImplRepoC.h': No such file or directory   c:\winrios\common\ace_wrappers\tao\orbsvcs\implrepo_service\Server_Info.h   

Error   1167    fatal error C1083: Cannot open include file: 'ImplRepoC.h': No such file or directory   c:\winrios\common\ace_wrappers\tao\orbsvcs\implrepo_service\Server_Info.h   

Error   1176    fatal error C1083: Cannot open include file: 'ImplRepoC.h': No such file or directory   c:\winrios\common\ace_wrappers\tao\orbsvcs\implrepo_service\Server_Info.h   

Error   1182    fatal error C1083: Cannot open include file: 'ImplRepoC.h': No such file or directory   c:\winrios\common\ace_wrappers\tao\orbsvcs\implrepo_service\Server_Info.h   

Error   1186    fatal error C1083: Cannot open include file: 'ImplRepoC.h': No such file or directory   c:\winrios\common\ace_wrappers\tao\orbsvcs\implrepo_service\utils.h 

Error   1194    fatal error C1083: Cannot open include file: 'ImplRepoC.h': No such file or directory   c:\winrios\common\ace_wrappers\tao\orbsvcs\implrepo_service\Server_Info.h   

Error   1201    fatal error C1083: Cannot open include file: 'ImR_ActivatorC.h': No such file or directory  c:\winrios\common\ace_wrappers\tao\orbsvcs\implrepo_service\Activator_Info.h    

Error   1139    fatal error C1083: Cannot open include file: 'ImR_ActivatorS.h': No such file or directory  c:\winrios\common\ace_wrappers\tao\orbsvcs\implrepo_service\ImR_Activator_i.h   

Error   1141    fatal error C1083: Cannot open include file: 'ImR_ActivatorS.h': No such file or directory  c:\winrios\common\ace_wrappers\tao\orbsvcs\implrepo_service\ImR_Activator_i.h   

Error   1196    fatal error C1083: Cannot open include file: 'ImR_ActivatorS.h': No such file or directory  c:\winrios\common\ace_wrappers\tao\orbsvcs\implrepo_service\AsyncAccessManager.h    

Error   1235    fatal error C1083: Cannot open include file: 'ImR_ActivatorS.h': No such file or directory  c:\winrios\common\ace_wrappers\tao\orbsvcs\implrepo_service\ImR_Activator_i.h   

Error   1240    fatal error C1083: Cannot open include file: 'ImR_ActivatorS.h': No such file or directory  c:\winrios\common\ace_wrappers\tao\orbsvcs\implrepo_service\ImR_Activator_i.h   

Error   1195    fatal error C1083: Cannot open include file: 'ImR_LocatorC.h': No such file or directory    c:\winrios\common\ace_wrappers\tao\orbsvcs\implrepo_service\AsyncListManager.h  

Error   1169    fatal error C1083: Cannot open include file: 'ImR_LocatorS.h': No such file or directory    c:\winrios\common\ace_wrappers\tao\orbsvcs\implrepo_service\Replicator.h    

Error   1246    fatal error C1083: Cannot open include file: 'orbsvcs/AVStreamsC.h': No such file or directory  c:\winrios\Common\ACE_wrappers\TAO\orbsvcs\orbsvcs\AV\AV_Core.h 
0

There are 0 best solutions below