[PD-dev] The ins and outs of ins and outs...

Ryan Gallagher ryanpg at yahoo.com
Wed Nov 13 02:45:41 CET 2002


Hey,

Thanks for the encouragement but I'm in over my head
really.  I keep getting all these effing errors then
the the build fails.  Any help?  Here they are...
grr...

(btw, I'll post the content of math.h after these
errors)

thanks a ton...

In file included from /usr/include/math.h:24,
                 from g_text.c:15:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from g_array.c:10:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from g_all_guis.c:17:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from g_bang.c:17:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from g_hdial.c:17:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from g_hslider.c:17:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from g_mycanvas.c:17:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from g_numbox.c:15:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from g_toggle.c:17:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from g_vdial.c:15:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from g_vslider.c:17:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from g_vumeter.c:17:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from d_ctl.c:10:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from d_osc.c:9:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from d_filter.c:9:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from d_math.c:10:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from x_arithmetic.c:10:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from x_misc.c:8:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from x_acoustics.c:9:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
In file included from /usr/include/math.h:24,
                 from
../portaudio/pablio/pablio_pd.h:47,
                 from s_portaudio.c:19:
/usr/include/architecture/ppc/math.h:440:33: macro
"cabs" passed 1 arguments, but takes just 0
make: *** [depend] Error 1


Here's what's in math.h ->

/*
 * Copyright (c) 2002 Apple Computer, Inc. All rights
reserved.
 *
 * @APPLE_LICENSE_HEADER_START@
 * 
 * The contents of this file constitute Original Code
as defined in and
 * are subject to the Apple Public Source License
Version 1.1 (the
 * "License").  You may not use this file except in
compliance with the
 * License.  Please obtain a copy of the License at
 * http://www.apple.com/publicsource and read it
before using this file.
 * 
 * This Original Code and all software distributed
under the License are
 * distributed on an "AS IS" basis, WITHOUT WARRANTY
OF ANY KIND, EITHER
 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL
SUCH WARRANTIES,
 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF
MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE OR
NON-INFRINGEMENT.  Please see the
 * License for the specific language governing rights
and limitations
 * under the License.
 * 
 * @APPLE_LICENSE_HEADER_END@
 */

#if defined (__ppc__)
#include "architecture/ppc/math.h"
#elif defined (__i386__)
#include "architecture/i386/math.h"
#else
#error Unknown architecture
#endif


=====
-r-

__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2




More information about the Pd-dev mailing list