From: Ben Collver ()
Date: Dec 5, 2004
Subject:
Re: csound on OpenBSD?
The gbs stands for "GNU Build System", basically autoconf, automake,
libtool, makeinfo, and friends.
Did you apply my configure.ac patch and then run "autoreconf -i"?
The patch is a quick-and-dirty proof of concept, but I expected it
cause the configure script to define NETBSD in config.h when run on
OpenBSD. The error you ran into is within code that is wrapped with
"#if !defined(NETBSD)".
Cheers,
Ben
On Sun, Dec 05, 2004 at 03:32:27AM -0500, Jesse Ray Lucas wrote:
> Okay. Got gbs.7 (what does 'gbs' stand for?)...
>
> Made the changes to configure.ac...
>
> Ran ./configure --disable-windows --disable-rtaudio --with-x=no
> --without-fltk
>
> Output looked promising...
>
> Configuration Summary
> ----------------------
> Real-Time Audio Support: Disabled
> Windowing Support: Disabled
> Audio Formats suported: WAV AIFF IRCAM
>
> Unfortunately, make barfs with...
>
> ...
> gcc -DHAVE_CONFIG_H -I. -I. -I. -DXMGDIR=\"/usr/local/share/csound\"
> -DUSE_CSOU
> ll -malign-loops=4 -malign-jumps=4 -ffast-math -fomit-frame-pointer
> -finline-fun
> libcsound_la-main.TPlo -o libcsound_la-main.o
> main.c:249: conflicting types for `psignal'
> /usr/include/signal.h:112: previous declaration of `psignal'
> main.c: In function `mainRESET':
> main.c:699: warning: unused variable `rtclose'
> *** Error code 1
>
> Stop in /root/csound-4.23f12gbs.7/csound (line 1517 of Makefile).
> *** Error code 1
>
> Stop in /root/csound-4.23f12gbs.7/csound (line 470 of Makefile).
> *** Error code 1
>
> zephyr#
>
> Do these errors ring a bell? I looked through the Makefiles on the
> lines listed, but didn't see anything that I could understand to change
> to resolve the problems.
-- [EMAIL REMOVED] (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) [EMAIL REMOVED]