Le 02/10/2002 à 12:54:29 +0200, Egil Kvaleberg <[EMAIL PROTECTED]> écrivait :
> The 1.5pre will become 1.5 soon, assuming no major issues arise.
> 
> Bug reporting should first and foremost be done to
> 
>       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
=> OK.

Now I have to define --with-rnews=${LOCALBASE}/news/bin/rnews
and --with-inews=${LOCALBASE}/news/bin/inews (OK), and I still have to
define CPPFLAGS="-I${LOCALBASE}/news/include" , but inn/dbz.h is not
found => 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="/usr/lib/news /var/news/etc /usr/spool/news /usr/share/news \
+VISIT="/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)
 
     CFLAGS="$CFLAGS_save"
     LIBS="$LIBS_save"
@@ -682,7 +682,7 @@
 AC_SUBST(HAVE_LIBSTORAGE)
 
 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="../dbz/libdbzv3.a"
 if test x$HAVE_SETENV != 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>

=> dbz.h is found, but ignored.

Truly yours,
-- 
Th. Thomas.

-----------------------------------------------------------------------
This message has been sent to you because you are subcribed to the mailing
list [EMAIL PROTECTED] To remove yourself from this lists, send an email to
[EMAIL PROTECTED] containing "unsubscribe newsx <your_email_address>"
in the message body.

Reply via email to