Electronic Music mailing list archives

Previous Message: Csound mixer
Next Message: Re: csound on OpenBSD?

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] 

+ playing 32-bit float soundfiles steven yi (12/03/04)
+--- csound on OpenBSD? Jesse Ray Lucas (12/04/04)
+------Re: csound on OpenBSD? Ben Collver (12/04/04)
+---------Re: csound on OpenBSD? Jesse Ray Lucas (12/04/04)
+------------Re: csound on OpenBSD? (current errors) Jesse Ray Lucas (12/04/04)
+------------Re: csound on OpenBSD? Ben Collver (12/04/04)
+---------------Re: csound on OpenBSD? Jesse Ray Lucas (12/05/04)
+------------------Re: csound on OpenBSD? Ben Collver (12/05/04)
+---------------------Re: csound on OpenBSD? Jesse Ray Lucas (12/05/04)
+------------------------Re: csound on OpenBSD? Ben Collver (12/06/04)
+---------------Re: csound on OpenBSD? Art Hunkins (12/05/04)
+------------------Re: csound on OpenBSD? Jeremiah Benham (12/05/04)
+------------------Re: csound on OpenBSD? (re: FLTK) Jesse Ray Lucas (12/05/04)

Previous Message: Csound mixer
Next Message: Re: csound on OpenBSD?