[Citadel Development] Confirmed, svn webcit isn't compiling on 64-bit gentoo

2009-11-18 Thread kinetix
Hi all, davew: Not sure why you'd think I couldn't have the svn code in /usr/src/citadel.  That's where I checked out the modules, and I was pointing the includes to the source dir.  The stable code I have is in dirs with release numbers on them (ie, -7.66) ig: I hadn't looked at the easyinst

[Citadel Development] Citadel commit log: revision 8059

2009-11-18 Thread dothebart
r8059 | dothebart | 2009-11-18 03:15:01 -0500 (Wed, 18 Nov 2009) | 2 lines Changed paths: M /trunk/citadel/modules/rssclient/serv_rssclient.c * start atom feed reader implementation, most of the freshmeat.org feed seems t

[Citadel Development] Confirmed, svn webcit isn't compiling on 64-bit gentoo

2009-11-18 Thread dothebart
what does GetHashPosCounter() look like in your libcitadel.h? btw, compiles flawlessly on amd64/debian.

[Citadel Development] Citadel commit log: revision 8060

2009-11-18 Thread ajc
r8060 | ajc | 2009-11-18 10:35:41 -0500 (Wed, 18 Nov 2009) | 1 line Changed paths: M /trunk/citadel/modules/imap/imap_acl.c M /trunk/citadel/modules/imap/imap_fetch.c M /trunk/citadel/modules/imap/imap_store.c M /t

[Citadel Development] Citadel commit log: revision 8061

2009-11-18 Thread ajc
r8061 | ajc | 2009-11-18 10:43:46 -0500 (Wed, 18 Nov 2009) | 1 line Changed paths: M /trunk/citadel/utils/setup.c * Silenced the remaining warn_unused_result in setup.c -

[Citadel Development] Citadel commit log: revision 8062

2009-11-18 Thread ajc
r8062 | ajc | 2009-11-18 11:11:37 -0500 (Wed, 18 Nov 2009) | 1 line Changed paths: M /trunk/citadel/utils/chkpw.c M /trunk/citadel/utils/sendcommand.c * silenced more warnings ---

[Citadel Development] Confirmed, svn webcit isn't compiling on 64-bit gentoo

2009-11-18 Thread kinetix
dothebart: int GetHashPosCounter(HashList *Hash, HashPos *At); I did mention in a previous post that I successfully built the svn code on a kubuntu 64-bit system, so at the moment I suspect (but don't know for sure) that the difference may lie in gcc version, or perhaps a supporting library o

[Citadel Development] Re: Confirmed, svn webcit isn't compiling on 64-bit gentoo

2009-11-18 Thread IGnatius T Foobar
kinetix: if the method used by Easy Install doesn't work for you, then I'm not sure what else you could try. It took a while for me to figure out that method, and it seems to have worked for countless thousands of Easy Install users. I suppose your other option would be to do your test i

[Citadel Development] Confirmed, svn webcit isn't compiling on 64-bit gentoo

2009-11-18 Thread davew
  > Wed Nov 18 2009 03:10:04 EST from kinetix @ ColabX Subject: Confirmed, >svn webcit isn't compiling on 64-bit gentoo > > > >Hi all, > >davew: Not sure why you'd think I couldn't have the svn code in >/usr/src/citadel.  That's where I checked out the modules, and I was >pointing the i

[Citadel Development] Confirmed, svn webcit isn't compiling on 64-bit gentoo

2009-11-18 Thread davew
  > Wed Nov 18 2009 04:34:55 EST from dothebart @ Uncensored Subject: >Confirmed, svn webcit isn't compiling on 64-bit gentoo > > > >what does GetHashPosCounter() look like in your libcitadel.h? > >btw, compiles flawlessly on amd64/debian. > > > > And on Centos 5.x

[Citadel Development] Re: Confirmed, svn webcit isn't compiling on 64-bit gentoo

2009-11-18 Thread kinetix
IG: Heh, that's exactly what I setup yesterday - 64-bit gentoo in a VM, and with -only- the svn code on it, it still doesn't build webcit.

[Citadel Development] Confirmed, svn webcit isn't compiling on 64-bit gentoo

2009-11-18 Thread davew
  > Wed Nov 18 2009 11:22:55 EST from kinetix @ ColabX Subject: Confirmed, >svn webcit isn't compiling on 64-bit gentoo > > > >dothebart: > >int GetHashPosCounter(HashList *Hash, HashPos *At); > >I did mention in a previous post that I successfully built the svn code on a >kubuntu 64-

[Citadel Development] Confirmed, svn webcit isn't compiling on 64-bit gentoo

2009-11-18 Thread davew
  > Wed Nov 18 2009 03:10:04 EST from kinetix @ ColabX Subject: Confirmed, >svn webcit isn't compiling on 64-bit gentoo > > > >What I've done to replicate the OS but not the potential conflict of >libraries and includes is built a 64-bit gentoo VM.  I've checked out >libcitadel, citadel a

[Citadel Development] Ugh, what a mess

2009-11-18 Thread kinetix
Hi all, I don't know how it happened, but something must have picked up the wrong include somewhere along the way and kept using it without being very verbose about it (aside from the failed compile). On the devel gentoo vm, I ripped out all the source, checked it out again, re-bootstrapped c

[Citadel Development] Re: Ugh, what a mess

2009-11-18 Thread IGnatius T Foobar
Hey, nothing ventured nothing gained, right? Enjoy your development platform.

[Citadel Development] Citadel commit log: revision 8063

2009-11-18 Thread dothebart
r8063 | dothebart | 2009-11-18 17:58:49 -0500 (Wed, 18 Nov 2009) | 3 lines Changed paths: M /trunk/libcitadel/lib/stringbuf.c * fix buffer overrun conditions in StrBufRemove_token * terminate string when cutting it --

[Citadel Development] Citadel commit log: revision 8064

2009-11-18 Thread dothebart
r8064 | dothebart | 2009-11-18 18:00:29 -0500 (Wed, 18 Nov 2009) | 2 lines Changed paths: M /trunk/webcit/context_loop.c * set correct buffer end pointer, so we don't run into unknown ground --

[Citadel Development] Citadel commit log: revision 8064

2009-11-18 Thread dothebart
IG, please apply these two patches over here, it should solve the issues causing the cores over here.

[Citadel Development] Citadel commit log: revision 8064

2009-11-18 Thread IGnatius T Foobar
Ok, all done

[Citadel Development] Citadel commit log: revision 8064

2009-11-18 Thread IGnatius T Foobar
Hmm, was there some sort of change made to the RSS module other than the initial Atom support?  Some of our feeds reloaded and posted a lot of duplicates.