> Seems not.  You want "Large File Support" (LFS).  The manpage for
> feature_test_macros says you should add -D_FILE_OFFSET_BITS=64...

[...]

> If you want a quick fix, switch to a 64 bit system :-P.

Neither of these will be enough.  Polipo uses 32-bit values to
maintain sizes and offsets in the in-memory cache, you'd need to
rework the data structures.  Then you'd need to do the same in the
on-disk cache.

Not difficult, and not a lot of work -- but testing will be painful.

> /usr/include/fts.h:41:3: error: #error "<fts.h> cannot be used with
> -D_FILE_OFFSET_BITS==64"

Hmm.... a quick workaround would be to compile with

  -DNO_DISK_CACHE

and remove the ``#include "ftsimport.h"'' from polipo.h.

                                        Juliusz

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Polipo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/polipo-users

Reply via email to