Matthew Lye wrote:
> The following occurred upon startup with a clean build using prior  
> configuration defaults.

Could you tell in terms of commands what this means? Just running
"make" or "make clean" followed by "make" is not sufficient for proper
re-compilation. I shuffled a lot code around so the dependency on
files definitely changed. As the Makefiles are generated and not in
the SVN repository, this will not be noticed. The result of linking
out-of-date object files together is strictly undefined.

Thus, always use

        ./build.sh [your options here]

for recompiling after updating the sources from the SVN repository. You
can easily put your favourite options into a wrapper script, let's call
it "build", so that you don't have to remember or retype them. Yes, it
takes a bit longer to recompile especially on a slower machine but this
can hardly be avoided.
 
> FATAL: Assertion failure in search_common.c:2478: "sch->filter != NULL"

Whatever that was I assume it's fixed in current SVN.

-- 
Christian

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
gtk-gnutella-devel mailing list
gtk-gnutella-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to