Giter Site home page Giter Site logo

remedyit / taox11 Goto Github PK

View Code? Open in Web Editor NEW
31.0 6.0 6.0 3.61 MB

TAOX11, the CORBA implementation for C++11 and newer

Home Page: https://www.taox11.org

License: MIT License

Perl 8.13% Makefile 0.03% Ruby 10.03% R 0.43% HTML 5.58% C 0.88% C++ 74.87% IDL 0.05%
corba cpp11 middleware idl ace tao omg

taox11's People

Contributors

clausklein avatar code-factor avatar dependabot[bot] avatar jwillemsen avatar mcorino avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

taox11's Issues

HowTo build TAOX11 under Windows 10 for vs2019

Version
haed of current master git branch

Describe the bug
ERROR: Unable to process: workspace.mwc

To Reproduce
1.) install ruby for windows from (without msys64)::

https://rubyinstaller.org/downloads

Note: The develop kit version is not needed!

2.) install xerces-c (latest is source distribution is v3.2.3)

http://archive.apache.org/dist/xml/xerces-c/Xerces-C_3_1_0/binaries/

2.) bootstrap at git bash for windows::

git clone https://github.com/RemedyIT/axcioma.git

cd axcioma/
ruby.exe bin/brix11 --help

ruby.exe bin/brix11 bootstrap

ruby.exe bin/brix11 configure -V

export XERCESCROOT=C:/xerces-c-3.1.0-x86_64-windows-vc-9.0

ruby.exe bin/brix11 -E configure -e xerces3 -v
ruby.exe bin/brix11 -E configure -P
ruby.exe bin/brix11 -E gen build workspace.mwc  # >>>>> error, see below! CK


export ACE_ROOT=C:/Users/klein_cl/Workspace/cpp/axcioma/ACE/ACE
export TAO_ROOT=C:/Users/klein_cl/Workspace/cpp/axcioma/ACE/TAO
export MPC_ROOT=C:/Users/klein_cl/Workspace/cpp/axcioma/ACE/MPC

ruby.exe bin/brix11 -t vs2019 configure -W aceroot=${ACE_ROOT} -W taoroot=${TAO_ROOT} -W mpcroot=${MPC_ROOT} -W xerces3=${XERCESCROOT} -e xerces3
ruby.exe bin/brix11 -v gen build workspace.mwc

Expected behavior
build a VS2019 solution without any problems

Output

MINGW64 ~/Workspace/cpp/axcioma (master)
$ ruby.exe bin/brix11 -t vs2019 configure -W aceroot=${ACE_ROOT} -W taoroot=${TAO_ROOT} -W mpcroot=${MPC_ROOT} -W xerces3=${XERCESCROOT}
BRIX11 - INFO : Verification of require [:targetsysroot] failed for feature :crossbuild for module :acetao. Disabling feature.
BRIX11 - INFO : Verification of file [${SSL_ROOT}/include/openssl/ssl.h] failed for feature :ssl for module :acetao. Disabling feature.
BRIX11 - INFO : Verification of file [${BZIP2_ROOT}/include/bzlib.h] failed for feature :bzip2 for module :acetao. Disabling feature.
BRIX11 - INFO : Verification of file [${ZLIB_ROOT}/include/zlib.h] failed for feature :zlib for module :acetao. Disabling feature.
BRIX11 - INFO : Verification of require [:valgrindcmd] failed for feature :valgrind for module :acetao. Disabling feature.
BRIX11 - INFO : Verification of require [:valgrindcmd] failed for feature :valgrind_keep_debuginfo for module :acetao. Disabling feature.
BRIX11 - INFO : Verification of file [${XERCESCROOT}/include/xercesc/parsers/SAXParser.hpp] failed for feature :xerces3 for module :ciaox11. Disabling feature.
BRIX11 - INFO : Verification of file [${ZMQ_ROOT}/include/zmq.h] failed for feature :zmq for module :psdd4ccm_zmq. Disabling feature.
BRIX11 - INFO : Verification of require [:nddshome] failed for feature :ndds for module :ddsx11ndds. Disabling feature.
BRIX11 - INFO : Verification of file [${NDDSHOME}/include/ndds/ndds_cpp.h] failed for feature :ndds_no_optimize for module :ddsx11ndds. Disabling feature.
BRIX11 - INFO : Verification of file [${DDS_ROOT}/dds/DdsDcps.idl] failed for feature :opendds for module :ddsx11opendds. Disabling feature.
BRIX11 - Processing specifications
BRIX11 - Processing dependencies for [acetao]
BRIX11 - Processing dependencies for [taox11]
BRIX11 - Processing dependencies for [ciaox11]
BRIX11 - Processing dependencies for [psdd4ccm_connector]
BRIX11 - Processing dependencies for [psdd4ccm_zmq]
BRIX11 - Processing dependencies for [ddsx11_core]
BRIX11 - Processing dependencies for [ddsx11ndds]
BRIX11 - Processing dependencies for [ddsx11opendds]
BRIX11 - Processing dependencies for [dancex11]
BRIX11 - Processing features for [acetao]
BRIX11 - Processing features for [ciaox11]
BRIX11 - Processing features for [taox11]
BRIX11 - Processing features for [psdd4ccm_connector]
BRIX11 - Processing features for [ddsx11_core]
BRIX11 - Processing features for [dancex11]
BRIX11 - Generating configuration
BRIX11 - Creating C:/Users/klein_cl/Workspace/cpp/axcioma/ACE/ACE/ace/config.h
BRIX11 - Creating C:/Users/klein_cl/Workspace/cpp/axcioma/ACE/ACE/include/makeinclude/platform_macros.GNU
BRIX11 - Creating C:/Users/klein_cl/Workspace/cpp/axcioma/ACE/ACE/bin/MakeProjectCreator/config/default.features
BRIX11 - Creating C:/Users/klein_cl/Workspace/cpp/axcioma/.ridlrc
BRIX11 - Creating C:/Users/klein_cl/Workspace/cpp/axcioma/.brix11rc
BRIX11 - Creating C:/Users/klein_cl/Workspace/cpp/axcioma/taox11/bin/MPC/config/MPC.cfg
BRIX11 - Creating C:/Users/klein_cl/Workspace/cpp/axcioma/workspace.mwc
BRIX11 - Configure finished. Exiting BRIX11.


MINGW64 ~/Workspace/cpp/axcioma (master)
$ ruby.exe bin/brix11 -v gen build workspace.mwc
MPC_ROOT was set to C:/Users/klein_cl/Workspace/cpp/axcioma/ACE/MPC, MPC_BASE to C:/Users/klein_cl/Workspace/cpp/axcioma/taox11/bin/MPC.
Using .../axcioma/taox11/bin/MPC/config/MPC.cfg
Generating 'vs2019' output using workspace.mwc
Multiprocess MPC using "C:\Users\klein_cl\AppData\Local\Temp" for temporary files.
Multiprocess MPC created lock file C:\Users\klein_cl\AppData\Local\Temp/mpc-worker.lock
Multiprocess MPC removed 0 existing files like "mpctmp*" in C:\Users\klein_cl\AppData\Local\Temp.
Skipping ACE_XtReactor (ace_xtreactor.mpc); it requires xt.
Skipping ACE_XML_Utils (XML.mpc); it requires xerces.
Skipping ACE_TkReactor (ace_tkreactor.mpc); it requires tk.
Skipping SSL_FOR_TAO (ssl_for_tao.mpc); it requires ssl.
Skipping SSL (ssl.mpc); it requires ssl.
Skipping ACE_Qt5Reactor_moc (ace_qt5reactor.mpc); it requires qt5.
Skipping ACE_Qt4Reactor_moc (ace_qt4reactor.mpc); it requires qt4.
Skipping ACE_Qt5Reactor (ace_qt5reactor.mpc); it requires qt5.
Skipping ACE_Qt4Reactor (ace_qt4reactor.mpc); it requires qt4.
Skipping ACE_FoxReactor (ace_foxreactor.mpc); it requires fox.
Skipping ACE_FlReactor (ace_flreactor.mpc); it requires fl.
Skipping ace_svcconf_gen (svcconfgen.mpc); it requires ace_svcconf_gen.
Skipping TAO_IDL_GEN (tao_idl_fe.mpc); it requires tao_idl_fe_gen.
Skipping TAO_XtResource (XtResource.mpc); it requires xt.
Skipping ACE_FOR_TAO (ace_for_tao.mpc); it requires ace_for_tao.
Skipping TAO_TkResource (TkResource.mpc); it requires tk.
Skipping TAO_QtResource (QtResource.mpc); it requires dummy_label.
Skipping TAO_FoxResource (FoxResource.mpc); it requires fox.
Skipping TAO_FlResource (FlResource.mpc); it requires fl.
Skipping ZlibCompressor (ZlibCompressor.mpc); it requires zlib.
Skipping LzoCompressor (LzoCompressor.mpc); it requires lzo1.
Skipping Bzip2Compressor (Bzip2Compressor.mpc); it requires bzip2.
Skipping INet_SSL (inet_ssl.mpc); it requires ssl.
Skipping DANCEX11_XSC_XML_Generation (config_handlers.mpc); it requires xsc.
Skipping DANCEX11_XSC_XML_Handlers (config_handlers.mpc); it requires xerces.
Skipping DANCEX11_XSC_DynAny_Handler (dynany_handler.mpc); it requires xerces.
Skipping dancex11_deployment_configurator_test (deployment_configurator.mpc); it requires dummy_label.
Skipping DANCEX11_XSC_Config_Handlers (config_handlers.mpc); it requires xerces.
Multiprocess MPC removed C:\Users\klein_cl\AppData\Local\Temp/mpc-worker.lock
workspace.mwc: line 24:
ERROR:
ERROR: Unable to process: workspace.mwc
BRIX11 - WARNING : vs2019#generate failed with exitcode 1
BRIX11 - ERROR : Execution of generate:build failed.
BRIX11 - Loading brix collections
BRIX11 - Registering brix command bootstrap=Bootstrap the project. in collection common
BRIX11 - Registering brix command configure=Configure the project. in collection common
BRIX11 - Registering brix command environment=Print BRIX11 environment settings for development. in collection common
BRIX11 - Registering brix command execute=Execute a process in the brix11 environment. in collection common
BRIX11 - Registering brix command generate:build|bld|make=Run MPC to generate build files. in collection common
BRIX11 - Registering brix command generate:documentation=Generate documentation from ASCIIDoctor sources. in collection common
BRIX11 - Registering brix command help=Show help (documentation) for brix11 (command). in collection common
BRIX11 - Registering brix command make|build=Make (build) the project. in collection common
BRIX11 - > loaded BRIX11 collection :common from C:/Users/klein_cl/Workspace/cpp/axcioma/brix11/lib/brix11/brix/common
BRIX11 - > loaded BRIX11 collection :taox11 from C:/Users/klein_cl/Workspace/cpp/axcioma/taox11/brix/taox11
BRIX11 - Registering brix command generate:client=Generate C++ source code for CORBA client main. in collection taox11
BRIX11 - Registering brix command generate:idl=Generate IDL definitions for CORBA project. in collection taox11
BRIX11 - Registering brix command generate:mpc=Generate MPC project file for CORBA project. in collection taox11
BRIX11 - Registering brix command generate:runner|script=Generate test runner script for CORBA project. in collection taox11
BRIX11 - Registering brix command generate:servant|svt=Generate C++ source + header for CORBA servant implementation. in collection taox11
BRIX11 - Registering brix command generate:server|srv=Generate C++ source code for CORBA server main. in collection taox11
BRIX11 - Registering brix command generate:test|project|prj=Generate a CORBA (test) project for TAOX11. in collection taox11
BRIX11 - Registering brix command run:list=Run an auto_run_test regression test list. in collection taox11
BRIX11 - Registering brix command run:test|script=Run test runner script for project. in collection taox11
BRIX11 - Registering brix command apc|axp:clean=Remove generated files from AXCIOMA project. in collection ciaox11
BRIX11 - Registering brix command apc|axp:prepare=Make project files for AXCIOMA project. in collection ciaox11
BRIX11 - Registering brix command generate:compidl=Generate component idl for CIAOX11 project. in collection ciaox11
BRIX11 - Registering brix command apc|axp:make|build=Make (build) the AXCIOMA project. in collection ciaox11
BRIX11 - Registering brix command run:list=Run an auto_run_test regression test list. in collection ciaox11
BRIX11 - Registering brix command run:test|script=Run test runner script for project. in collection ciaox11
BRIX11 - > loaded BRIX11 collection :ciaox11 from C:/Users/klein_cl/Workspace/cpp/axcioma/ciaox11/brix/ciaox11
BRIX11 - > returning already loaded BRIX11 collection :taox11 from C:/Users/klein_cl/Workspace/cpp/axcioma/taox11/brix/taox11
BRIX11 - > returning already loaded BRIX11 collection :ciaox11 from C:/Users/klein_cl/Workspace/cpp/axcioma/ciaox11/brix/ciaox11
BRIX11 - > loaded BRIX11 collection :psdd4ccm from C:/Users/klein_cl/Workspace/cpp/axcioma/ciaox11/connectors/psdd4ccm/brix/psdd4ccm
BRIX11 - > returning already loaded BRIX11 collection :ciaox11 from C:/Users/klein_cl/Workspace/cpp/axcioma/ciaox11/brix/ciaox11
BRIX11 - > loaded BRIX11 collection :dancex11 from C:/Users/klein_cl/Workspace/cpp/axcioma/dancex11/brix/dancex11
BRIX11 - executing command generate:build
BRIX11 - > perl C:/Users/klein_cl/Workspace/cpp/axcioma/taox11/bin/mwc.pl -type vs2019 -workers 12 -workers_dir C:\Users\klein_cl\AppData\Local\Temp -value_template platforms="Win32" -value_template PlatformToolset=v142 workspace.mwc
BRIX11 - run -> rc=false

MINGW64 ~/Workspace/cpp/axcioma (master)
$

Environment:
Output of ruby -v && bin/brix11 env && bin/brix11 -- configure --print-config

MINGW64 ~/Workspace/cpp/axcioma (master)
$ ruby -v && ruby bin/brix11 env && ruby bin/brix11 -- configure --print-config
ruby 3.0.1p64 (2021-04-05 revision 0fb782ee38) [x64-mingw32]
set ACE_ROOT=C:/Users/klein_cl/Workspace/cpp/axcioma/ACE/ACE
set CIAOX11_ROOT=C:/Users/klein_cl/Workspace/cpp/axcioma/ciaox11
set DANCEX11_ROOT=C:/Users/klein_cl/Workspace/cpp/axcioma/dancex11
set MPC_BASE=C:/Users/klein_cl/Workspace/cpp/axcioma/taox11/bin/MPC
set MPC_ROOT=C:/Users/klein_cl/Workspace/cpp/axcioma/ACE/MPC
set PATH=C:/Users/klein_cl/Workspace/cpp/axcioma/dancex11/bin;C:/Users/klein_cl/Workspace/cpp/axcioma/ciaox11/bin;C:/Users/klein_cl/Workspace/cpp/axcioma/bin;C:/Users/klein_cl/Workspace/cpp/axcioma/taox11/bin;C:/Users/klein_cl/Workspace/cpp/axcioma/lib;C:/Users/klein_cl/Workspace/cpp/axcioma/ACE/ACE/lib;C:\Users\klein_cl\bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\local\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\klein_cl\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\RsPython;C:\RsPython\scripts;C:\Program Files (x86)\Sysinternals Suite;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin;C:\Program Files\SafeNet\Authentication\SAC\x64;C:\Program Files\SafeNet\Authentication\SAC\x32;C:\Ruby30-x64\bin;C:\rspython\3.8\Scripts;C:\Users\klein_cl\AppData\Local\Microsoft\WindowsApps;C:\Users\klein_cl\AppData\Local\IBM\Notes\Data;C:\Program Files\Git\usr\bin\vendor_perl;C:\Program Files\Git\usr\bin\core_perl;C:/Users/klein_cl/Workspace/cpp/axcioma/ciaox11/lib;C:/Users/klein_cl/Workspace/cpp/axcioma/dancex11/lib
set RIDL_BE_PATH=;C:/Users/klein_cl/Workspace/cpp/axcioma/taox11;C:/Users/klein_cl/Workspace/cpp/axcioma/ciaox11;C:/Users/klein_cl/Workspace/cpp/axcioma/ciaox11/connectors/psdd4ccm
set RIDL_BE_SELECT=ccmx11
set RIDL_ROOT=C:/Users/klein_cl/Workspace/cpp/axcioma/ridl/lib
set TAOX11_ROOT=C:/Users/klein_cl/Workspace/cpp/axcioma/taox11
set TAO_ROOT=C:/Users/klein_cl/Workspace/cpp/axcioma/ACE/TAO
set X11_BASE_ROOT=C:/Users/klein_cl/Workspace/cpp/axcioma
========================= config.h =========================
#define ACE_HAS_VERSIONED_NAMESPACE 1
#define ACE_MONITOR_FRAMEWORK 0
#define __ACE_INLINE__ 1
#define ACE_DISABLE_WIN32_INCREASE_PRIORITY
#define ACE_DISABLE_WIN32_ERROR_WINDOWS
#include "ace/config-win32.h"
=================== platform_macros.GNU ====================
crossbuild=0
ssl=0
bzip2=0
zlib=0
valgrind=0
valgrind_keep_debuginfo=0
acetaompc=1
xerces3=1
zmq=0
ndds=1
ndds_no_optimize=0
opendds=1
cross=0
ami4ccm=1
corba4ccm=1
dds4ccm=0
dds4ccm_event=0
dds4ccm_state=0
psdd4ccm_zmq=0
psdd4ccm=0
ddsx11=0
multi_topic=1
buildbits=32
include $(ACE_ROOT)/include/makeinclude/platform_windows.GNU
===================== default.features =====================
crossbuild=0
ssl=0
bzip2=0
zlib=0
valgrind=0
valgrind_keep_debuginfo=0
acetaompc=1
xerces3=1
zmq=0
ndds=1
ndds_no_optimize=0
opendds=1
cross=0
ami4ccm=1
corba4ccm=1
dds4ccm=0
dds4ccm_event=0
dds4ccm_state=0
psdd4ccm_zmq=0
psdd4ccm=0
ddsx11=0
multi_topic=1
========================= MPC.cfg ==========================
includes = $MPC_ROOT/config, $ACE_ROOT/bin/MakeProjectCreator/config, $CIAOX11_ROOT/MPC/config, $CIAOX11_ROOT/connectors/ami4ccm/MPC/config, $CIAOX11_ROOT/connectors/corba4ccm/MPC/config, $CIAOX11_ROOT/connectors/tt4ccm/MPC/config, $CIAOX11_ROOT/connectors/dds4ccm/MPC/config, $TAOX11_ROOT/bin/MPC/config, $CIAOX11_ROOT/connectors/psdd4ccm/MPC/config, $CIAOX11_ROOT/ddsx11/MPC/config, $DANCEX11_ROOT/MPC/config
dynamic_types = $MPC_ROOT, $TAO_ROOT/MPC, $ACE_ROOT/bin/MakeProjectCreator, $TAOX11_ROOT/bin/MPC
main_functions = cplusplus:ACE_TMAIN
========================= .ridlrc ==========================
{
  "backend": "ccmx11",
  "be_path": [
    "ciaox11",
    "taox11",
    "ciaox11/connectors/psdd4ccm"
  ]
}
======================== .brix11rc =========================
{
  "project_type": "vs2019",
  "project_compiler": "vc142x32",
  "brix_paths": [
    "ciaox11",
    "taox11",
    "ciaox11/connectors/psdd4ccm",
    "dancex11"
  ],
  "user_environment": {
    "ACE_ROOT": "C:/Users/klein_cl/Workspace/cpp/axcioma/ACE/ACE",
    "TAO_ROOT": "C:/Users/klein_cl/Workspace/cpp/axcioma/ACE/TAO",
    "MPC_ROOT": "C:/Users/klein_cl/Workspace/cpp/axcioma/ACE/MPC",
    "PATH": "${PATH}"
  },
  "crossbuild": false,
  "target_platform": "Windows_NT"
}
====================== workspace.mwc =======================
workspace {
  $(ACE_ROOT)/ace
  $(ACE_ROOT)/apps/gperf/src
  $(TAO_ROOT)/TAO_IDL
  $(TAO_ROOT)/tao
  $(TAO_ROOT)/orbsvcs/orbsvcs/CosNaming.mpc
  $(TAO_ROOT)/orbsvcs/orbsvcs/CosNaming_Serv.mpc
  $(TAO_ROOT)/orbsvcs/orbsvcs/CosNaming_Skel.mpc
  $(TAO_ROOT)/orbsvcs/Naming_Service
  $(TAO_ROOT)/orbsvcs/orbsvcs/Svc_Utils.mpc
  $(TAO_ROOT)/orbsvcs/tests/Simple_Naming
  $(TAO_ROOT)/utils/catior/catior.mpc
  $(ACE_ROOT)/protocols/ace/INet
  $(CIAOX11_ROOT)/ccm
  $(CIAOX11_ROOT)/ciaox11
  $(CIAOX11_ROOT)/connectors/tt4ccm/idl
  $(CIAOX11_ROOT)/connectors/tt4ccm/impl
  $(CIAOX11_ROOT)/connectors/corba4ccm/corba4ccm
  $(CIAOX11_ROOT)/connectors/ami4ccm/ami4ccm
  $(TAOX11_ROOT)/tao/x11
  $(TAOX11_ROOT)/orbsvcs/orbsvcs
  $(DANCEX11_ROOT)/dancex11
  $(DANCEX11_ROOT)/tools
}
============================================================
Test config: Win32 FIXED_BUGS_ONLY ACETAOMPC XERCES3 NDDS OPENDDS AMI4CCM CORBA4CCM MULTI_TOPIC


MINGW64 ~/Workspace/cpp/axcioma (master)
$

Additional context
git bash for windows used!

The Windows CI an amigious brix11 command line option is used

Version
AXCIOMA_v2.5.0, AXCIOMA_v2.4.0, ...

Describe the issue
On CI the Windows alway a debug version, not a release version is build

Environment:
CI GitHub actions

IMHO: It should be like this:
%X11_BASE_ROOT%/bin/brix11 make --release -N -p %X11_BASE_ROOT%

See

%X11_BASE_ROOT%/bin/brix11 make -N -d %X11_BASE_ROOT% -- make -N -d %TAOX11_ROOT%/examples -- make -N -d %TAOX11_ROOT%/orbsvcs/tests -- make -N -d %TAOX11_ROOT%/tests

Parallel make fails with gnuautobuild when compiling on Debian Linux

Version
1.8.0 (git master)

Describe the bug
Attempted to build taox11, using axcioma, on a Debian Linux (bullseye). The build outputs several errors, and it seems the taox11 components are not properly built.

The Axcioma repository was cloned from github, and a configuration was created using the documentation on the github web page.

A few suspicious lines from the make output:

WARNING: () file: SSL  - will not be built due to the following missing library: ACE
WARNING: () file: TAO_IDL_FE  - will not be built due to the following missing library: ACE
WARNING: () file: TAO_IDL_BE  - will not be built due to the following missing library: TAO_IDL_FE ACE
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
ERROR: (make)  - make[1]: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl: Command not found

To Reproduce

git clone https://github.com/RemedyIT/axcioma.git
cd axcioma
bin/brix11 bootstrap taox11
bin/brix11 configure
bin/brix11 gen build workspace.mwc
bin/brix11 make

Expected behavior

No build errors

Output

See below

Environment:

Output of `ruby -v && brix11 env && brix11 -- configure --print-config`
vega:axcioma:(master) magne$ ruby -v && bin/brix11 env && bin/brix11 -- configure --print-config
ruby 2.5.7p206 (2019-10-01 revision 67816) [x86_64-linux-gnu]
export ACE_ROOT=/local/build/taox11/axcioma/ACE/ACE
export BZIP2_ROOT=/usr
export LD_LIBRARY_PATH=/local/build/taox11/axcioma/lib:/local/build/taox11/axcioma/ACE/ACE/lib:/usr/lib:
export MPC_BASE=/local/build/taox11/axcioma/taox11/bin/MPC
export MPC_ROOT=/local/build/taox11/axcioma/ACE/MPC
export PATH=/local/build/taox11/axcioma/taox11/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
export RIDL_BE_PATH=:/local/build/taox11/axcioma/taox11
export RIDL_BE_SELECT=c++11
export RIDL_ROOT=/local/build/taox11/axcioma/ridl/lib
export SSL_ROOT=/usr
export TAOX11_ROOT=/local/build/taox11/axcioma/taox11
export TAO_ROOT=/local/build/taox11/axcioma/ACE/TAO
export X11_BASE_ROOT=/local/build/taox11/axcioma
export ZLIB_ROOT=/usr
========================= config.h =========================
#define ACE_HAS_VERSIONED_NAMESPACE 1
#define ACE_MONITOR_FRAMEWORK 0
#include "ace/config-linux.h"
=================== platform_macros.GNU ====================
crossbuild=0
ssl=1
bzip2=1
zlib=1
valgrind=0
acetaompc=1
cross=0
debug=0
c++11=1
no_deprecated=0
inline=1
optimize=1
boost=0
buildbits=64
include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
===================== default.features =====================
crossbuild=0
ssl=1
bzip2=1
zlib=1
valgrind=0
acetaompc=1
cross=0
========================= MPC.cfg ==========================
includes = $MPC_ROOT/config, $ACE_ROOT/bin/MakeProjectCreator/config, $TAOX11_ROOT/bin/MPC/config
dynamic_types = $MPC_ROOT, $TAO_ROOT/MPC, $TAOX11_ROOT/bin/MPC
main_functions = cplusplus:ACE_TMAIN
========================= .ridlrc ==========================
{
  "backend": "c++11",
  "be_path": [
    "taox11"
  ]
}
======================== .brix11rc =========================
{
  "project_type": "gnuautobuild",
  "project_compiler": "gnu",
  "brix_paths": [
    "taox11"
  ],
  "user_environment": {
    "SSL_ROOT": "/usr",
    "BZIP2_ROOT": "/usr",
    "ZLIB_ROOT": "/usr",
    "ACE_ROOT": "/local/build/taox11/axcioma/ACE/ACE",
    "TAO_ROOT": "/local/build/taox11/axcioma/ACE/TAO",
    "MPC_ROOT": "/local/build/taox11/axcioma/ACE/MPC",
    "LD_LIBRARY_PATH": "/usr/lib:${LD_LIBRARY_PATH}"
  },
  "crossbuild": false,
  "target_platform": "Linux"
}
====================== workspace.mwc =======================
workspace {
  $(ACE_ROOT)/ace
  $(ACE_ROOT)/apps/gperf/src
  $(TAO_ROOT)/TAO_IDL
  $(TAO_ROOT)/tao
  $(TAO_ROOT)/orbsvcs/orbsvcs/CosNaming.mpc
  $(TAO_ROOT)/orbsvcs/orbsvcs/CosNaming_Serv.mpc
  $(TAO_ROOT)/orbsvcs/orbsvcs/CosNaming_Skel.mpc
  $(TAO_ROOT)/orbsvcs/Naming_Service
  $(TAO_ROOT)/orbsvcs/orbsvcs/Svc_Utils.mpc
  $(TAO_ROOT)/orbsvcs/tests/Simple_Naming
  $(TAO_ROOT)/utils/catior/catior.mpc
  $(TAOX11_ROOT)/tao/x11
  $(TAOX11_ROOT)/orbsvcs/orbsvcs
}
============================================================
Test config: LINUX Linux FIXED_BUGS_ONLY SSL BZIP2 ZLIB ACETAOMPC

Additional context

*** Prerequisites ***

$ uname -a
Linux vega 5.4.0-2-amd64 #1 SMP Debian 5.4.8-1 (2020-01-05) x86_64 GNU/Linux

$ ruby --version
ruby 2.5.7p206 (2019-10-01 revision 67816) [x86_64-linux-gnu]

$ perl --version

This is perl 5, version 30, subversion 0 (v5.30.0) built for x86_64-linux-gnu-thread-multi
(with 46 registered patches, see perl -V for more detail)

$ git --version
git version 2.24.1

$ gcc --version
gcc (Debian 9.2.1-22) 9.2.1 20200104

$ g++ --version
g++ (Debian 9.2.1-22) 9.2.1 20200104

$ aptitude show libxerces-c-dev
Package: libxerces-c-dev                 
Version: 3.2.2+debian-1+b1
State: installed

$ make --version
GNU Make 4.2.1

$ bash --version
GNU bash, version 5.0.11(1)-release (x86_64-pc-linux-gnu)

*** Build log ***

vega:build: magne$ mkdir taox11
vega:build: magne$ cd taox11
vega:taox11: magne$ git clone https://github.com/RemedyIT/axcioma.git
Cloning into 'axcioma'...
remote: Enumerating objects: 687, done.
remote: Total 687 (delta 0), reused 0 (delta 0), pack-reused 687
Receiving objects: 100% (687/687), 203.78 KiB | 802.00 KiB/s, done.
Resolving deltas: 100% (337/337), done.
vega:taox11: magne$ cd axcioma/
vega:axcioma:(master) magne$ bin/brix11 bootstrap taox11
BRIX11 - Bootstrapping TAOX11 framework
BRIX11 - Bootstrapping ACE component
BRIX11 - > git clone https://github.com/DOCGroup/ACE_TAO.git .
Cloning into '.'...
remote: Enumerating objects: 147, done.
remote: Counting objects: 100% (147/147), done.
remote: Compressing objects: 100% (112/112), done.
remote: Total 1186719 (delta 84), reused 66 (delta 35), pack-reused 1186572
Receiving objects: 100% (1186719/1186719), 800.50 MiB | 5.69 MiB/s, done.
Resolving deltas: 100% (905285/905285), done.
BRIX11 - > git checkout ACE+TAO-6_5_7
Note: switching to 'ACE+TAO-6_5_7'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 27a211b5baf ACE+TAO-6_5_7
BRIX11 - Bootstrapping MPC component
BRIX11 - > git clone https://github.com/DOCGroup/MPC.git .
Cloning into '.'...
remote: Enumerating objects: 88, done.
remote: Counting objects: 100% (88/88), done.
remote: Compressing objects: 100% (60/60), done.
remote: Total 17056 (delta 45), reused 60 (delta 28), pack-reused 16968
Receiving objects: 100% (17056/17056), 6.31 MiB | 5.20 MiB/s, done.
Resolving deltas: 100% (11021/11021), done.
BRIX11 - > git checkout ACE+TAO-6_5_7
Note: switching to 'ACE+TAO-6_5_7'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 5d680f21 Merge pull request #89 from ORDIS-Co-Ltd/master
BRIX11 - Bootstrapping ridl component
BRIX11 - > git clone https://github.com/RemedyIT/ridl.git .
Cloning into '.'...
remote: Enumerating objects: 26, done.
remote: Counting objects: 100% (26/26), done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 227 (delta 9), reused 10 (delta 2), pack-reused 201
Receiving objects: 100% (227/227), 131.79 KiB | 733.00 KiB/s, done.
Resolving deltas: 100% (102/102), done.
BRIX11 - > git checkout master
Already on 'master'
Your branch is up to date with 'origin/master'.
BRIX11 - Bootstrapping taox11 component
BRIX11 - > git clone https://github.com/RemedyIT/taox11.git .
Cloning into '.'...
remote: Enumerating objects: 31, done.
remote: Counting objects: 100% (31/31), done.
remote: Compressing objects: 100% (28/28), done.
remote: Total 3867 (delta 11), reused 14 (delta 2), pack-reused 3836
Receiving objects: 100% (3867/3867), 1.45 MiB | 3.19 MiB/s, done.
Resolving deltas: 100% (2240/2240), done.
BRIX11 - > git checkout master
Already on 'master'
Your branch is up to date with 'origin/master'.
BRIX11 - Bootstrapping finished. Exiting BRIX11.
vega:axcioma:(master) magne$ bin/brix11 configure
BRIX11 - Processing specifications
BRIX11 - Processing dependencies for [acetao]
BRIX11 - INFO : Verification of require [:targetsysroot] failed for feature :crossbuild for module :acetao. Disabling feature.
BRIX11 - INFO : Verification of require [:valgrindcmd] failed for feature :valgrind for module :acetao. Disabling feature.
BRIX11 - Processing dependencies for [taox11]
BRIX11 - Processing features for [acetao]
BRIX11 - Processing features for [taox11]
BRIX11 - Generating configuration
BRIX11 - Creating /local/build/taox11/axcioma/ACE/ACE/ace/config.h
BRIX11 - Creating /local/build/taox11/axcioma/ACE/ACE/include/makeinclude/platform_macros.GNU
BRIX11 - Creating /local/build/taox11/axcioma/ACE/ACE/bin/MakeProjectCreator/config/default.features
BRIX11 - Creating /local/build/taox11/axcioma/.ridlrc
BRIX11 - Creating /local/build/taox11/axcioma/.brix11rc
BRIX11 - Creating /local/build/taox11/axcioma/taox11/bin/MPC/config/MPC.cfg
BRIX11 - Creating /local/build/taox11/axcioma/workspace.mwc
BRIX11 - Configure finished. Exiting BRIX11.
vega:axcioma:(master) magne$ bin/brix11 gen build workspace.mwc
BRIX11 - > /local/build/taox11/axcioma/taox11/bin/mwc.pl -type gnuautobuild -workers 8 -workers_dir /tmp workspace.mwc
MPC_ROOT was set to /local/build/taox11/axcioma/ACE/MPC, MPC_BASE to /local/build/taox11/axcioma/taox11/bin/MPC.
Using .../axcioma/taox11/bin/MPC/config/MPC.cfg
Generating 'gnuautobuild' output using workspace.mwc
Multiprocess MPC using "/tmp" for temporary files.
Multiprocess MPC created lock file /tmp/mpc-worker.lock
Multiprocess MPC removed 0 existing files like "mpctmp*" in /tmp.
Skipping QoS (qos.mpc); it requires qos.
Skipping SSL_FOR_TAO (ssl_for_tao.mpc); it requires ace_for_tao.
Skipping ACE_XML_Utils (XML.mpc); it requires xerces.
Skipping ACE_FoxReactor (ace_foxreactor.mpc); it requires fox.
Skipping ACE_FOR_TAO (ace_for_tao.mpc); it requires ace_for_tao.
Skipping TAO_IDL_GEN (tao_idl_fe.mpc); it requires tao_idl_fe_gen.
Skipping ACE_Qt4Reactor_moc (ace_qt4reactor.mpc); it requires qt4.
Skipping ACE_Qt5Reactor_moc (ace_qt5reactor.mpc); it requires qt5.
Skipping ACE_Qt4Reactor (ace_qt4reactor.mpc); it requires qt4.
Skipping ACE_Qt5Reactor (ace_qt5reactor.mpc); it requires qt5.
Skipping TAO_QtResource (QtResource.mpc); it requires dummy_label.
Skipping ace_svcconf_gen (svcconfgen.mpc); it requires ace_svcconf_gen.
Skipping LzoCompressor (LzoCompressor.mpc); it requires lzo1.
Skipping TAO_FoxResource (FoxResource.mpc); it requires fox.
Multiprocess MPC removed /tmp/mpc-worker.lock
Generation Time: 24s
vega:axcioma:(master) magne$ 
vega:axcioma:(master) magne$ bin/brix11 make
BRIX11 - > make debug=0 -j 8
Making: /local/build/taox11/axcioma/ACE/ACE/ace/XtReactor/GNUmakefile.ACE_XtReactor MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: x11_logger  - will not be built due to the following missing library: ACE
Making: /local/build/taox11/axcioma/taox11/tao/x11/logger/GNUmakefile.x11_logger MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: ACE_Compression  - will not be built due to the following missing library: ACE
touch .depend.taox11_messaging
touch .depend.CSD_ThreadPool
Making: /local/build/taox11/axcioma/ACE/ACE/ace/Compression/GNUmakefile.ACE_Compression MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: SSL  - will not be built due to the following missing library: ACE
touch .depend.taox11_codecfactory
Making: /local/build/taox11/axcioma/ACE/ACE/ace/SSL/GNUmakefile.SSL MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/GNUmakefile.ridl_orb_idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/codecfactory/GNUmakefile.taox11_codecfactory_idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/ifr_client/GNUmakefile.taox11_ifr_client_idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/ACE/ace/GNUmakefile.ACE MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/ACE/ace/TkReactor/GNUmakefile.ACE_TkReactor MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: ACE_ETCL  - will not be built due to the following missing library: ACE
Making: /local/build/taox11/axcioma/ACE/ACE/ace/ETCL/GNUmakefile.ACE_ETCL MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: TAO_IDL_FE  - will not be built due to the following missing library: ACE
touch .depend.portable_interceptor
Making: /local/build/taox11/axcioma/ACE/TAO/TAO_IDL/GNUmakefile.TAO_IDL_FE MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/pi/GNUmakefile.portable_interceptor_idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: gperf  - will not be built due to the following missing library: ACE
Making: /local/build/taox11/axcioma/ACE/ACE/apps/gperf/src/GNUmakefile.gperf MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/IORTable/GNUmakefile.IORTable_Core_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/CodecFactory/GNUmakefile.CodecFactory_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/ior_interceptor/GNUmakefile.ior_interceptor_idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: TAO_IDL_BE  - will not be built due to the following missing library: TAO_IDL_FE ACE
Making: /local/build/taox11/axcioma/ACE/TAO/TAO_IDL/GNUmakefile.TAO_IDL_BE MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/anytypecode/GNUmakefile.taox11_anytypecode_idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/ZIOP/GNUmakefile.ZIOP_Core_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/typecodefactory/GNUmakefile.taox11_typecodefactory_idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/Monitor/GNUmakefile.Monitor_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/PI_Server/GNUmakefile.PI_Server_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/orbsvcs/orbsvcs/GNUmakefile.CosNaming_IDL MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/PortableServer/GNUmakefile.PortableServer_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
Making: /local/build/taox11/axcioma/ACE/TAO/tao/CSD_Framework/GNUmakefile.CSD_Framework_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: ACE_ETCL_Parser  - will not be built due to the following missing library: ACE_ETCL ACE
Making: /local/build/taox11/axcioma/ACE/ACE/ace/ETCL/GNUmakefile.ACE_ETCL_Parser MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: Monitor_Control  - will not be built due to the following missing library: ACE_ETCL_Parser ACE_ETCL ACE
Making: /local/build/taox11/axcioma/ACE/ACE/ace/Monitor_Control/GNUmakefile.Monitor_Control MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: TAO_IDL_EXE  - will not be built due to the following missing library: TAO_IDL_BE TAO_IDL_FE ACE
Making: /local/build/taox11/axcioma/ACE/TAO/TAO_IDL/GNUmakefile.TAO_IDL_EXE MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/ior_table/GNUmakefile.taox11_ior_table_idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/EndpointPolicy/GNUmakefile.EndpointPolicy_Core_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/XtResource/GNUmakefile.TAO_XtResource MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/TkResource/GNUmakefile.TAO_TkResource MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/pi_server/GNUmakefile.portable_interceptor_server_idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/RTScheduling/GNUmakefile.RTScheduler_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/ort/GNUmakefile.object_reference_template__idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/ACE/ace/FlReactor/GNUmakefile.ACE_FlReactor MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/RTPortableServer/GNUmakefile.RTPortableServer_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: ObjRefTemplate  - will not be built due to the following missing library: TAO_PortableServer TAO_Valuetype TAO_AnyTypeCode TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/tao/Codeset/GNUmakefile.Codeset_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/Compression/GNUmakefile.Compression_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/orbsvcs/orbsvcs/naming_server/GNUmakefile.taox11_cosnaming_idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/PI/GNUmakefile.PI_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/ObjRefTemplate/GNUmakefile.ObjRefTemplate MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/IFR_Client/GNUmakefile.IFR_Client_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
Making: /local/build/taox11/axcioma/ACE/TAO/tao/IORManipulation/GNUmakefile.IORManipulation_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/TransportCurrent/GNUmakefile.TC_IIOP_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/GNUmakefile.TAO_Core_idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/TAO_IDL/GNUmakefile.TAO_IDL_BE_VIS_O MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/IORTable/GNUmakefile.Async_IORTable_Core_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: AnyTypeCode  - will not be built due to the following missing library: TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/tao/IORInterceptor/GNUmakefile.IORInterceptor_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/ObjRefTemplate/GNUmakefile.ObjRefTemplate_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/bidir_giop/GNUmakefile.taox11_bidir_giop_idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/AnyTypeCode/GNUmakefile.AnyTypeCode MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/TransportCurrent/GNUmakefile.TC_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: ACE_RLECompression  - will not be built due to the following missing library: ACE_Compression ACE
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/TAO/tao/PortableServer/libTAO_IDL_BE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/TAO/tao/CSD_Framework/libTAO_IDL_BE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/TAO/tao/IORTable/tao_idl /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl
WARNING: () file: RTCORBA  - will not be built due to the following missing library: TAO_PI TAO_CodecFactory TAO_AnyTypeCode TAO ACE
WARNING: () file: TC  - will not be built due to the following missing library: TAO_PI TAO_CodecFactory TAO_AnyTypeCode TAO ACE
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/TAO/tao/ObjRefTemplate/tao_idl /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl
Making: /local/build/taox11/axcioma/ACE/ACE/ace/Compression/rle/GNUmakefile.ACE_RLECompression MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/RTCORBA/GNUmakefile.RTCORBA MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/TransportCurrent/GNUmakefile.TC MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/GNUmakefile.taox11_core_idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/TAO_IDL/GNUmakefile.TAO_IDL_BE_VIS_I MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/ImR_Client/GNUmakefile.ImR_Client_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: IORManipulation  - will not be built due to the following missing library: TAO_AnyTypeCode TAO ACE
ln -s ../../TAO/tao/EndpointPolicy/tao_idl /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl
Making: /local/build/taox11/axcioma/taox11/tao/x11/portable_server/GNUmakefile.taox11_portableserver_idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/IORManipulation/GNUmakefile.IORManipulation MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/BiDir_GIOP/GNUmakefile.BiDir_GIOP_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/valuetype/GNUmakefile.taox11_valuetype_idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/RTCORBA/GNUmakefile.RTCORBA_Core_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/Valuetype/GNUmakefile.Valuetype_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: DynamicAny  - will not be built due to the following missing library: TAO_Valuetype TAO_AnyTypeCode TAO ACE
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/TAO/tao/RTScheduling/libTAO_IDL_BE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/TAO/tao/BiDir_GIOP/tao_idl /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/TAO/tao/RTCORBA/tao_idl /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/TAO/tao/Monitor/libTAO_IDL_FE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_FE.so
Making: /local/build/taox11/axcioma/ACE/TAO/tao/DynamicAny/GNUmakefile.DynamicAny MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: IFR_Client_skel  - will not be built due to the following missing library: TAO_PortableServer TAO_IFR_Client TAO_AnyTypeCode TAO ACE
ln -s ../../TAO/tao/PI/tao_idl /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl
WARNING: () file: TAO  - will not be built due to the following missing library: ACE
Making: /local/build/taox11/axcioma/ACE/TAO/tao/GNUmakefile.TAO MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
WARNING: () file: SmartProxies  - will not be built due to the following missing library: TAO ACE
ln: failed to create symbolic link '/local/build/taox11/axcioma/ACE/ACE/bin/tao_idl': File exists
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/TAO/tao/PI/libTAO_IDL_BE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so
Making: /local/build/taox11/axcioma/ACE/TAO/tao/IFR_Client/GNUmakefile.IFR_Client_skel MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/SmartProxies/GNUmakefile.SmartProxies MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: Codeset  - will not be built due to the following missing library: TAO ACE
ln -s ../../TAO/tao/IFR_Client/tao_idl /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl
Making: /local/build/taox11/axcioma/ACE/TAO/tao/Codeset/GNUmakefile.Codeset MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
WARNING: () file: CosNaming  - will not be built due to the following missing library: TAO_Svc_Utils TAO_PortableServer TAO_AnyTypeCode TAO ACE
ln -s ../../TAO/tao/tao_idl /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl
ln: failed to create symbolic link '/local/build/taox11/axcioma/ACE/ACE/bin/tao_idl': File exists
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
Making: /local/build/taox11/axcioma/ACE/TAO/TAO_IDL/GNUmakefile.TAO_IDL_BE_VIS_S MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/TypeCodeFactory/GNUmakefile.TypeCodeFactory_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/orbsvcs/orbsvcs/GNUmakefile.CosNaming MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: taox11_anytypecode  - will not be built due to the following missing library: TAO_AnyTypeCode taox11 x11_logger TAO ACE
ln: failed to create symbolic link '/local/build/taox11/axcioma/ACE/ACE/bin/tao_idl': File exists
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
ln -s ../../TAO/tao/IORTable/tao_idl /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl
ln -s ../../TAO/tao/IORTable/libTAO_IDL_FE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_FE.so
WARNING: () file: PI  - will not be built due to the following missing library: TAO_CodecFactory TAO_AnyTypeCode TAO ACE
ERROR: (make)  - make[1]: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl: Command not found
ERROR: (make)  - [GNUmakefile.IORTable_Core_Idl:135: IORTableS.h] Error 127
WARNING: () file: TAO_Utils  - will not be built due to the following missing library: TAO_PI TAO_CodecFactory TAO_PortableServer TAO_AnyTypeCode TAO ACE
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/TAO/tao/TypeCodeFactory/tao_idl /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl
Making: /local/build/taox11/axcioma/taox11/tao/x11/anytypecode/GNUmakefile.taox11_anytypecode MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/PI/GNUmakefile.PI MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: taox11_ior_table  - will not be built due to the following missing library: TAO_IORTable taox11_portable_server TAO_PortableServer taox11_anytypecode TAO_AnyTypeCode taox11 x11_logger TAO ACE
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/TAO/orbsvcs/orbsvcs/libTAO_IDL_FE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_FE.so
ln: failed to create symbolic link '/local/build/taox11/axcioma/ACE/ACE/bin/tao_idl': File exists
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/TAO/tao/IORManipulation/libTAO_IDL_BE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
Making: /local/build/taox11/axcioma/ACE/TAO/tao/Utils/GNUmakefile.TAO_Utils MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: Valuetype  - will not be built due to the following missing library: TAO_AnyTypeCode TAO ACE
ln -s ../../TAO/tao/TransportCurrent/tao_idl /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl
Making: /local/build/taox11/axcioma/taox11/tao/x11/ior_table/GNUmakefile.taox11_ior_table MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: taox11  - will not be built due to the following missing library: x11_logger TAO ACE
WARNING: () file: taox11_dynamicany  - will not be built due to the following missing library: taox11_valuetype TAO_Valuetype taox11_anytypecode TAO_AnyTypeCode taox11 x11_logger TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/TAO_IDL/GNUmakefile.TAO_IDL_BE_VIS_E MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/Valuetype/GNUmakefile.Valuetype MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
WARNING: () file: Bzip2Compressor  - will not be built due to the following missing library: TAO_Compression TAO_AnyTypeCode TAO ACE
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
WARNING: () file: TAO_Monitor  - will not be built due to the following missing library: ACE_Monitor_Control ACE_ETCL_Parser ACE_ETCL TAO_PortableServer TAO_AnyTypeCode TAO ACE
Making: /local/build/taox11/axcioma/taox11/tao/x11/dynamic_any/GNUmakefile.taox11_dynamicany MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/GNUmakefile.taox11 MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: TAO_ETCL  - will not be built due to the following missing library: ACE_ETCL TAO_AnyTypeCode TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/TAO_IDL/GNUmakefile.TAO_IDL_BE_VIS_C MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/Monitor/GNUmakefile.TAO_Monitor MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: taox11_messaging  - will not be built due to the following missing library: TAO_Messaging taox11_pi TAO_PI taox11_codecfactory TAO_CodecFactory taox11_valuetype TAO_Valuetype taox11_portable_server TAO_PortableServer taox11_anytypecode TAO_AnyTypeCode taox11 x11_logger TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/tao/ETCL/GNUmakefile.TAO_ETCL MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/Compression/bzip2/GNUmakefile.Bzip2Compressor MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so] Error 1
Making: /local/build/taox11/axcioma/ACE/TAO/TAO_IDL/GNUmakefile.TAO_IDL_BE_VIS_A MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/AnyTypeCode/GNUmakefile.AnyTypeCode_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/messaging/GNUmakefile.taox11_messaging MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
Making: /local/build/taox11/axcioma/taox11/tao/x11/dynamic_any/GNUmakefile.taox11_dynamicany_idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: catior  - will not be built due to the following missing library: TAO_Catior_i TAO_ZIOP TAO_Compression TAO_Messaging TAO_Valuetype TAO_RTCORBA TAO_PI TAO_CodecFactory TAO_CosNaming TAO_Svc_Utils TAO_PortableServer TAO_AnyTypeCode TAO ACE
ln -s ../../TAO/tao/ImR_Client/tao_idl /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl
Making: /local/build/taox11/axcioma/ACE/TAO/tao/Strategies/GNUmakefile.Strategies_Core_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: Dynamic_TP  - will not be built due to the following missing library: TAO_CSD_ThreadPool TAO_CSD_Framework TAO_PortableServer TAO_PI TAO_CodecFactory TAO_AnyTypeCode TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/orbsvcs/Naming_Service/GNUmakefile.NT_Naming_Service MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: taox11_typecodefactory  - will not be built due to the following missing library: TAO_TypeCodeFactory TAO_IFR_Client taox11_ifr_client_stub taox11_anytypecode TAO_AnyTypeCode taox11 x11_logger TAO ACE
WARNING: () file: RTPortableServer  - will not be built due to the following missing library: TAO_PortableServer TAO_RTCORBA TAO_PI TAO_CodecFactory TAO_AnyTypeCode TAO ACE
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/TAO/tao/Strategies/tao_idl /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl
Making: /local/build/taox11/axcioma/ACE/TAO/tao/Dynamic_TP/GNUmakefile.Dynamic_TP MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: PI_Server  - will not be built due to the following missing library: TAO_PortableServer TAO_PI TAO_CodecFactory TAO_AnyTypeCode TAO ACE
WARNING: () file: CodecFactory  - will not be built due to the following missing library: TAO_AnyTypeCode TAO ACE
WARNING: () file: ImR_Client  - will not be built due to the following missing library: TAO_IORManip TAO_PortableServer TAO_AnyTypeCode TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/tao/RTPortableServer/GNUmakefile.RTPortableServer MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/utils/catior/GNUmakefile.catior MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: RLECompressor  - will not be built due to the following missing library: TAO_Compression TAO_AnyTypeCode TAO ACE_RLECompression ACE_Compression ACE
Making: /local/build/taox11/axcioma/taox11/tao/x11/typecodefactory/GNUmakefile.taox11_typecodefactory MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/ImR_Client/GNUmakefile.ImR_Client MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/Compression/rle/GNUmakefile.RLECompressor MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: CosNaming_Serv  - will not be built due to the following missing library: TAO_IORTable TAO_Messaging TAO_PI TAO_CodecFactory TAO_Valuetype TAO_CosNaming_Skel TAO_CosNaming TAO_Svc_Utils TAO_PortableServer TAO_AnyTypeCode TAO ACE
ln -s ../../TAO/tao/ZIOP/libTAO_IDL_FE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_FE.so
WARNING: () file: Strategies  - will not be built due to the following missing library: TAO_PI TAO_CodecFactory TAO_AnyTypeCode TAO ACE
ERROR: (make)  - make[1]: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl: Command not found
ERROR: (make)  - [GNUmakefile.ZIOP_Core_Idl:135: ZIOPS.h] Error 127
ln -s ../../TAO/tao/BiDir_GIOP/tao_idl /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl
Making: /local/build/taox11/axcioma/ACE/TAO/orbsvcs/orbsvcs/GNUmakefile.CosNaming_Serv MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: CSD_ThreadPool  - will not be built due to the following missing library: TAO_CSD_Framework TAO_PI TAO_CodecFactory TAO_PortableServer TAO_AnyTypeCode TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/tao/Strategies/GNUmakefile.Strategies MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
Making: /local/build/taox11/axcioma/ACE/TAO/tao/CodecFactory/GNUmakefile.CodecFactory MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: EndpointPolicy  - will not be built due to the following missing library: TAO_PI TAO_CodecFactory TAO_PortableServer TAO_AnyTypeCode TAO ACE
WARNING: () file: taox11_cosnaming_skel  - will not be built due to the following missing library: taox11_cosnaming_stub taox11_portable_server TAO_PortableServer taox11_anytypecode TAO_AnyTypeCode taox11 x11_logger TAO ACE
WARNING: () file: TypeCodeFactory  - will not be built due to the following missing library: TAO_IFR_Client TAO_AnyTypeCode TAO ACE
ln -s ../../TAO/tao/EndpointPolicy/libTAO_IDL_BE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so
Making: /local/build/taox11/axcioma/ACE/TAO/tao/PI_Server/GNUmakefile.PI_Server MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/CSD_ThreadPool/GNUmakefile.CSD_ThreadPool MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/orbsvcs/orbsvcs/naming_server/GNUmakefile.taox11_cosnaming_skel MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: ior_interceptor  - will not be built due to the following missing library: TAO_IORInterceptor taox11_ort TAO_ObjRefTemplate taox11_valuetype TAO_Valuetype taox11_portable_server TAO_PortableServer taox11_pi TAO_PI taox11_codecfactory TAO_CodecFactory taox11_anytypecode TAO_AnyTypeCode taox11 x11_logger TAO ACE
WARNING: () file: taox11_ifr_client_stub  - will not be built due to the following missing library: taox11_anytypecode TAO_AnyTypeCode taox11 x11_logger TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/tao/EndpointPolicy/GNUmakefile.EndpointPolicy MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/Messaging/GNUmakefile.Messaging_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/TypeCodeFactory/GNUmakefile.TypeCodeFactory MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: IORTable  - will not be built due to the following missing library: TAO_PortableServer TAO_AnyTypeCode TAO ACE
TAO_FlResource will not be built due to the following disabled make macros: x11 gl fl ace_flreactor
Making: /local/build/taox11/axcioma/taox11/tao/x11/ior_interceptor/GNUmakefile.ior_interceptor MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/ifr_client/GNUmakefile.taox11_ifr_client_stub MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/FlResource/GNUmakefile.TAO_FlResource MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/IORTable/GNUmakefile.IORTable MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so] Error 1
WARNING: () file: ZlibCompressor  - will not be built due to the following missing library: TAO_Compression TAO_AnyTypeCode TAO ACE
ln -s ../../TAO/tao/RTCORBA/tao_idl /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl
WARNING: () file: ZIOP  - will not be built due to the following missing library: TAO_PI TAO_CodecFactory TAO_Compression TAO_AnyTypeCode TAO ACE
ln -s ../../TAO/tao/Monitor/libTAO_IDL_FE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_FE.so
Making: /local/build/taox11/axcioma/ACE/TAO/TAO_IDL/GNUmakefile.TAO_IDL_BE_VIS_U MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: IFR_Client  - will not be built due to the following missing library: TAO_AnyTypeCode TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/tao/Compression/zlib/GNUmakefile.ZlibCompressor MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: IORInterceptor  - will not be built due to the following missing library: TAO_PI TAO_CodecFactory TAO_ObjRefTemplate TAO_Valuetype TAO_PortableServer TAO_AnyTypeCode TAO ACE
ERROR: (make)  - make[1]: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl: Command not found
ERROR: (make)  - [GNUmakefile.Monitor_Idl:135: Monitor_includeC.cpp] Error 127
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/TAO/tao/EndpointPolicy/libTAO_IDL_FE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_FE.so
Making: /local/build/taox11/axcioma/ACE/TAO/tao/IFR_Client/GNUmakefile.IFR_Client MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: portable_interceptor_server  - will not be built due to the following missing library: TAO_PI_Server TAO_PortableServer taox11_pi TAO_PI taox11_codecfactory TAO_CodecFactory taox11_anytypecode TAO_AnyTypeCode taox11 x11_logger TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/tao/ZIOP/GNUmakefile.ZIOP MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/pi_server/GNUmakefile.portable_interceptor_server MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/DiffServPolicy/GNUmakefile.DiffServPolicy_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: object_reference_template  - will not be built due to the following missing library: TAO_ObjRefTemplate taox11_valuetype TAO_Valuetype taox11_portable_server TAO_PortableServer taox11_anytypecode TAO_AnyTypeCode taox11 x11_logger TAO ACE
WARNING: () file: PortableServer  - will not be built due to the following missing library: TAO_AnyTypeCode TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/tao/IORInterceptor/GNUmakefile.IORInterceptor MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: catior_lib  - will not be built due to the following missing library: TAO_ZIOP TAO_Compression TAO_Messaging TAO_PortableServer TAO_Valuetype TAO_RTCORBA TAO_PI TAO_CodecFactory TAO_AnyTypeCode TAO ACE
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/TAO/tao/RTCORBA/libTAO_IDL_BE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so
ln -s ../../TAO/tao/PI/libTAO_IDL_BE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so
ln -s ../../TAO/tao/TypeCodeFactory/tao_idl /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl
Making: /local/build/taox11/axcioma/taox11/tao/x11/ort/GNUmakefile.object_reference_template MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/PortableServer/GNUmakefile.PortableServer MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: Messaging  - will not be built due to the following missing library: TAO_Valuetype TAO_PI TAO_CodecFactory TAO_PortableServer TAO_AnyTypeCode TAO ACE
WARNING: () file: Async_IORTable  - will not be built due to the following missing library: TAO_DynamicInterface TAO_Messaging TAO_PI TAO_CodecFactory TAO_Valuetype TAO_IORTable TAO_PortableServer TAO_AnyTypeCode TAO ACE
WARNING: () file: taox11_portableserver  - will not be built due to the following missing library: taox11_anytypecode TAO_PortableServer TAO_AnyTypeCode taox11 x11_logger TAO ACE
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/TAO/tao/DiffServPolicy/tao_idl /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl
ln -s ../../TAO/tao/IORManipulation/libTAO_IDL_BE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/TAO/tao/PI/libTAO_IDL_FE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_FE.so
ln: failed to create symbolic link '/local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so': File exists
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so] Error 1
Making: /local/build/taox11/axcioma/ACE/TAO/tao/Messaging/GNUmakefile.Messaging MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: CosNaming_Skel  - will not be built due to the following missing library: TAO_CosNaming TAO_Svc_Utils TAO_PortableServer TAO_AnyTypeCode TAO ACE
ln -s ../../TAO/orbsvcs/orbsvcs/libTAO_IDL_FE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_FE.so
ERROR: (make)  - make[1]: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl: Command not found
ERROR: (make)  - [GNUmakefile.CosNaming_IDL:145: CosNamingS.h] Error 127
Making: /local/build/taox11/axcioma/ACE/TAO/utils/catior/GNUmakefile.catior_lib MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/portable_server/GNUmakefile.taox11_portableserver MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: taox11_codecfactory  - will not be built due to the following missing library: TAO_CodecFactory taox11_anytypecode TAO_AnyTypeCode taox11 x11_logger TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/orbsvcs/orbsvcs/GNUmakefile.CosNaming_Skel MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/IORTable/GNUmakefile.Async_IORTable MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/codecfactory/GNUmakefile.taox11_codecfactory MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: BiDir_GIOP  - will not be built due to the following missing library: TAO_PI TAO_CodecFactory TAO_AnyTypeCode TAO ACE
WARNING: () file: taox11_bidir_giop  - will not be built due to the following missing library: TAO_BiDirGIOP taox11_pi TAO_PI taox11_codecfactory TAO_CodecFactory taox11_anytypecode TAO_AnyTypeCode taox11 x11_logger TAO ACE
WARNING: () file: taox11_ifr_client_skel  - will not be built due to the following missing library: taox11_ifr_client_stub taox11_portable_server TAO_PortableServer taox11_anytypecode TAO_AnyTypeCode taox11 x11_logger TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/tao/BiDir_GIOP/GNUmakefile.BiDir_GIOP MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/messaging/GNUmakefile.taox11_messaging_idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/ifr_client/GNUmakefile.taox11_ifr_client_skel MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/bidir_giop/GNUmakefile.taox11_bidir_giop MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_FE.so] Error 1
WARNING: () file: TC_IIOP  - will not be built due to the following missing library: TAO_TC TAO_PI TAO_CodecFactory TAO_AnyTypeCode TAO ACE
WARNING: () file: Simple_Naming_Client  - will not be built due to the following missing library: TAO_Utils TAO_PI TAO_CodecFactory TAO_CosNaming TAO_Svc_Utils TAO_PortableServer TAO_AnyTypeCode TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/tao/DynamicAny/GNUmakefile.DynamicAny_Idl MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: DynamicInterface  - will not be built due to the following missing library: TAO_Messaging TAO_PI TAO_CodecFactory TAO_PortableServer TAO_Valuetype TAO_AnyTypeCode TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/tao/TransportCurrent/GNUmakefile.TC_IIOP MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/orbsvcs/tests/Simple_Naming/GNUmakefile.Simple_Naming_Client MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
Making: /local/build/taox11/axcioma/ACE/TAO/TAO_IDL/GNUmakefile.TAO_IDL_BE_VIS_V MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/tao/DynamicInterface/GNUmakefile.DynamicInterface MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
WARNING: () file: Compression  - will not be built due to the following missing library: TAO_AnyTypeCode TAO ACE
ln -s ../../TAO/tao/Valuetype/libTAO_IDL_BE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so
Making: /local/build/taox11/axcioma/ACE/TAO/tao/Compression/GNUmakefile.Compression MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so] Error 1
WARNING: () file: RTScheduler  - will not be built due to the following missing library: TAO_PI_Server TAO_PortableServer TAO_RTCORBA TAO_PI TAO_CodecFactory TAO_AnyTypeCode TAO ACE
ln -s ../../TAO/tao/ImR_Client/libTAO_IDL_BE.so /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so
ln: failed to create symbolic link '/local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so': File exists
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so] Error 1
Making: /local/build/taox11/axcioma/ACE/TAO/tao/RTScheduling/GNUmakefile.RTScheduler MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: CSD_Framework  - will not be built due to the following missing library: TAO_PI TAO_CodecFactory TAO_PortableServer TAO_AnyTypeCode TAO ACE
/local/build/taox11/axcioma/ACE/ACE/ace/ACE.cpp: In function ‘pid_t ACE_6_5_7::ACE::fork(const ACE_TCHAR*, int)’:
/local/build/taox11/axcioma/ACE/ACE/ace/ACE.cpp:2797:29: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2797 |               ACE_OS::_exit (errno);
      |               ~~~~~~~~~~~~~~^~~~~~~
/local/build/taox11/axcioma/ACE/ACE/ace/ACE.cpp:2798:13: note: here
 2798 |             default:  // child terminates, orphaning grandchild
      |             ^~~~~~~
WARNING: () file: taox11_cosnaming_stub  - will not be built due to the following missing library: taox11 x11_logger TAO ACE
WARNING: () file: Naming_Service  - will not be built due to the following missing library: TAO_ImR_Client TAO_IORManip TAO_CosNaming_Serv TAO_Messaging TAO_PI TAO_CodecFactory TAO_Valuetype TAO_IORTable TAO_CosNaming_Skel TAO_CosNaming TAO_Svc_Utils TAO_PortableServer TAO_AnyTypeCode TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/tao/CSD_Framework/GNUmakefile.CSD_Framework MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/orbsvcs/orbsvcs/naming_server/GNUmakefile.taox11_cosnaming_stub MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: portable_interceptor  - will not be built due to the following missing library: TAO_PI taox11_codecfactory TAO_CodecFactory taox11_anytypecode TAO_AnyTypeCode taox11 x11_logger TAO ACE
Making: /local/build/taox11/axcioma/ACE/TAO/orbsvcs/Naming_Service/GNUmakefile.Naming_Service MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
WARNING: () file: DiffServPolicy  - will not be built due to the following missing library: TAO_PI TAO_CodecFactory TAO_PortableServer TAO_AnyTypeCode TAO ACE
WARNING: () file: Svc_Utils  - will not be built due to the following missing library: TAO_PortableServer TAO_AnyTypeCode TAO ACE
WARNING: () file: taox11_valuetype  - will not be built due to the following missing library: TAO_Valuetype taox11_anytypecode TAO_AnyTypeCode taox11 x11_logger TAO ACE
Making: /local/build/taox11/axcioma/taox11/tao/x11/pi/GNUmakefile.portable_interceptor MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/taox11/tao/x11/valuetype/GNUmakefile.taox11_valuetype MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
Making: /local/build/taox11/axcioma/ACE/TAO/orbsvcs/orbsvcs/GNUmakefile.Svc_Utils MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so] Error 1
Making: /local/build/taox11/axcioma/ACE/TAO/tao/DiffServPolicy/GNUmakefile.DiffServPolicy MAKEFLAGS=w -j8 --jobserver-auth=4,5 -- debug=0
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_FE.so] Error 1
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
ERROR: (make)  - make[1]: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl: Command not found
ERROR: (make)  - [GNUmakefile.PI_Idl:135: PI_includeS.h] Error 127
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/bin/tao_idl] Error 1
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_BE.so] Error 1
ERROR: (make)  - [/local/build/taox11/axcioma/ACE/ACE/include/makeinclude/rules.local.GNU:295: /local/build/taox11/axcioma/ACE/ACE/lib/libTAO_IDL_FE.so] Error 1
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Asynch_Pseudo_Task.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_T.cpp  - In instantiation of ‘int ACE_6_5_7::ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN>::check_handles() [with ACE_SELECT_REACTOR_TOKEN = ACE_6_5_7::ACE_Reactor_Token_T<ACE_6_5_7::ACE_Token>]’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_T.cpp line: 1477 - required from here
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_T.cpp line: 1496 - implicitly-declared ‘constexpr ACE_6_5_7::ACE_Handle_Set::ACE_Handle_Set(const ACE_6_5_7::ACE_Handle_Set&)’ is deprecated [-Wdeprecated-copy]
 1496 |   ACE_Handle_Set check_set (this->wait_set_.rd_mask_);
      |                  ^~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/Handle_Set.h:235,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_Base.h:23,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_T.h:15,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor.h:15,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Asynch_Pseudo_Task.h:23,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Asynch_Pseudo_Task.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Handle_Set.inl line: 31 - because ‘ACE_6_5_7::ACE_Handle_Set’ has user-provided ‘ACE_6_5_7::ACE_Handle_Set& ACE_6_5_7::ACE_Handle_Set::operator=(const ACE_6_5_7::ACE_Handle_Set&)’
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Configuration.cpp  - 1
INFO: (g++) file:     inlined from ‘virtual int ACE_6_5_7  - :ACE_Configuration_Heap::open_section(const ACE_6_5_7::ACE_Configuration_Section_Key&, const ACE_TCHAR*, bool, ACE_6_5_7::ACE_Configuration_Section_Key&)’ at /local/build/taox11/axcioma/ACE/ACE/ace/Configuration.cpp:1540:71
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_string.inl line: 39 - ‘void* memcpy(void*, const void*, size_t)’ specified bound 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
   39 |   return ::memcpy (t, s, len);
      |          ~~~~~~~~~^~~~~~~~~~~
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.inl  - In function ‘int ACE_6_5_7::ACE_OS::readdir_r(ACE_DIR*, dirent*, dirent**)’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.inl line: 83 - ‘int readdir_r(DIR*, dirent*, dirent**)’ is deprecated [-Wdeprecated-declarations]
   83 |        return ::readdir_r (dirp, entry, result);
      |                 ^~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/os_include/os_dirent.h:29,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.h:26,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent.h:24,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent.cpp  - 1
INFO: (g++) file: /usr/include/dirent.h line: 183 - declared here
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent.cpp  - 1
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.inl line: 83 - ‘int readdir_r(DIR*, dirent*, dirent**)’ is deprecated [-Wdeprecated-declarations]
   83 |        return ::readdir_r (dirp, entry, result);
      |                                               ^
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/os_include/os_dirent.h:29,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.h:26,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent.h:24,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent.cpp  - 1
INFO: (g++) file: /usr/include/dirent.h line: 183 - declared here
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent.cpp  - 1
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.inl line: 83 - ‘int readdir_r(DIR*, dirent*, dirent**)’ is deprecated [-Wdeprecated-declarations]
   83 |        return ::readdir_r (dirp, entry, result);
      |                                               ^
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/os_include/os_dirent.h:29,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.h:26,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent.h:24,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent.cpp  - 1
INFO: (g++) file: /usr/include/dirent.h line: 183 - declared here
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent_Selector.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.inl  - In function ‘int ACE_6_5_7::ACE_OS::readdir_r(ACE_DIR*, dirent*, dirent**)’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.inl line: 83 - ‘int readdir_r(DIR*, dirent*, dirent**)’ is deprecated [-Wdeprecated-declarations]
   83 |        return ::readdir_r (dirp, entry, result);
      |                 ^~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/os_include/os_dirent.h:29,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.h:26,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent_Selector.h:23,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent_Selector.cpp  - 1
INFO: (g++) file: /usr/include/dirent.h line: 183 - declared here
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent_Selector.cpp  - 1
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.inl line: 83 - ‘int readdir_r(DIR*, dirent*, dirent**)’ is deprecated [-Wdeprecated-declarations]
   83 |        return ::readdir_r (dirp, entry, result);
      |                                               ^
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/os_include/os_dirent.h:29,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.h:26,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent_Selector.h:23,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent_Selector.cpp  - 1
INFO: (g++) file: /usr/include/dirent.h line: 183 - declared here
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent_Selector.cpp  - 1
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.inl line: 83 - ‘int readdir_r(DIR*, dirent*, dirent**)’ is deprecated [-Wdeprecated-declarations]
   83 |        return ::readdir_r (dirp, entry, result);
      |                                               ^
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/os_include/os_dirent.h:29,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.h:26,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent_Selector.h:23,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Dirent_Selector.cpp  - 1
INFO: (g++) file: /usr/include/dirent.h line: 183 - declared here
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/LSOCK_Acceptor.cpp  - In member function ‘int ACE_6_5_7::ACE_LSOCK_Acceptor::get_local_addr(ACE_6_5_7::ACE_Addr&) const’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/LSOCK_Acceptor.cpp line: 27 - implicitly-declared ‘ACE_6_5_7::ACE_UNIX_Addr& ACE_6_5_7::ACE_UNIX_Addr::operator=(const ACE_6_5_7::ACE_UNIX_Addr&)’ is deprecated [-Wdeprecated-copy]
   27 |   target = this->local_addr_;
      |                  ^~~~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/LSOCK_Acceptor.h:25,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/LSOCK_Acceptor.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/UNIX_Addr.h line: 44 - because ‘ACE_6_5_7::ACE_UNIX_Addr’ has user-provided ‘ACE_6_5_7::ACE_UNIX_Addr::ACE_UNIX_Addr(const ACE_6_5_7::ACE_UNIX_Addr&)’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/LSOCK_Acceptor.cpp  - In member function ‘int ACE_6_5_7::ACE_LSOCK_Acceptor::open(const ACE_6_5_7::ACE_Addr&, int, int, int, int)’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/LSOCK_Acceptor.cpp line: 59 - implicitly-declared ‘ACE_6_5_7::ACE_UNIX_Addr& ACE_6_5_7::ACE_UNIX_Addr::operator=(const ACE_6_5_7::ACE_UNIX_Addr&)’ is deprecated [-Wdeprecated-copy]
   59 |   this->local_addr_ = *((ACE_UNIX_Addr *) &remote_sap); // This is a gross hack...
      |                                                      ^
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/LSOCK_Acceptor.h:25,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/LSOCK_Acceptor.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/UNIX_Addr.h line: 44 - because ‘ACE_6_5_7::ACE_UNIX_Addr’ has user-provided ‘ACE_6_5_7::ACE_UNIX_Addr::ACE_UNIX_Addr(const ACE_6_5_7::ACE_UNIX_Addr&)’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/LSOCK_Stream.cpp  - In member function ‘int ACE_6_5_7::ACE_LSOCK_Stream::get_local_addr(ACE_6_5_7::ACE_Addr&) const’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/LSOCK_Stream.cpp line: 36 - implicitly-declared ‘ACE_6_5_7::ACE_UNIX_Addr& ACE_6_5_7::ACE_UNIX_Addr::operator=(const ACE_6_5_7::ACE_UNIX_Addr&)’ is deprecated [-Wdeprecated-copy]
   36 |       *rhs_unix_addr = lhs_unix_addr;
      |                        ^~~~~~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/LSOCK_Stream.h:25,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/LSOCK_Stream.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/UNIX_Addr.h line: 44 - because ‘ACE_6_5_7::ACE_UNIX_Addr’ has user-provided ‘ACE_6_5_7::ACE_UNIX_Addr::ACE_UNIX_Addr(const ACE_6_5_7::ACE_UNIX_Addr&)’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Name_Space.cpp  - In member function ‘const ACE_6_5_7::ACE_Name_Binding& ACE_6_5_7::ACE_Name_Binding::operator=(const ACE_6_5_7::ACE_Name_Binding&)’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Name_Space.cpp line: 59 - implicitly-declared ‘ACE_6_5_7::ACE_NS_WString& ACE_6_5_7::ACE_NS_WString::operator=(const ACE_6_5_7::ACE_NS_WString&)’ is deprecated [-Wdeprecated-copy]
   59 |       this->name_ = s.name_;
      |                       ^~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/SString.h:297,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Name_Space.h:22,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Name_Space.cpp  - 2
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SString.inl line: 41 - because ‘ACE_6_5_7::ACE_NS_WString’ has user-provided ‘ACE_6_5_7::ACE_NS_WString::ACE_NS_WString(const ACE_6_5_7::ACE_NS_WString&)’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Name_Space.cpp line: 60 - implicitly-declared ‘ACE_6_5_7::ACE_NS_WString& ACE_6_5_7::ACE_NS_WString::operator=(const ACE_6_5_7::ACE_NS_WString&)’ is deprecated [-Wdeprecated-copy]
   60 |       this->value_ = s.value_;
      |                        ^~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/SString.h:297,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Name_Space.h:22,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Name_Space.cpp  - 2
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SString.inl line: 41 - because ‘ACE_6_5_7::ACE_NS_WString’ has user-provided ‘ACE_6_5_7::ACE_NS_WString::ACE_NS_WString(const ACE_6_5_7::ACE_NS_WString&)’
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Naming_Context.cpp  - 4
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Local_Name_Space_T.cpp  - In instantiation of ‘int ACE_6_5_7::ACE_Local_Name_Space<_ACE_MEM_POOL, ACE_LOCK>::resolve_i(const ACE_6_5_7::ACE_NS_WString&, ACE_6_5_7::ACE_NS_WString&, char*&) [with _ACE_MEM_POOL = ACE_6_5_7::ACE_MMAP_Memory_Pool; ACE_LOCK = ACE_6_5_7::ACE_RW_Process_Mutex]’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Local_Name_Space_T.cpp line: 306 - required from here
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Local_Name_Space_T.cpp line: 327 - implicitly-declared ‘ACE_6_5_7::ACE_NS_WString& ACE_6_5_7::ACE_NS_WString::operator=(const ACE_6_5_7::ACE_NS_WString&)’ is deprecated [-Wdeprecated-copy]
  327 |   value = nbc_string;
      |   ~~~~~~^~~~~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/SString.h:297,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/DLL.h:23,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Service_Object.h:23,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Naming_Context.h:23,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Naming_Context.cpp  - 2
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SString.inl line: 41 - because ‘ACE_6_5_7::ACE_NS_WString’ has user-provided ‘ACE_6_5_7::ACE_NS_WString::ACE_NS_WString(const ACE_6_5_7::ACE_NS_WString&)’
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Naming_Context.cpp  - 4
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Local_Name_Space_T.cpp  - In instantiation of ‘int ACE_6_5_7::ACE_Local_Name_Space<_ACE_MEM_POOL, ACE_LOCK>::resolve_i(const ACE_6_5_7::ACE_NS_WString&, ACE_6_5_7::ACE_NS_WString&, char*&) [with _ACE_MEM_POOL = ACE_6_5_7::ACE_Lite_MMAP_Memory_Pool; ACE_LOCK = ACE_6_5_7::ACE_RW_Process_Mutex]’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Local_Name_Space_T.cpp line: 306 - required from here
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Local_Name_Space_T.cpp line: 327 - implicitly-declared ‘ACE_6_5_7::ACE_NS_WString& ACE_6_5_7::ACE_NS_WString::operator=(const ACE_6_5_7::ACE_NS_WString&)’ is deprecated [-Wdeprecated-copy]
  327 |   value = nbc_string;
      |   ~~~~~~^~~~~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/SString.h:297,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/DLL.h:23,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Service_Object.h:23,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Naming_Context.h:23,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Naming_Context.cpp  - 2
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SString.inl line: 41 - because ‘ACE_6_5_7::ACE_NS_WString’ has user-provided ‘ACE_6_5_7::ACE_NS_WString::ACE_NS_WString(const ACE_6_5_7::ACE_NS_WString&)’
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Naming_Context.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Unbounded_Set_Ex.cpp  - In instantiation of ‘int ACE_6_5_7::ACE_Unbounded_Set_Ex<T, C>::insert_tail(const T&) [with T = ACE_6_5_7::ACE_NS_WString; C = ACE_6_5_7::ACE_Unbounded_Set_Default_Comparator<ACE_6_5_7::ACE_NS_WString>]’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Unbounded_Set_Ex.cpp line: 221 - required from ‘int ACE_6_5_7::ACE_Unbounded_Set_Ex<T, C>::insert(const T&) [with T = ACE_6_5_7::ACE_NS_WString; C = ACE_6_5_7::ACE_Unbounded_Set_Default_Comparator<ACE_6_5_7::ACE_NS_WString>]’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Local_Name_Space_T.cpp line: 570 - required from ‘int ACE_6_5_7::ACE_Local_Name_Space<_ACE_MEM_POOL, ACE_LOCK>::list_names_i(ACE_6_5_7::ACE_WSTRING_SET&, const ACE_6_5_7::ACE_NS_WString&) [with _ACE_MEM_POOL = ACE_6_5_7::ACE_MMAP_Memory_Pool; ACE_LOCK = ACE_6_5_7::ACE_RW_Process_Mutex; ACE_6_5_7::ACE_WSTRING_SET = ACE_6_5_7::ACE_Unbounded_Set<ACE_6_5_7::ACE_NS_WString>]’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Local_Name_Space_T.cpp line: 550 - required from here
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Unbounded_Set_Ex.cpp line: 34 - implicitly-declared ‘ACE_6_5_7::ACE_NS_WString& ACE_6_5_7::ACE_NS_WString::operator=(const ACE_6_5_7::ACE_NS_WString&)’ is deprecated [-Wdeprecated-copy]
   34 |   this->head_->item_ = item;
      |   ~~~~~~~~~~~~~~~~~~~^~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/SString.h:297,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/DLL.h:23,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Service_Object.h:23,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Naming_Context.h:23,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Naming_Context.cpp  - 2
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SString.inl line: 41 - because ‘ACE_6_5_7::ACE_NS_WString’ has user-provided ‘ACE_6_5_7::ACE_NS_WString::ACE_NS_WString(const ACE_6_5_7::ACE_NS_WString&)’
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.inl  - In function ‘int ACE_6_5_7::ACE_OS::readdir_r(ACE_DIR*, dirent*, dirent**)’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.inl line: 83 - ‘int readdir_r(DIR*, dirent*, dirent**)’ is deprecated [-Wdeprecated-declarations]
   83 |        return ::readdir_r (dirp, entry, result);
      |                 ^~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/os_include/os_dirent.h:29,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.h:26,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.cpp  - 1
INFO: (g++) file: /usr/include/dirent.h line: 183 - declared here
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.cpp  - 1
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.inl line: 83 - ‘int readdir_r(DIR*, dirent*, dirent**)’ is deprecated [-Wdeprecated-declarations]
   83 |        return ::readdir_r (dirp, entry, result);
      |                                               ^
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/os_include/os_dirent.h:29,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.h:26,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.cpp  - 1
INFO: (g++) file: /usr/include/dirent.h line: 183 - declared here
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.cpp  - 1
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.inl line: 83 - ‘int readdir_r(DIR*, dirent*, dirent**)’ is deprecated [-Wdeprecated-declarations]
   83 |        return ::readdir_r (dirp, entry, result);
      |                                               ^
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/os_include/os_dirent.h:29,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.h:26,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_dirent.cpp  - 1
INFO: (g++) file: /usr/include/dirent.h line: 183 - declared here
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_string.cpp  - 1
INFO: (g++) file:     inlined from ‘char* ACE_6_5_7  - :ACE_OS::strerror(int)’ at /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_string.cpp:103:23
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/OS_NS_string.inl line: 312 - ‘char* strncpy(char*, const char*, size_t)’ specified bound 128 equals destination size [-Wstringop-truncation]
  312 |   return ::strncpy (s, t, len);
      |          ~~~~~~~~~~^~~~~~~~~~~
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Priority_Reactor.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_T.cpp  - In instantiation of ‘int ACE_6_5_7::ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN>::check_handles() [with ACE_SELECT_REACTOR_TOKEN = ACE_6_5_7::ACE_Reactor_Token_T<ACE_6_5_7::ACE_Token>]’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_T.cpp line: 1477 - required from here
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_T.cpp line: 1496 - implicitly-declared ‘constexpr ACE_6_5_7::ACE_Handle_Set::ACE_Handle_Set(const ACE_6_5_7::ACE_Handle_Set&)’ is deprecated [-Wdeprecated-copy]
 1496 |   ACE_Handle_Set check_set (this->wait_set_.rd_mask_);
      |                  ^~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/Handle_Set.h:235,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_Base.h:23,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_T.h:15,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor.h:15,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Priority_Reactor.h:21,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Priority_Reactor.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Handle_Set.inl line: 31 - because ‘ACE_6_5_7::ACE_Handle_Set’ has user-provided ‘ACE_6_5_7::ACE_Handle_Set& ACE_6_5_7::ACE_Handle_Set::operator=(const ACE_6_5_7::ACE_Handle_Set&)’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Process.cpp  - In member function ‘pid_t ACE_6_5_7::ACE_Process::wait(const ACE_6_5_7::ACE_Time_Value&, ACE_exitcode*)’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Process.cpp line: 698 - cast between incompatible function types from ‘void (*)(int, siginfo_t*, ucontext_t*)’ to ‘ACE_SignalHandler’ {aka ‘void (*)(int)’} [-Wcast-function-type]
  698 |   ACE_Sig_Action do_sigchld ((ACE_SignalHandler)sigchld_nop);
      |                                                 ^~~~~~~~~~~
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Process_Manager.cpp  - In member function ‘pid_t ACE_6_5_7::ACE_Process_Manager::wait(pid_t, const ACE_6_5_7::ACE_Time_Value&, ACE_exitcode*)’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Process_Manager.cpp line: 905 - cast between incompatible function types from ‘void (*)(int, siginfo_t*, ucontext_t*)’ to ‘ACE_SignalHandler’ {aka ‘void (*)(int)’} [-Wcast-function-type]
  905 |               ACE_Sig_Action do_sigchld ((ACE_SignalHandler)sigchld_nop);
      |                                                             ^~~~~~~~~~~
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Reactor.cpp  - 27
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_T.cpp  - In instantiation of ‘int ACE_6_5_7::ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN>::check_handles() [with ACE_SELECT_REACTOR_TOKEN = ACE_6_5_7::ACE_Reactor_Token_T<ACE_6_5_7::ACE_Token>]’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_T.cpp line: 1477 - required from here
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_T.cpp line: 1496 - implicitly-declared ‘constexpr ACE_6_5_7::ACE_Handle_Set::ACE_Handle_Set(const ACE_6_5_7::ACE_Handle_Set&)’ is deprecated [-Wdeprecated-copy]
 1496 |   ACE_Handle_Set check_set (this->wait_set_.rd_mask_);
      |                  ^~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/Handle_Set.h:235,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_Base.h:23,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_T.h:15,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor.h:15,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Reactor.cpp  - 27
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Handle_Set.inl line: 31 - because ‘ACE_6_5_7::ACE_Handle_Set’ has user-provided ‘ACE_6_5_7::ACE_Handle_Set& ACE_6_5_7::ACE_Handle_Set::operator=(const ACE_6_5_7::ACE_Handle_Set&)’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Remote_Name_Space.cpp  - In member function ‘virtual int ACE_6_5_7::ACE_Remote_Name_Space::resolve(const ACE_6_5_7::ACE_NS_WString&, ACE_6_5_7::ACE_NS_WString&, char*&)’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Remote_Name_Space.cpp line: 110 - implicitly-declared ‘ACE_6_5_7::ACE_NS_WString& ACE_6_5_7::ACE_NS_WString::operator=(const ACE_6_5_7::ACE_NS_WString&)’ is deprecated [-Wdeprecated-copy]
  110 |   value = temp;
      |           ^~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/SString.h:297,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Service_Gestalt.h:23,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Service_Config.h:19,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Name_Proxy.h:29,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Remote_Name_Space.h:23,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Remote_Name_Space.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SString.inl line: 41 - because ‘ACE_6_5_7::ACE_NS_WString’ has user-provided ‘ACE_6_5_7::ACE_NS_WString::ACE_NS_WString(const ACE_6_5_7::ACE_NS_WString&)’
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Remote_Name_Space.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Unbounded_Set_Ex.cpp  - In instantiation of ‘int ACE_6_5_7::ACE_Unbounded_Set_Ex<T, C>::insert_tail(const T&) [with T = ACE_6_5_7::ACE_NS_WString; C = ACE_6_5_7::ACE_Unbounded_Set_Default_Comparator<ACE_6_5_7::ACE_NS_WString>]’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Unbounded_Set_Ex.cpp line: 221 - required from ‘int ACE_6_5_7::ACE_Unbounded_Set_Ex<T, C>::insert(const T&) [with T = ACE_6_5_7::ACE_NS_WString; C = ACE_6_5_7::ACE_Unbounded_Set_Default_Comparator<ACE_6_5_7::ACE_NS_WString>]’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Remote_Name_Space.cpp line: 166 - required from here
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Unbounded_Set_Ex.cpp line: 34 - implicitly-declared ‘ACE_6_5_7::ACE_NS_WString& ACE_6_5_7::ACE_NS_WString::operator=(const ACE_6_5_7::ACE_NS_WString&)’ is deprecated [-Wdeprecated-copy]
   34 |   this->head_->item_ = item;
      |   ~~~~~~~~~~~~~~~~~~~^~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/SString.h:297,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Service_Gestalt.h:23,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Service_Config.h:19,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Name_Proxy.h:29,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Remote_Name_Space.h:23,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/Remote_Name_Space.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SString.inl line: 41 - because ‘ACE_6_5_7::ACE_NS_WString’ has user-provided ‘ACE_6_5_7::ACE_NS_WString::ACE_NS_WString(const ACE_6_5_7::ACE_NS_WString&)’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE.cpp  - In member function ‘int ACE_6_5_7::ACE_SPIPE::get_local_addr(ACE_6_5_7::ACE_SPIPE_Addr&) const’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE.cpp line: 40 - implicitly-declared ‘ACE_6_5_7::ACE_SPIPE_Addr& ACE_6_5_7::ACE_SPIPE_Addr::operator=(const ACE_6_5_7::ACE_SPIPE_Addr&)’ is deprecated [-Wdeprecated-copy]
   40 |   local_sap = this->local_addr_;
      |                     ^~~~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE.h:22,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Addr.h line: 40 - because ‘ACE_6_5_7::ACE_SPIPE_Addr’ has user-provided ‘ACE_6_5_7::ACE_SPIPE_Addr::ACE_SPIPE_Addr(const ACE_6_5_7::ACE_SPIPE_Addr&)’
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Acceptor.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Stream.inl  - In member function ‘int ACE_6_5_7::ACE_SPIPE_Stream::get_remote_addr(ACE_6_5_7::ACE_SPIPE_Addr&) const’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Stream.inl line: 17 - implicitly-declared ‘ACE_6_5_7::ACE_SPIPE_Addr& ACE_6_5_7::ACE_SPIPE_Addr::operator=(const ACE_6_5_7::ACE_SPIPE_Addr&)’ is deprecated [-Wdeprecated-copy]
   17 |   remote_sap = this->remote_addr_;
      |                      ^~~~~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE.h:22,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Stream.h:15,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Acceptor.h:17,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Acceptor.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Addr.h line: 40 - because ‘ACE_6_5_7::ACE_SPIPE_Addr’ has user-provided ‘ACE_6_5_7::ACE_SPIPE_Addr::ACE_SPIPE_Addr(const ACE_6_5_7::ACE_SPIPE_Addr&)’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Acceptor.cpp  - In member function ‘int ACE_6_5_7::ACE_SPIPE_Acceptor::open(const ACE_6_5_7::ACE_SPIPE_Addr&, int, int, int, int)’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Acceptor.cpp line: 63 - implicitly-declared ‘ACE_6_5_7::ACE_SPIPE_Addr& ACE_6_5_7::ACE_SPIPE_Addr::operator=(const ACE_6_5_7::ACE_SPIPE_Addr&)’ is deprecated [-Wdeprecated-copy]
   63 |   this->local_addr_ = local_sap;
      |                       ^~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE.h:22,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Stream.h:15,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Acceptor.h:17,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Acceptor.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Addr.h line: 40 - because ‘ACE_6_5_7::ACE_SPIPE_Addr’ has user-provided ‘ACE_6_5_7::ACE_SPIPE_Addr::ACE_SPIPE_Addr(const ACE_6_5_7::ACE_SPIPE_Addr&)’
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Connector.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Stream.inl  - In member function ‘int ACE_6_5_7::ACE_SPIPE_Stream::get_remote_addr(ACE_6_5_7::ACE_SPIPE_Addr&) const’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Stream.inl line: 17 - implicitly-declared ‘ACE_6_5_7::ACE_SPIPE_Addr& ACE_6_5_7::ACE_SPIPE_Addr::operator=(const ACE_6_5_7::ACE_SPIPE_Addr&)’ is deprecated [-Wdeprecated-copy]
   17 |   remote_sap = this->remote_addr_;
      |                      ^~~~~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE.h:22,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Stream.h:15,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Connector.h:16,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Connector.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Addr.h line: 40 - because ‘ACE_6_5_7::ACE_SPIPE_Addr’ has user-provided ‘ACE_6_5_7::ACE_SPIPE_Addr::ACE_SPIPE_Addr(const ACE_6_5_7::ACE_SPIPE_Addr&)’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Connector.cpp  - In member function ‘int ACE_6_5_7::ACE_SPIPE_Connector::connect(ACE_6_5_7::ACE_SPIPE_Stream&, const ACE_6_5_7::ACE_SPIPE_Addr&, ACE_6_5_7::ACE_Time_Value*, const ACE_6_5_7::ACE_Addr&, int, int, int, int, int)’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Connector.cpp line: 157 - implicitly-declared ‘ACE_6_5_7::ACE_SPIPE_Addr& ACE_6_5_7::ACE_SPIPE_Addr::operator=(const ACE_6_5_7::ACE_SPIPE_Addr&)’ is deprecated [-Wdeprecated-copy]
  157 |   new_io.remote_addr_ = remote_sap; // class copy.
      |                         ^~~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE.h:22,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Stream.h:15,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Connector.h:16,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Connector.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Addr.h line: 40 - because ‘ACE_6_5_7::ACE_SPIPE_Addr’ has user-provided ‘ACE_6_5_7::ACE_SPIPE_Addr::ACE_SPIPE_Addr(const ACE_6_5_7::ACE_SPIPE_Addr&)’
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Stream.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Stream.inl  - In member function ‘int ACE_6_5_7::ACE_SPIPE_Stream::get_remote_addr(ACE_6_5_7::ACE_SPIPE_Addr&) const’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Stream.inl line: 17 - implicitly-declared ‘ACE_6_5_7::ACE_SPIPE_Addr& ACE_6_5_7::ACE_SPIPE_Addr::operator=(const ACE_6_5_7::ACE_SPIPE_Addr&)’ is deprecated [-Wdeprecated-copy]
   17 |   remote_sap = this->remote_addr_;
      |                      ^~~~~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE.h:22,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Stream.h:15,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Stream.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Addr.h line: 40 - because ‘ACE_6_5_7::ACE_SPIPE_Addr’ has user-provided ‘ACE_6_5_7::ACE_SPIPE_Addr::ACE_SPIPE_Addr(const ACE_6_5_7::ACE_SPIPE_Addr&)’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Sig_Adapter.cpp  - In member function ‘virtual int ACE_6_5_7::ACE_Sig_Adapter::handle_signal(int, siginfo_t*, ucontext_t*)’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Sig_Adapter.cpp line: 66 - cast between incompatible function types from ‘ACE_SignalHandler’ {aka ‘void (*)(int)’} to ‘ACE_Sig_Handler_Ex’ {aka ‘void (*)(int, siginfo_t*, ucontext_t*)’} [-Wcast-function-type]
   66 |         ACE_Sig_Handler_Ex sig_func = ACE_Sig_Handler_Ex (this->sa_.handler ());
      |                                                                               ^
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Sig_Handler.cpp  - In static member function ‘static int ACE_6_5_7::ACE_Sig_Handler::register_handler_i(int, ACE_6_5_7::ACE_Event_Handler*, ACE_6_5_7::ACE_Sig_Action*, ACE_6_5_7::ACE_Event_Handler**, ACE_6_5_7::ACE_Sig_Action*)’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Sig_Handler.cpp line: 34 - cast between incompatible function types from ‘void (*)(int, siginfo_t*, ucontext_t*)’ to ‘ACE_SignalHandler’ {aka ‘void (*)(int)’} [-Wcast-function-type]
   34 | #define ace_signal_handler_dispatcher ACE_SignalHandler(ACE_Sig_Handler::dispatch)
      |                                                                                  ^
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Sig_Handler.cpp line: 162 - in expansion of macro ‘ace_signal_handler_dispatcher’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Sig_Handler.cpp  - In member function ‘virtual int ACE_6_5_7::ACE_Sig_Handlers::register_handler(int, ACE_6_5_7::ACE_Event_Handler*, ACE_6_5_7::ACE_Sig_Action*, ACE_6_5_7::ACE_Event_Handler**, ACE_6_5_7::ACE_Sig_Action*)’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Sig_Handler.cpp line: 36 - cast between incompatible function types from ‘void (*)(int, siginfo_t*, ucontext_t*)’ to ‘ACE_SignalHandler’ {aka ‘void (*)(int)’} [-Wcast-function-type]
   36 | #define ace_signal_handlers_dispatcher ACE_SignalHandler(ACE_Sig_Handlers::dispatch)
      |                                                                                    ^
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Sig_Handler.cpp line: 368 - in expansion of macro ‘ace_signal_handlers_dispatcher’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Sig_Handler.cpp line: 36 - cast between incompatible function types from ‘void (*)(int, siginfo_t*, ucontext_t*)’ to ‘ACE_SignalHandler’ {aka ‘void (*)(int)’} [-Wcast-function-type]
   36 | #define ace_signal_handlers_dispatcher ACE_SignalHandler(ACE_Sig_Handlers::dispatch)
      |                                                                                    ^
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Sig_Handler.cpp line: 424 - in expansion of macro ‘ace_signal_handlers_dispatcher’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Sig_Handler.cpp line: 36 - cast between incompatible function types from ‘void (*)(int, siginfo_t*, ucontext_t*)’ to ‘ACE_SignalHandler’ {aka ‘void (*)(int)’} [-Wcast-function-type]
   36 | #define ace_signal_handlers_dispatcher ACE_SignalHandler(ACE_Sig_Handlers::dispatch)
      |                                                                                    ^
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Sig_Handler.cpp line: 436 - in expansion of macro ‘ace_signal_handlers_dispatcher’
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/TP_Reactor.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_T.cpp  - In instantiation of ‘int ACE_6_5_7::ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN>::check_handles() [with ACE_SELECT_REACTOR_TOKEN = ACE_6_5_7::ACE_Reactor_Token_T<ACE_6_5_7::ACE_Token>]’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_T.cpp line: 797 - required from ‘int ACE_6_5_7::ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN>::handle_error() [with ACE_SELECT_REACTOR_TOKEN = ACE_6_5_7::ACE_Reactor_Token_T<ACE_6_5_7::ACE_Token>]’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_T.cpp line: 1115 - required from ‘int ACE_6_5_7::ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN>::wait_for_multiple_events(ACE_6_5_7::ACE_Select_Reactor_Handle_Set&, ACE_6_5_7::ACE_Time_Value*) [with ACE_SELECT_REACTOR_TOKEN = ACE_6_5_7::ACE_Reactor_Token_T<ACE_6_5_7::ACE_Token>]’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/TP_Reactor.cpp line: 444 - required from here
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_T.cpp line: 1496 - implicitly-declared ‘constexpr ACE_6_5_7::ACE_Handle_Set::ACE_Handle_Set(const ACE_6_5_7::ACE_Handle_Set&)’ is deprecated [-Wdeprecated-copy]
 1496 |   ACE_Handle_Set check_set (this->wait_set_.rd_mask_);
      |                  ^~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/Handle_Set.h:235,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_Base.h:23,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor_T.h:15,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/Select_Reactor.h:15,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/TP_Reactor.h:32,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/TP_Reactor.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/Handle_Set.inl line: 31 - because ‘ACE_6_5_7::ACE_Handle_Set’ has user-provided ‘ACE_6_5_7::ACE_Handle_Set& ACE_6_5_7::ACE_Handle_Set::operator=(const ACE_6_5_7::ACE_Handle_Set&)’
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/UPIPE_Acceptor.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Stream.inl  - In member function ‘int ACE_6_5_7::ACE_SPIPE_Stream::get_remote_addr(ACE_6_5_7::ACE_SPIPE_Addr&) const’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Stream.inl line: 17 - implicitly-declared ‘ACE_6_5_7::ACE_SPIPE_Addr& ACE_6_5_7::ACE_SPIPE_Addr::operator=(const ACE_6_5_7::ACE_SPIPE_Addr&)’ is deprecated [-Wdeprecated-copy]
   17 |   remote_sap = this->remote_addr_;
      |                      ^~~~~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE.h:22,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/UPIPE_Stream.h:25,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/UPIPE_Acceptor.h:17,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/UPIPE_Acceptor.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Addr.h line: 40 - because ‘ACE_6_5_7::ACE_SPIPE_Addr’ has user-provided ‘ACE_6_5_7::ACE_SPIPE_Addr::ACE_SPIPE_Addr(const ACE_6_5_7::ACE_SPIPE_Addr&)’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/UPIPE_Connector.cpp  - In member function ‘int ACE_6_5_7::ACE_UPIPE_Connector::connect(ACE_6_5_7::ACE_UPIPE_Stream&, const ACE_UPIPE_Addr&, ACE_6_5_7::ACE_Time_Value*, const ACE_6_5_7::ACE_Addr&, int, int, int)’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/UPIPE_Connector.cpp line: 61 - implicitly-declared ‘ACE_6_5_7::ACE_SPIPE_Addr& ACE_6_5_7::ACE_SPIPE_Addr::operator=(const ACE_6_5_7::ACE_SPIPE_Addr&)’ is deprecated [-Wdeprecated-copy]
   61 |       new_stream.remote_addr_ = addr; // class copy.
      |                                 ^~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE.h:22,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/UPIPE_Stream.h:25,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/UPIPE_Connector.h:16,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/UPIPE_Connector.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Addr.h line: 40 - because ‘ACE_6_5_7::ACE_SPIPE_Addr’ has user-provided ‘ACE_6_5_7::ACE_SPIPE_Addr::ACE_SPIPE_Addr(const ACE_6_5_7::ACE_SPIPE_Addr&)’
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/UPIPE_Stream.cpp  - In member function ‘int ACE_6_5_7::ACE_UPIPE_Stream::get_remote_addr(ACE_6_5_7::ACE_UPIPE_Addr&) const’
WARNING: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/UPIPE_Stream.cpp line: 77 - implicitly-declared ‘ACE_6_5_7::ACE_SPIPE_Addr& ACE_6_5_7::ACE_SPIPE_Addr::operator=(const ACE_6_5_7::ACE_SPIPE_Addr&)’ is deprecated [-Wdeprecated-copy]
   77 |   remote_sap = this->remote_addr_;
      |                      ^~~~~~~~~~~~
In file included from /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE.h:22,
                 from /local/build/taox11/axcioma/ACE/ACE/ace/UPIPE_Stream.h:25,
INFO: (g++) file:                  from /local/build/taox11/axcioma/ACE/ACE/ace/UPIPE_Stream.cpp  - 1
INFO: (g++) file: /local/build/taox11/axcioma/ACE/ACE/ace/SPIPE_Addr.h line: 40 - because ‘ACE_6_5_7::ACE_SPIPE_Addr’ has user-provided ‘ACE_6_5_7::ACE_SPIPE_Addr::ACE_SPIPE_Addr(const ACE_6_5_7::ACE_SPIPE_Addr&)’
INFO: (g++) file: /usr/bin/ld: .shobj/FILE_Addr.o  - in function `ACE_6_5_7::ACE_FILE_Addr::set(ACE_6_5_7::ACE_FILE_Addr const&)':
WARNING: (g++) file: FILE_Addr.cpp  - the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
rm -f libACE.so
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh libACE.so.6.5.7 libACE.so
ln -s libACE.so.6.5.7 libACE.so
chmod a+rx libACE.so.6.5.7
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/ACE/ace/libACE.so.6.5.7 ../lib/libACE.so
ln -s ../ace/libACE.so.6.5.7 ../lib/libACE.so
/local/build/taox11/axcioma/ACE/ACE/bin/add_rel_link.sh /local/build/taox11/axcioma/ACE/ACE/ace/libACE.so.6.5.7 ../lib/libACE.so.6.5.7
ln -s ../ace/libACE.so.6.5.7 ../lib/libACE.so.6.5.7

taox11 does not build under OSX (darwin) with Xcode

Version
TAOX11_VERSION "1.8.1"

Describe the bug
compile errors

To Reproduce
Information about how to reproduce the issue

Expected behavior
A clear and concise description of what you expected to happen.
No errors and no warnings!

Output

bin/brix11 configure
BRIX11 - Processing specifications
BRIX11 - Processing dependencies for [acetao]
BRIX11 - INFO : Verification of require [:targetsysroot] failed for feature :crossbuild for module :acetao. Disabling feature.
BRIX11 - INFO : Verification of file [${SSL_ROOT}/include/openssl/ssl.h] failed for feature :ssl for module :acetao. Disabling feature.
BRIX11 - INFO : Verification of file [${BZIP2_ROOT}/include/bzlib.h] failed for feature :bzip2 for module :acetao. Disabling feature.
BRIX11 - INFO : Verification of file [${ZLIB_ROOT}/include/zlib.h] failed for feature :zlib for module :acetao. Disabling feature.
BRIX11 - INFO : Verification of require [:valgrindcmd] failed for feature :valgrind for module :acetao. Disabling feature.
BRIX11 - INFO : Verification of require [:valgrindcmd] failed for feature :valgrind_keep_debuginfo for module :acetao. Disabling feature.
BRIX11 - Processing dependencies for [taox11]
BRIX11 - Processing dependencies for [ciaox11]
BRIX11 - INFO : Verification of file [${XERCESCROOT}/include/xercesc/parsers/SAXParser.hpp] failed for feature :xerces3 for module :ciaox11. Disabling feature.
BRIX11 - Processing dependencies for [dancex11]
BRIX11 - Processing dependencies for [psdd4ccm_connector]
BRIX11 - Processing dependencies for [psdd4ccm_zmq]
BRIX11 - INFO : Verification of file [${ZMQ_ROOT}/include/zmq.h] failed for feature :zmq for module :psdd4ccm_zmq. Disabling feature.
BRIX11 - Processing dependencies for [ddsx11_core]
BRIX11 - Processing dependencies for [ddsx11opendds]
BRIX11 - INFO : Verification of file [${DDS_ROOT}/dds/DdsDcps.idl] failed for feature :opendds for module :ddsx11opendds. Disabling feature.
BRIX11 - Processing dependencies for [ddsx11ndds]
BRIX11 - INFO : Verification of require [:nddshome] failed for feature :ndds for module :ddsx11ndds. Disabling feature.
BRIX11 - INFO : Verification of file [${NDDSHOME}/include/ndds/ndds_cpp.h] failed for feature :ndds_no_optimize for module :ddsx11ndds. Disabling feature.
BRIX11 - Processing features for [acetao]
BRIX11 - Processing features for [dancex11]
BRIX11 - Processing features for [ciaox11]
BRIX11 - Processing features for [taox11]
BRIX11 - Processing features for [psdd4ccm_connector]
BRIX11 - Processing features for [ddsx11_core]
BRIX11 - Generating configuration
BRIX11 - Creating /Users/clausklein/Workspace/cpp/axcioma/ACE/ACE/ace/config.h
BRIX11 - Creating /Users/clausklein/Workspace/cpp/axcioma/ACE/ACE/include/makeinclude/platform_macros.GNU
BRIX11 - Creating /Users/clausklein/Workspace/cpp/axcioma/ACE/ACE/bin/MakeProjectCreator/config/default.features
BRIX11 - Creating /Users/clausklein/Workspace/cpp/axcioma/.ridlrc
BRIX11 - Creating /Users/clausklein/Workspace/cpp/axcioma/.brix11rc
BRIX11 - Creating /Users/clausklein/Workspace/cpp/axcioma/taox11/bin/MPC/config/MPC.cfg
BRIX11 - Creating /Users/clausklein/Workspace/cpp/axcioma/workspace.mwc
BRIX11 - Configure finished. Exiting BRIX11.

Environment:

Claus-iMac:axcioma clausklein$ ruby -v && brix11 env && brix11 -- configure --print-config
ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin20]
-bash: brix11: command not found

Additional context

cat ACE/ACE/ace/config.h
#define ACE_HAS_VERSIONED_NAMESPACE 1
#define ACE_MONITOR_FRAMEWORK 0
#include "ace/config-linux.h"

cat .brixr11rc

{
  "project_type": "gnuautobuild",
  "project_compiler": "gnu",
  "brix_paths": [
    "dancex11",
    "ciaox11",
    "taox11",
    "ciaox11/connectors/psdd4ccm"
  ],
  "user_environment": {
    "ACE_ROOT": "/Users/clausklein/Workspace/cpp/axcioma/ACE/ACE",
    "TAO_ROOT": "/Users/clausklein/Workspace/cpp/axcioma/ACE/TAO",
    "MPC_ROOT": "/Users/clausklein/Workspace/cpp/axcioma/ACE/MPC",
    "LD_LIBRARY_PATH": "${LD_LIBRARY_PATH}" # "think different", indeed! CK
                          # NOTE: need to set(DYLD_LIBRARY_PATH)
  },
  "crossbuild": false,
  "target_platform": "Darwin" # OK
}

The install target does not work

the idl compiler is not installed?

the *.mpc files contains non existing header files

the *.mpc files contain not all header fieles.

and duplicate files will be installed?

clausklein$ tree
.
└── clausklein
    └── Workspace
        └── cpp
            └── axcioma
                └── ACE_TAO
                    └── TAO
                        └── tao
                            ├── BooleanSeq.pidl
                            ├── CONV_FRAME.pidl
                            ├── CharSeq.pidl
                            ├── Current.pidl
                            ├── DoubleSeq.pidl
                            ├── FloatSeq.pidl
                            ├── IOP.pidl
                            ├── LongDoubleSeq.pidl
                            ├── LongLongSeq.pidl
                            ├── LongSeq.pidl
                            ├── Messaging_PolicyValue.pidl
                            ├── Messaging_SyncScope.pidl
                            ├── OctetSeq.pidl
                            ├── PI_Forward.pidl
                            ├── ParameterMode.pidl
                            ├── Policy_Current.pidl
                            ├── Policy_Forward.pidl
                            ├── Policy_Manager.pidl
                            ├── PortableInterceptor.pidl
                            ├── Services.pidl
                            ├── ShortSeq.pidl
                            ├── StringSeq.pidl
                            ├── TAO.pidl
                            ├── TimeBase.pidl
                            ├── Typecode_types.pidl
                            ├── ULongLongSeq.pidl
                            ├── ULongSeq.pidl
                            ├── UShortSeq.pidl
                            ├── WCharSeq.pidl
                            ├── WStringSeq.pidl
                            └── orb_types.pidl

7 directories, 31 files
clausklein$ pwd
/usr/local/include/X11/Users
 clausklein$ cd ../..

clausklein$ find . -name Users | xargs ls 
./anytypecode/Users:
clausklein

./ifr_client/Users:
clausklein

./portable_server/Users:
clausklein

./tao/x11/bidir_giop/Users:
clausklein

./tao/x11/codecfactory/Users:
clausklein

./tao/x11/dynamic_any/Users:
clausklein

./tao/x11/ior_interceptor/Users:
clausklein

./tao/x11/ior_table/Users:
clausklein

./tao/x11/messaging/Users:
clausklein

./tao/x11/ort/Users:
clausklein

./tao/x11/pi/Users:
clausklein

./tao/x11/pi_server/Users:
clausklein

./tao/x11/typecodefactory/Users:
clausklein

./valuetype/Users:
clausklein
clausklein$ pwd
/usr/local/include
clausklein$ 

clausklein$ dupes.py .
./tao/RTPortableServer/RTPortableServerA.h
./tao/RTPortableServer/RTPortableServer_includeA.h
./tao/ImR_Client/ImplRepoA.h
./tao/RTCORBA/RTCORBA_includeA.h
./tao/RTCORBA/RTCORBAA.h
./tao/PI_Server/PI_Server_includeA.h
./tao/CodecFactory/IOP_Codec_includeA.h
./tao/CodecFactory/IOP_CodecA.h
./tao/ObjRefTemplate/ObjectReferenceTemplate_includeA.h
./tao/ObjRefTemplate/ObjectReferenceTemplateA.h
./tao/IFR_Client/IFR_ComponentsA.h
./tao/IFR_Client/IFR_ExtendedA.h
./tao/IFR_Client/IFR_BasicA.h
./tao/IFR_Client/IFR_BaseA.h
./tao/PI/PI_includeA.h
./tao/PI/ORBInitInfoA.h
./tao/RTScheduling/RTScheduler_includeA.h
./tao/RTScheduling/RTSchedulerA.h
./tao/IORManipulation/IORA.h
./tao/Messaging/Messaging_TypesA.h
./tao/Messaging/PollableA.h
./tao/PortableServer/PortableServer_includeA.h
./tao/PortableServer/PortableServerA.h

./orbsvcs/DsLogNotificationC.inl
./orbsvcs/TimeBaseC.inl
./orbsvcs/SecurityC.inl
./orbsvcs/SecurityLevel1C.inl
./orbsvcs/RtecBaseC.inl
./orbsvcs/CSIIOPC.inl
./orbsvcs/FT_CORBA_ORBC.inl
./orbsvcs/RtecDefaultEventDataC.inl
./orbsvcs/GSSUPC.inl
./orbsvcs/HTIOPC.inl
./orbsvcs/PortableGroup_Simple_DSC.inl

./tao/Typecode_typesS.h
./tao/WrongTransactionS.h
./tao/RTCORBA/RT_ProtocolPropertiesS.h
./tao/PI_Server/ServerRequestInterceptorS.h
./tao/PI/PolicyFactoryS.h

./Typecode_typesC.h
./X11/Typecode_typesC.h

6752 total files
1140 size collisions, max of length 24
bytes read 24281088
clausklein$ 

'_info' is a protected member of 'taox11::CORBA::SystemException' [clang-diagnostic-error]

Version

/* -------------------------------------------------------------------
 * @file    versionx11.h
 * @author  Johnny Willemsen
 *
 * @brief   TAOX11 Version information file
 *
 * @copyright Copyright (c) Remedy IT Expertise BV
 * -------------------------------------------------------------------*/
#define TAOX11_MAJOR_VERSION 1
#define TAOX11_MINOR_VERSION 8
#define TAOX11_MICRO_VERSION 1
#define TAOX11_VERSION "1.8.1"

Describe the bug

/home/klein_cl/Workspace/cpp/taox11/axcioma/taox11/tao/x11/system_exception.h:271:5: error: '_info' is a protected member of 'taox11::CORBA::SystemException' [clang-diagnostic-error]
    TAOX11_STANDARD_SYSTEM_EXCEPTION_LIST
    ^
/home/klein_cl/Workspace/cpp/taox11/axcioma/taox11/tao/x11/system_exception.h:159:5: note: expanded from macro 'TAOX11_STANDARD_SYSTEM_EXCEPTION_LIST'
    TAOX11_SYSTEM_EXCEPTION (MARSHAL) \
    ^
/home/klein_cl/Workspace/cpp/taox11/axcioma/taox11/tao/x11/system_exception.h:249:12: note: expanded from macro 'TAOX11_SYSTEM_EXCEPTION'
        x_._info (os_); \
           ^
/home/klein_cl/Workspace/cpp/taox11/axcioma/taox11/tao/x11/system_exception.h:95:12: note: declared protected here
      void _info (std::ostream& strm) const override;
           ^
28559 warnings and 20 errors generated.
Error while processing /home/klein_cl/Workspace/cpp/lca-adapter/src/ConnectionHandler.cpp.
Suppressed 28529 warnings (28529 in non-user code).
Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
Found compiler error(s).
make: *** [GNUmakefile:44: check] Error 1

Add support for `make install`

Version

cat /home/klein_cl/Workspace/cpp/taox11/axcioma/taox11/tao/x11/versionx11.h
/* -------------------------------------------------------------------
 * @file    versionx11.h
 * @author  Johnny Willemsen
 *
 * @brief   TAOX11 Version information file
 *
 * @copyright Copyright (c) Remedy IT Expertise BV
 * -------------------------------------------------------------------*/
#define TAOX11_MAJOR_VERSION 1
#define TAOX11_MINOR_VERSION 8
#define TAOX11_MICRO_VERSION 1
#define TAOX11_VERSION "1.8.1"

Describe the bug

klein_cl@WD003223:~/Workspace/cpp/taox11/axcioma/stage/include$ tree -d -L 5
.
├── ace
│   ├── Compression
│   │   └── rle
│   ├── ETCL
│   ├── Monitor_Control
│   ├── SSL
│   └── os_include
│       ├── arpa
│       ├── net
│       ├── netinet
│       └── sys
├── anytypecode
│   └── home
│       └── klein_cl
│           └── Workspace
│               └── cpp
├── ifr_client
│   └── home
│       └── klein_cl
│           └── Workspace
│               └── cpp
├── naming_server
├── orbsvcs
│   └── Naming
├── portable_server
│   └── home
│       └── klein_cl
│           └── Workspace
│               └── cpp
├── tao
│   ├── AnyTypeCode
│   ├── BiDir_GIOP
│   ├── CSD_Framework
│   ├── CSD_ThreadPool
│   ├── CodecFactory
│   ├── Codeset
│   ├── Compression
│   │   ├── rle
│   │   └── zlib
│   ├── DiffServPolicy
│   ├── DynamicAny
│   ├── DynamicInterface
│   ├── Dynamic_TP
│   ├── ETCL
│   ├── EndpointPolicy
│   ├── IFR_Client
│   ├── IORInterceptor
│   ├── IORManipulation
│   ├── IORTable
│   ├── ImR_Client
│   ├── Messaging
│   ├── Monitor
│   ├── ObjRefTemplate
│   ├── PI
│   ├── PI_Server
│   ├── PortableServer
│   ├── RTCORBA
│   ├── RTPortableServer
│   ├── RTScheduling
│   ├── SmartProxies
│   ├── Strategies
│   ├── TransportCurrent
│   ├── TypeCodeFactory
│   ├── Utils
│   ├── Valuetype
│   ├── ZIOP
│   ├── catior
│   ├── tao
│   │   └── x11
│   │       └── dynamic_any
│   └── x11
│       ├── bidir_giop
│       │   └── home
│       │       └── klein_cl
│       ├── codecfactory
│       │   └── home
│       │       └── klein_cl
│       ├── dynamic_any
│       │   └── home
│       │       └── klein_cl
│       ├── ior_interceptor
│       │   └── home
│       │       └── klein_cl
│       ├── ior_table
│       │   └── home
│       │       └── klein_cl
│       ├── logger
│       ├── messaging
│       │   └── home
│       │       └── klein_cl
│       ├── ort
│       │   └── home
│       │       └── klein_cl
│       ├── pi
│       │   └── home
│       │       └── klein_cl
│       ├── pi_server
│       │   └── home
│       │       └── klein_cl
│       └── typecodefactory
│           └── home
│               └── klein_cl
├── valuetype
│   └── home
│       └── klein_cl
│           └── Workspace
│               └── cpp
└── x11
    └── home
        └── klein_cl
            └── Workspace
                └── cpp

112 directories
klein_cl@WD003223:~/Workspace/cpp/taox11/axcioma/stage/include$

see too #189

Throwing exceptions i.e. 'TAO_3_1_2::CORBA::MARSHAL' which is not derived from 'std::exception'

Version
AXCIOMA_v2.4.0

Your TAOX11 version from taox11/tao/x11/versionx11.h

#define TAOX11_VERSION "1.8.1"

Describe the bug
see DOCGroup/ACE_TAO#2158 (comment)

To Reproduce
ClausKlein/axcioma#6

Expected behavior
All exceptions must be derived from std::exceptions

Output
Any output (shell/compiler) that is given. When it is a runtime bug please set X11_LOG_MASK=all and attach the runtime output as attachment

Environment:
Output of ruby -v && bin/brix11 env && bin/brix11 -- configure --print-config

ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu]
BRIX11 - Loading brix collections
BRIX11 - Registering brix command bootstrap=Bootstrap the project. in collection common
BRIX11 - Registering brix command configure=Configure the project. in collection common
BRIX11 - Registering brix command environment=Print BRIX11 environment settings for development. in collection common
BRIX11 - Registering brix command execute=Execute a process in the brix11 environment. in collection common
BRIX11 - Registering brix command generate:build|bld|make=Run MPC to generate build files. in collection common
BRIX11 - Registering brix command generate:documentation=Generate documentation from ASCIIDoctor sources. in collection common
BRIX11 - Registering brix command help=Show help (documentation) for brix11 (command). in collection common
BRIX11 - Registering brix command make|build=Make (build) the project. in collection common
BRIX11 - > loaded BRIX11 collection :common from /axcioma/brix11/lib/brix11/brix/common
BRIX11 - > loaded BRIX11 collection :taox11 from /axcioma/taox11/brix/taox11
BRIX11 - Registering brix command generate:client=Generate C++ source code for CORBA client main. in collection taox11
BRIX11 - Registering brix command generate:idl=Generate IDL definitions for CORBA project. in collection taox11
BRIX11 - Registering brix command generate:mpc=Generate MPC project file for CORBA project. in collection taox11
BRIX11 - Registering brix command generate:runner|script=Generate test runner script for CORBA project. in collection taox11
BRIX11 - Registering brix command generate:servant|svt=Generate C++ source + header for CORBA servant implementation. in collection taox11
BRIX11 - Registering brix command generate:server|srv=Generate C++ source code for CORBA server main. in collection taox11
BRIX11 - Registering brix command generate:test|project|prj=Generate a CORBA (test) project for TAOX11. in collection taox11
BRIX11 - Registering brix command run:list=Run an auto_run_test regression test list. in collection taox11
BRIX11 - Registering brix command run:test|script=Run test runner script for project. in collection taox11
BRIX11 - executing command environment
export ACE_ROOT=/axcioma/ACE/ACE
export BZIP2_ROOT=/usr
export LD_LIBRARY_PATH=/axcioma/lib:/axcioma/ACE/ACE/lib:/usr/lib:/usr/lib/llvm-17/lib:
export MPC_BASE=/axcioma/taox11/bin/MPC
export MPC_ROOT=/axcioma/ACE/MPC
export PATH=/axcioma/bin:/axcioma/taox11/bin:/usr/lib/llvm-17/bin:/root/doxygen/doxygen-1.9.8/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin
export RIDL_BE_PATH=:/axcioma/taox11
export RIDL_BE_SELECT=c++11
export RIDL_ROOT=/axcioma/ridl/lib
export SSL_ROOT=/usr
export TAOX11_ROOT=/axcioma/taox11
export TAO_ROOT=/axcioma/ACE/TAO
export X11_BASE_ROOT=/axcioma
export ZLIB_ROOT=/usr
BRIX11 - run -> rc=true
BRIX11 - Loading brix collections
BRIX11 - Registering brix command bootstrap=Bootstrap the project. in collection common
BRIX11 - Registering brix command configure=Configure the project. in collection common
BRIX11 - Registering brix command environment=Print BRIX11 environment settings for development. in collection common
BRIX11 - Registering brix command execute=Execute a process in the brix11 environment. in collection common
BRIX11 - Registering brix command generate:build|bld|make=Run MPC to generate build files. in collection common
BRIX11 - Registering brix command generate:documentation=Generate documentation from ASCIIDoctor sources. in collection common
BRIX11 - Registering brix command help=Show help (documentation) for brix11 (command). in collection common
BRIX11 - Registering brix command make|build=Make (build) the project. in collection common
BRIX11 - > loaded BRIX11 collection :common from /axcioma/brix11/lib/brix11/brix/common
BRIX11 - > loaded BRIX11 collection :taox11 from /axcioma/taox11/brix/taox11
BRIX11 - Registering brix command generate:client=Generate C++ source code for CORBA client main. in collection taox11
BRIX11 - Registering brix command generate:idl=Generate IDL definitions for CORBA project. in collection taox11
BRIX11 - Registering brix command generate:mpc=Generate MPC project file for CORBA project. in collection taox11
BRIX11 - Registering brix command generate:runner|script=Generate test runner script for CORBA project. in collection taox11
BRIX11 - Registering brix command generate:servant|svt=Generate C++ source + header for CORBA servant implementation. in collection taox11
BRIX11 - Registering brix command generate:server|srv=Generate C++ source code for CORBA server main. in collection taox11
BRIX11 - Registering brix command generate:test|project|prj=Generate a CORBA (test) project for TAOX11. in collection taox11
BRIX11 - Registering brix command run:list=Run an auto_run_test regression test list. in collection taox11
BRIX11 - Registering brix command run:test|script=Run test runner script for project. in collection taox11
========================= config.h =========================
#define ACE_HAS_VERSIONED_NAMESPACE 1
#define ACE_MONITOR_FRAMEWORK 0
#include "ace/config-linux.h"
=================== platform_macros.GNU ====================
crossbuild=0
ssl=1
bzip2=1
zlib=1
valgrind=0
valgrind_keep_debuginfo=0
acetaompc=1
cross=0
debug=0
inline=1
optimize=1
buildbits=64
include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
c++std=c++17
===================== default.features =====================
crossbuild=0
ssl=1
bzip2=1
zlib=1
valgrind=0
valgrind_keep_debuginfo=0
acetaompc=1
cross=0
========================= MPC.cfg ==========================
includes = $MPC_ROOT/config, $ACE_ROOT/bin/MakeProjectCreator/config, $TAOX11_ROOT/bin/MPC/config
dynamic_types = $MPC_ROOT, $TAO_ROOT/MPC, $ACE_ROOT/bin/MakeProjectCreator, $TAOX11_ROOT/bin/MPC
main_functions = cplusplus:ACE_TMAIN
========================= .ridlrc ==========================
{
  "backend": "c++11",
  "be_path": [
    "taox11"
  ]
}
======================== .brix11rc =========================
{
  "project_type": "gnuace",
  "project_compiler": "gnu",
  "brix_paths": [
    "taox11"
  ],
  "user_environment": {
    "SSL_ROOT": "/usr",
    "BZIP2_ROOT": "/usr",
    "ZLIB_ROOT": "/usr",
    "ACE_ROOT": "/axcioma/ACE/ACE",
    "TAO_ROOT": "/axcioma/ACE/TAO",
    "MPC_ROOT": "/axcioma/ACE/MPC",
    "LD_LIBRARY_PATH": "/usr/lib:${LD_LIBRARY_PATH}"
  },
  "crossbuild": false,
  "target_platform": "Linux"
}
====================== workspace.mwc =======================
workspace {
  $(ACE_ROOT)/ace
  $(ACE_ROOT)/apps/gperf/src
  $(TAO_ROOT)/TAO_IDL
  $(TAO_ROOT)/tao
  $(TAO_ROOT)/orbsvcs/orbsvcs/CosNaming.mpc
  $(TAO_ROOT)/orbsvcs/orbsvcs/CosNaming_Serv.mpc
  $(TAO_ROOT)/orbsvcs/orbsvcs/CosNaming_Skel.mpc
  $(TAO_ROOT)/orbsvcs/Naming_Service
  $(TAO_ROOT)/orbsvcs/orbsvcs/Svc_Utils.mpc
  $(TAO_ROOT)/orbsvcs/tests/Simple_Naming
  $(TAO_ROOT)/utils/catior/catior.mpc
  $(TAOX11_ROOT)/tao/x11
  $(TAOX11_ROOT)/orbsvcs/orbsvcs
}
============================================================
Test config: LINUX Linux FIXED_BUGS_ONLY SSL BZIP2 ZLIB ACETAOMPC

Additional context
see

clang-tidy-14 --use-color -checks=-*,hicpp-exception-baseclass -p=/home/klein_cl/Workspace/cpp/axcioma/build /home/klein_cl/Workspace/cpp/axcioma/build/_deps/callback_quoter-build/ConsumerC.cpp
/home/klein_cl/Workspace/cpp/axcioma/build/_deps/callback_quoter-build/ConsumerC.cpp:193:11: warning: throwing an exception whose type 'TAO_3_1_2::CORBA::MARSHAL' is not derived from 'std::exception' [hicpp-exception-baseclass]
    throw TAO_CORBA::MARSHAL ();
    ~~~~~~^~~~~~~~~~~~~~~~~~~~~
/home/klein_cl/Workspace/cpp/axcioma/taox11/tao/x11/tao_corba.h:21:3: note: expanded from macro 'TAO_CORBA'
  TAO_VERSIONED_NAMESPACE_NAME::CORBA
  ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:41:40: note: expanded from macro 'TAO_VERSIONED_NAMESPACE_NAME'
#  define TAO_VERSIONED_NAMESPACE_NAME TAO_MAKE_VERSIONED_NAMESPACE_NAME(TAO_MAJOR_VERSION,TAO_MINOR_VERSION,TAO_MICRO_VERSION)
                                       ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:40:64: note: expanded from macro 'TAO_MAKE_VERSIONED_NAMESPACE_NAME'
#  define TAO_MAKE_VERSIONED_NAMESPACE_NAME(MAJOR,MINOR,MICRO) TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL(MAJOR,MINOR,MICRO)
                                                               ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:39:69: note: expanded from macro 'TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL'
#  define TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL(MAJOR,MINOR,MICRO) TAO_ ## MAJOR ## _ ## MINOR ## _ ## MICRO
                                                                    ^
note: expanded from here
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/SystemException.h:200:3: note: type defined here
  TAO_SYSTEM_EXCEPTION(MARSHAL)          // error marshaling param/result
  ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/SystemException.h:176:5: note: expanded from macro 'TAO_SYSTEM_EXCEPTION'
    class TAO_Export name : public SystemException \
    ^
/home/klein_cl/Workspace/cpp/axcioma/build/_deps/callback_quoter-build/ConsumerC.cpp:201:11: warning: throwing an exception whose type 'TAO_3_1_2::CORBA::MARSHAL' is not derived from 'std::exception' [hicpp-exception-baseclass]
    throw TAO_CORBA::MARSHAL ();
    ~~~~~~^~~~~~~~~~~~~~~~~~~~~
/home/klein_cl/Workspace/cpp/axcioma/taox11/tao/x11/tao_corba.h:21:3: note: expanded from macro 'TAO_CORBA'
  TAO_VERSIONED_NAMESPACE_NAME::CORBA
  ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:41:40: note: expanded from macro 'TAO_VERSIONED_NAMESPACE_NAME'
#  define TAO_VERSIONED_NAMESPACE_NAME TAO_MAKE_VERSIONED_NAMESPACE_NAME(TAO_MAJOR_VERSION,TAO_MINOR_VERSION,TAO_MICRO_VERSION)
                                       ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:40:64: note: expanded from macro 'TAO_MAKE_VERSIONED_NAMESPACE_NAME'
#  define TAO_MAKE_VERSIONED_NAMESPACE_NAME(MAJOR,MINOR,MICRO) TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL(MAJOR,MINOR,MICRO)
                                                               ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:39:69: note: expanded from macro 'TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL'
#  define TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL(MAJOR,MINOR,MICRO) TAO_ ## MAJOR ## _ ## MINOR ## _ ## MICRO
                                                                    ^
note: expanded from here
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/SystemException.h:200:3: note: type defined here
  TAO_SYSTEM_EXCEPTION(MARSHAL)          // error marshaling param/result
  ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/SystemException.h:176:5: note: expanded from macro 'TAO_SYSTEM_EXCEPTION'
    class TAO_Export name : public SystemException \
    ^
/home/klein_cl/Workspace/cpp/axcioma/build/_deps/callback_quoter-build/ConsumerC.cpp:219:11: warning: throwing an exception whose type 'TAO_3_1_2::CORBA::NO_MEMORY' is not derived from 'std::exception' [hicpp-exception-baseclass]
    throw TAO_CORBA::NO_MEMORY ();
    ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/home/klein_cl/Workspace/cpp/axcioma/taox11/tao/x11/tao_corba.h:21:3: note: expanded from macro 'TAO_CORBA'
  TAO_VERSIONED_NAMESPACE_NAME::CORBA
  ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:41:40: note: expanded from macro 'TAO_VERSIONED_NAMESPACE_NAME'
#  define TAO_VERSIONED_NAMESPACE_NAME TAO_MAKE_VERSIONED_NAMESPACE_NAME(TAO_MAJOR_VERSION,TAO_MINOR_VERSION,TAO_MICRO_VERSION)
                                       ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:40:64: note: expanded from macro 'TAO_MAKE_VERSIONED_NAMESPACE_NAME'
#  define TAO_MAKE_VERSIONED_NAMESPACE_NAME(MAJOR,MINOR,MICRO) TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL(MAJOR,MINOR,MICRO)
                                                               ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:39:69: note: expanded from macro 'TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL'
#  define TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL(MAJOR,MINOR,MICRO) TAO_ ## MAJOR ## _ ## MINOR ## _ ## MICRO
                                                                    ^
note: expanded from here
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/SystemException.h:193:3: note: type defined here
  TAO_SYSTEM_EXCEPTION(NO_MEMORY)        // memory allocation failure
  ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/SystemException.h:176:5: note: expanded from macro 'TAO_SYSTEM_EXCEPTION'
    class TAO_Export name : public SystemException \
    ^
/home/klein_cl/Workspace/cpp/axcioma/build/_deps/callback_quoter-build/ConsumerC.cpp:245:11: warning: throwing an exception whose type 'TAO_3_1_2::CORBA::MARSHAL' is not derived from 'std::exception' [hicpp-exception-baseclass]
    throw TAO_CORBA::MARSHAL ();
    ~~~~~~^~~~~~~~~~~~~~~~~~~~~
/home/klein_cl/Workspace/cpp/axcioma/taox11/tao/x11/tao_corba.h:21:3: note: expanded from macro 'TAO_CORBA'
  TAO_VERSIONED_NAMESPACE_NAME::CORBA
  ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:41:40: note: expanded from macro 'TAO_VERSIONED_NAMESPACE_NAME'
#  define TAO_VERSIONED_NAMESPACE_NAME TAO_MAKE_VERSIONED_NAMESPACE_NAME(TAO_MAJOR_VERSION,TAO_MINOR_VERSION,TAO_MICRO_VERSION)
                                       ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:40:64: note: expanded from macro 'TAO_MAKE_VERSIONED_NAMESPACE_NAME'
#  define TAO_MAKE_VERSIONED_NAMESPACE_NAME(MAJOR,MINOR,MICRO) TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL(MAJOR,MINOR,MICRO)
                                                               ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:39:69: note: expanded from macro 'TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL'
#  define TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL(MAJOR,MINOR,MICRO) TAO_ ## MAJOR ## _ ## MINOR ## _ ## MICRO
                                                                    ^
note: expanded from here
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/SystemException.h:200:3: note: type defined here
  TAO_SYSTEM_EXCEPTION(MARSHAL)          // error marshaling param/result
  ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/SystemException.h:176:5: note: expanded from macro 'TAO_SYSTEM_EXCEPTION'
    class TAO_Export name : public SystemException \
    ^
/home/klein_cl/Workspace/cpp/axcioma/build/_deps/callback_quoter-build/ConsumerC.cpp:253:11: warning: throwing an exception whose type 'TAO_3_1_2::CORBA::MARSHAL' is not derived from 'std::exception' [hicpp-exception-baseclass]
    throw TAO_CORBA::MARSHAL ();
    ~~~~~~^~~~~~~~~~~~~~~~~~~~~
/home/klein_cl/Workspace/cpp/axcioma/taox11/tao/x11/tao_corba.h:21:3: note: expanded from macro 'TAO_CORBA'
  TAO_VERSIONED_NAMESPACE_NAME::CORBA
  ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:41:40: note: expanded from macro 'TAO_VERSIONED_NAMESPACE_NAME'
#  define TAO_VERSIONED_NAMESPACE_NAME TAO_MAKE_VERSIONED_NAMESPACE_NAME(TAO_MAJOR_VERSION,TAO_MINOR_VERSION,TAO_MICRO_VERSION)
                                       ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:40:64: note: expanded from macro 'TAO_MAKE_VERSIONED_NAMESPACE_NAME'
#  define TAO_MAKE_VERSIONED_NAMESPACE_NAME(MAJOR,MINOR,MICRO) TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL(MAJOR,MINOR,MICRO)
                                                               ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:39:69: note: expanded from macro 'TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL'
#  define TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL(MAJOR,MINOR,MICRO) TAO_ ## MAJOR ## _ ## MINOR ## _ ## MICRO
                                                                    ^
note: expanded from here
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/SystemException.h:200:3: note: type defined here
  TAO_SYSTEM_EXCEPTION(MARSHAL)          // error marshaling param/result
  ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/SystemException.h:176:5: note: expanded from macro 'TAO_SYSTEM_EXCEPTION'
    class TAO_Export name : public SystemException \
    ^
/home/klein_cl/Workspace/cpp/axcioma/build/_deps/callback_quoter-build/ConsumerC.cpp:271:11: warning: throwing an exception whose type 'TAO_3_1_2::CORBA::NO_MEMORY' is not derived from 'std::exception' [hicpp-exception-baseclass]
    throw TAO_CORBA::NO_MEMORY ();
    ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/home/klein_cl/Workspace/cpp/axcioma/taox11/tao/x11/tao_corba.h:21:3: note: expanded from macro 'TAO_CORBA'
  TAO_VERSIONED_NAMESPACE_NAME::CORBA
  ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:41:40: note: expanded from macro 'TAO_VERSIONED_NAMESPACE_NAME'
#  define TAO_VERSIONED_NAMESPACE_NAME TAO_MAKE_VERSIONED_NAMESPACE_NAME(TAO_MAJOR_VERSION,TAO_MINOR_VERSION,TAO_MICRO_VERSION)
                                       ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:40:64: note: expanded from macro 'TAO_MAKE_VERSIONED_NAMESPACE_NAME'
#  define TAO_MAKE_VERSIONED_NAMESPACE_NAME(MAJOR,MINOR,MICRO) TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL(MAJOR,MINOR,MICRO)
                                                               ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/Versioned_Namespace.h:39:69: note: expanded from macro 'TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL'
#  define TAO_MAKE_VERSIONED_NAMESPACE_NAME_IMPL(MAJOR,MINOR,MICRO) TAO_ ## MAJOR ## _ ## MINOR ## _ ## MICRO
                                                                    ^
note: expanded from here
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/SystemException.h:193:3: note: type defined here
  TAO_SYSTEM_EXCEPTION(NO_MEMORY)        // memory allocation failure
  ^
/home/klein_cl/Workspace/cpp/axcioma/ACE/TAO/tao/SystemException.h:176:5: note: expanded from macro 'TAO_SYSTEM_EXCEPTION'
    class TAO_Export name : public SystemException \
    ^
124 warnings generated.
Suppressed 118 warnings (47 in non-user code, 71 with check filters).
Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
clang-tidy-14 --use-color -checks=-*,hicpp-exception-baseclass -p=/home/klein_cl/Workspace/cpp/axcioma/build /home/klein_cl/Workspace/cpp/axcioma/build/_deps/callback_quoter-build/ConsumerS.cpp
166 warnings generated.
Suppressed 166 warnings (51 in non-user code, 115 with check filters).
Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
clang-tidy-14 --use-color -checks=-*,hicpp-exception-baseclass -p=/home/klein_cl/Workspace/cpp/axcioma/build /home/klein_cl/Workspace/cpp/axcioma/build/_deps/callback_quoter-build/NotifierS.cpp
172 warnings generated.
Suppressed 172 warnings (53 in non-user code, 119 with check filters).
Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.

Remove support for Visual Studio (2019)

Currently there is some old Windows support which is broken and not maintained for a long time due to lack of sponsoring. It is time to do some cleanup, remove Visual Studio 2019 support. For 2022 there has never been supported.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.