Le jeu 19/11/09 14:54, "Andy Rabagliati" andyr@wizzy.com a écrit:
I would like to check out how well zimreader will serve a zim file via http. I am compiling zimreader and writer from svn.
Ubuntu karmic has libcxxtools-dev version 1.4.8-3 and libtntdb-dev version 1.0.1-3 and libtntnet-dev version 1.6.3-4
If I use those, zimwriter throws up errors
It works with the svn version of cxxtools.
Another question - is there a *small* zim file anywhere I can use ??
http://tmp.kiwix.org/tmp/kiwix_wp_pt_stub.zim
Hope it is small enough.
Emmanuel
On Thu, 19 Nov 2009, emmanuel@engelhart.org wrote:
It works with the svn version of cxxtools.
I tried getting cxxtools from https://cxxtools.svn.sourceforge.net/svnroot/cxxtools
Last Changelog entry :-
2008-06-18 tommi@tntnet.org - split referencecounting into a thread safe and a non thread safe variant
I get this error :-
configure.in:53: error: possibly undefined macro: AC_CXXTOOLS_WITH_LOGGING If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:78: error: possibly undefined macro: AC_CXXTOOLS_ATOMICTYPE make: *** [post-patches] Error 1 dpkg-buildpackage: error: debian/rules build gave error exit status 2 debuild: fatal error at line 1334: dpkg-buildpackage -rfakeroot -D -us -uc -b failed
Another question - is there a *small* zim file anywhere I can use ??
Very helpful, thank you !
Cheers, Andy!
Hi,
you try to build svn head cxxtools with the debian configuration of cxxtools 1.4.8. Looks like it do not work. It really looks like the call to aclocal is wrong. Aclocal needs "-I m4" to work. This was not the case in cxxtools-1.4.8.
Tommi
Am Donnerstag, 19. November 2009 15:42:05 schrieb Andy Rabagliati:
On Thu, 19 Nov 2009, emmanuel@engelhart.org wrote:
It works with the svn version of cxxtools.
I tried getting cxxtools from https://cxxtools.svn.sourceforge.net/svnroot/cxxtools
Last Changelog entry :-
2008-06-18 tommi@tntnet.org
- split referencecounting into a thread safe and a non thread safe
variant
I get this error :-
configure.in:53: error: possibly undefined macro: AC_CXXTOOLS_WITH_LOGGING If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:78: error: possibly undefined macro: AC_CXXTOOLS_ATOMICTYPE make: *** [post-patches] Error 1 dpkg-buildpackage: error: debian/rules build gave error exit status 2 debuild: fatal error at line 1334: dpkg-buildpackage -rfakeroot -D -us -uc -b failed
Another question - is there a *small* zim file anywhere I can use ??
Very helpful, thank you !
Cheers, Andy! _______________________________________________ dev-l mailing list dev-l@openzim.org https://intern.openzim.org/mailman/listinfo/dev-l
On Thu, 19 Nov 2009, Tommi M?kitalo wrote:
Hi,
you try to build svn head cxxtools with the debian configuration of cxxtools 1.4.8. Looks like it do not work. It really looks like the call to aclocal is wrong. Aclocal needs "-I m4" to work. This was not the case in cxxtools-1.4.8.
Thank you. I patched debian/rules.
I will let you know if I have a deb, and of any other problems.
Cheers, Andy!