I am trying to install ddd debugger on my MAC. It installed fine, however when I try to run it I get the following error:
bash-3.2$ ddd test
Error: No `Ddd' application defaults file
To resolve this problem, you can:
set the XAPPLRESDIR environment variable to the location of the file `Ddd', or
set the DDD_HOME environment variable to the location of `ddd/Ddd', or
install the `Ddd' file in the X application defaults directory, or
recompile DDD with builtin app-defaults file;
see the `--enable-builtin-app-defaults' option for details.
I have X11 installed in my utilities folder. It works coz i use xterm on it quite often.
any ideas how to fix this?? anything I need to add to ./configure or make commands while installing ddd ???

./configure && makecommand there. as for the variable i am not sure how to find out the values. I am a noob at programming. If you could tell me how to find out i will report back to you – Sukhvir Mar 8 '12 at 13:10