[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnunet] Compiling GNUnet/libextractor on OpenBSD
From: |
Igor Wronsky |
Subject: |
Re: [Help-gnunet] Compiling GNUnet/libextractor on OpenBSD |
Date: |
Thu, 26 Feb 2004 22:26:11 +0200 (EET) |
On Thu, 26 Feb 2004, Blake Matheny wrote:
> At some point in time I was maintaining the OpenBSD port of GNUnet, however I
> no longer have access to an x86 OpenBSD machine to do any type of testing. If
> someone would like to provide this access I would be more than happy to fix
> thinsg and commit the changes to CVS.
The problem is probably just these dictionary .txt files being
converted to C and then apparently compiled, which sounds a
bit barbaric considering their sizes. ;) Keeping the files
on some /usr/share/ style directory in an efficient format
and accessing them runtime would remove this problem without
having to code anything *bsd specific.
Dot, you can probably get around your problem by editing
Extractor/src/plugins/Makefile.in
and removing the entry "printable" from the SUBDIRS -line.
Atleast here the compilation passed without compiling the
printable plugin - hopefully it works also in practice,
though I didn't actually test that. ;) Let us know.
Anyway, libextractor is not imho very critical for GNUnet usage.
Igor