For Development


Table of Contents

tool:ddd 
Info 
Quick notes 
Source 
Related Urls 
Build, Test run & Installation 
Code Medic 
Info 
UML diagrams 
UML diagrams 
Dev IDE 
Code Crusader 
Source-Navigator 
Version 5.1 
Version v4.5.2 
how to tell if mouse/kbd are idle? 

tool:ddd 

Info 

Starting from v3.2.93, JDK 1.2 is supported, and requires

  • LessTif, 0.90 or later

Quick notes 

  • command line parameters are specified (or picked) after run!

Build, Test run & Installation 

Steps 

# lesstif

rpm -qpiR lesstif-0.92.0-1.i386.rpm
rpm -i -vv lesstif-0.92.0-1.i386.rpm
rpm -qpiRl lesstif-devel-0.92.0-1.i386.rpm
rpm -i -vv lesstif-devel-0.92.0-1.i386.rpm

# ddd

$ ./configure --prefix=/pkg
checking for Motif... libraries in default path, headers in default path
checking for Athena... libraries in default path, headers in default path
checking for Xpm... libraries in default path, headers in default path
make

# a simple check

$ make check

This creates a sample C++ program `cxxtest' and then runs DDD on it by invoking `./ddd cxxtest'

pkg=ddd
make -n install | tee /export/pub/installs/logs/$pkg.log.0
make install | tee /export/pub/installs/logs/$pkg.log.1

Help 

in INSTALL