On Thu, 24 Jul 2008 08:21:47 +0100 (BST), John-Mark Bell wrote: > On Wed, 23 Jul 2008, Chris Young wrote: > > > On Tue, 22 Jul 2008 19:37:52 +0100 (BST), John-Mark Bell wrote: > > > >> I'm not sure I have any recollection of it being solved, tbh. None of us > >> have been able to reproduce it, so it's somewhat difficult to work out > >> what's happening. > > > > Well, I fixed it, but I'm not entirely sure how. I deleted a load of > > defines from the makefile (ones I had initially copied from the debug > > target and then forgotten about) and just recompiled it again from > > scratch. > > It'd be really useful if we could work out what's causing this, so we know > for the future. Do you know which defines you removed?
I removed the following: -D_BSD_SOURCE \ -D_XOPEN_SOURCE=600 \ -D_POSIX_C_SOURCE=200112L \ -D_NETBSD_SOURCE \ $(shell xml2-config --cflags) I had xml2 simply as -lxml2 in ldflags already, I'm not sure what the defines do. Chris
