Please see corba_interface_to_tcs.txt 
This file is just the build instructions for ING. 

Build instructions on linux FC11 at ING
=======================================

Build done as fjg on icsdev1

g++ -Wall -O2 -DCORBA_BUILD -D__OMNIORB4__ -DUsePthread -D_REENTRANT -I. -I. -c udas_corba_client.cc
g++ -Wall -O2 -DCORBA_BUILD -D__OMNIORB4__ -DUsePthread -D_REENTRANT -I. -I. -c tcs_corba_focus.cc
g++ -o tcs_focus  tcs_corba_focus.o -lOCSCorbaDrama    udas_corba_client.o -L/wht/release/FC11/lib -L/lib  -lomniORB4 -lomnithread -lomniDynamic4

To run logged in as whtobs  

   obssys
   cd builddirectory 
   ./tcs_focus 98

To run from development account LD_LIBRARY_PATH must be defined e.g 
from tcsh 

   setenv LD_LIBRARY_PATH /wht/release/FC11/lib:$LD_LIBRARY_PATH

Frank Gribbin
11 May 2015
