Ok, well, I found the answer.. bzero is in strings.h on AIX, not string.h
-Todd
On Wed, 4 Oct 2000, Todd Cohen wrote:
> Hi,
> I'm trying to compile version 0.61.0 on AIX 4.2.1. I get the
> error below.. any ideas before I look more into this?
>
> dagoo:/afs/cu/software/X/blackbox-0.61.0/rs_aix42/src/blackbox-0.61.0$ c++
> -v
> Reading specs from
>
>/afs/clarkson.edu/software/Development/gcc-2.95.2/rs_aix42/lib/gcc-lib/rs6000-ibm-aix4.2.1.0/2.95.2/specs
> gcc version 2.95.2 19991024 (release)
>
>
>
> c++ -DHAVE_CONFIG_H -I. -I. -I.. -DSHAPE -DSLIT -DINTERLACE -DNLS
> -DTIMEDCACHE
> -DLOCALEPATH=\"/afs/cu/software/X/blackbox-0.61.0/rs_aix42/share/Blackbox/nls\"
> -DDEFAULTMENU=\"/afs/cu/software/X/blackbox-0.61.0/rs_aix42/share/Blackbox/menu\"
>
>-DDEFAULTSTYLE=\"/afs/cu/software/X/blackbox-0.61.0/rs_aix42/share/Blackbox/styles/Results\"
> -g -O2 -c BaseDisplay.cc
> BaseDisplay.cc: In method `void BaseDisplay::eventLoop()':
> BaseDisplay.cc:435: implicit declaration of function `int bzero(...)'
> make[2]: *** [BaseDisplay.o] Error 1
> make[2]: Leaving directory
> `/afs/clarkson.edu/software/X/blackbox-0.61.0/rs_aix42/src/blackbox-0.61.0/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/afs/clarkson.edu/software/X/blackbox-0.61.0/rs_aix42/src/blackbox-0.61.0'
> make: *** [all-recursive-am] Error 2
> dagoo:/afs/cu/software/X/blackbox-0.61.0/rs_aix42/src/blackbox-0.61.0$
>
>
> ________________________________________________
> http://wckn.clarkson.edu/~cohentl/
> "The answers to lifes problems aren't at the bottom of bottles, they're on
> TV" - Homer J. Simpson
>
________________________________________________
http://wckn.clarkson.edu/~cohentl/
"The answers to lifes problems aren't at the bottom of bottles, they're on
TV" - Homer J. Simpson