in mt_dorb\lib\mtdorb.dpr
units not included
CosTransactions_int in
'..\src\orbint\CosTransactions_int.pas';
=====================
mtdorb.dpr LINUX uses
file sequence must be:
codeset_conv in '../src/orb/codeset_conv.pas',
codeset in '../src/orb/codeset.pas',
====================
mtdorb.dpr LINUX uses
file sequence must be:
pi_impl in '../src/orb/pi_impl.pas',
poa_impl in '../src/orb/poa_impl.pas',
............. many many other.
"mt_dorb collection" must be compiled without Kilyx
IDE , only command line compiler .
Check file orders, cases, and existance in dprs, dpks.
:( too many work
everytime after update from CVS , correctings this kind
of "linux env. feature errors" .
Anonymous