Thanks for the reply Jen!  I am running into another issue I can't resolve.  I followed your instructions to get all the lib references/tools (from 
http://forums.codeblocks.org/index.php?topic=15137.0) in order to compile code::block source code.  However, when I try to build the "File Manager Plugin" project using Code::Block, I get errors indicated below even though I've done the sudo apt-get install command to retrieve the libgamin-dev libraries.  
- undefined reference to FAMOpen
- undefined reference to FAMClose
- undefined reference to FAMCancelMonitor
- undefined reference to FAMMonitorDirectory
- undefined reference to FAMNextEvent
- undefined reference to FAMPending
Any suggestions how I can resolve this?