There are a couple of options here.  If you're going to truly work on the
code you probably should set up a build environment instead of using the Easy
Install runtime.  But if that's not possible, you can just do "wget 
http://easyinstall.citadel.org/install";
to grab the install script, then comment out the lines that remove the build
directory before running it.  You could also edit the compile options to add
whatever debugging symbols you need. 
  
 "XMPP" is an unknown symbol because it's not a symbol.  It's a macro: 
  
 #define XMPP ((citxmpp *)CC->session_specific_data) 
 

Reply via email to