From owner-freebsd-hackers Fri Sep 5 15:06:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA03973 for hackers-outgoing; Fri, 5 Sep 1997 15:06:53 -0700 (PDT) Received: from super-g.inch.com (super-g.com [207.240.140.161]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA03967 for ; Fri, 5 Sep 1997 15:06:49 -0700 (PDT) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.7/8.8.5) with SMTP id SAA06065 for ; Fri, 5 Sep 1997 18:14:50 -0400 (EDT) Date: Fri, 5 Sep 1997 18:14:49 -0400 (EDT) From: spork X-Sender: spork@super-g.inch.com To: freebsd-hackers@freebsd.org Subject: MySQL and www-sql Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I'm trying to get the "www-sql" package for MySQL to compile under FBSD-2.2-Stable, and I'm running into problems. www-sql is analogous to w3-msql for mini-SQL. This program was originally built for Linux, and I suspect that's where the problem lies. It uses gnu config, but during the compile, it explodes thusly: bash# make gcc -g -O2 -I/usr/local/include -I. -DHAVE_CONFIG_H -c expr.c -o expr.o expr.c: In function `docolon': expr.c:366: storage size of `re_buffer' isn't known expr.c:367: storage size of `re_regs' isn't known expr.c:377: warning: assignment makes pointer from integer without a cast *** Error code 1 Stop. Has anyone possibly made this work? I understand this may not be a -hackers question, but on searching through the mailing lists and newsgroups, the only place I found MySQL mentioned was -hackers... As always, any help/suggestions appreciated, Charles