Re: ANNOUNCE: newsx version 1.5pre now available
Thierry Thomas <[email protected]> Wed, 2 Oct 2002 23:45:50 +0200
| Newsgroups | gmane.network.newsx |
|---|---|
| Organization | Kabbale Eros |
| Message-ID | <[email protected]> |
Le 02/10/2002 =E0 12:54:29 +0200, Egil Kvaleberg <[email protected]> =E9c= rivait=A0: > The 1.5pre will become 1.5 soon, assuming no major issues arise. >=20 > Bug reporting should first and foremost be done to >=20 > http://www.kvaleberg.com/bug/ [Sorry, http://www.kvaleberg.com/bug/ is redirected towards http://egil.ma.cx/bugzilla/ but that gives an error 404: Not Found The requested URL /bugzilla/ was not found on this server.] On FreeBSD, with the new configure, I do not have to define --with-newslib any more, libs are found in ${LOCALBASE}/news/lib =3D> OK. Now I have to define --with-rnews=3D${LOCALBASE}/news/bin/rnews and --with-inews=3D${LOCALBASE}/news/bin/inews (OK), and I still have to define CPPFLAGS=3D"-I${LOCALBASE}/news/include" , but inn/dbz.h is not found =3D> I have to patch configure.in: --- configure.in.orig Wed Oct 2 12:44:32 2002 +++ configure.in Wed Oct 2 23:14:36 2002 @@ -216,7 +216,7 @@ dnl Default list of locations to visit in search of the dnl news configuration file dnl -VISIT=3D"/usr/lib/news /var/news/etc /usr/spool/news /usr/share/news \ +VISIT=3D"/usr/local/news/lib /usr/lib/news /var/news/etc /usr/spool/news /usr/share/news \ /var/db/news /usr/local/news/control /usr/local/news /local/news /etc/news \ /usr/local/news/bin/control /usr/local/lib/news /news /usr/local/inn \ /var/lib/news /usr/lib /var/spool/news" @@ -673,7 +673,7 @@ dnl Debian Linux places it under /usr/include/inn dnl AC_CHECK_HEADERS(storage.h) - AC_CHECK_HEADERS(inn/storage.h) + dnl AC_CHECK_HEADERS(inn/storage.h) =20 CFLAGS=3D"$CFLAGS_save" LIBS=3D"$LIBS_save" @@ -682,7 +682,7 @@ AC_SUBST(HAVE_LIBSTORAGE) =20 dnl Handle extra object files and libraries -AC_CHECK_HEADERS(inn/dbz.h) +AC_CHECK_HEADERS(dbz.h) dnl Always include good old version 3.4: MORELIBS2=3D"../dbz/libdbzv3.a" if test x$HAVE_SETENV !=3D x1; then After that, there is a problem with PACKED: configure:3543: checking for dbz.h configure:3553: cc -E -I/usr/local/news/include conftest.c >/dev/null 2>conftest.out In file included from configure:3549: /usr/local/news/include/dbz.h:46: warning: `PACKED' redefined confdefs.h:27: warning: this is the location of the previous definition configure: failed program was: #line 3548 "configure" #include "confdefs.h" #include <dbz.h> =3D> dbz.h is found, but ignored. Truly yours, --=20 Th. Thomas. ----------------------------------------------------------------------- This message has been sent to you because you are subcribed to the mailin= g list [email protected]. To remove yourself from this lists, send an emai= l to [email protected] containing "unsubscribe newsx <your_email_address>= " in the message body.