"Jeremy C. Reed" wrote:
> On Tue, 23 May 2000, Shane wrote:
>
> > I am having some problems installing blackbox-0.60.2 , I run configure
> > with no problems them make shoots me an error :
> > BaseDisplay.cc: In function 'void signalhandler(int)':
> > BaseDisplay.cc:131: 'SIGCHLD' undeclared (first use this function)
> > BaseDisplay.cc:131: (Each undeclared identifier is reported only once
> > BaseDisplay.cc:131: for each function it appears in.)
> > BaseDisplay.cc: 133: warning: unreachable code at beginning of switch
> > statement
> > BaseDisplay.cc:178: 'SIGTERM' undeclared (first use this function)
> > BaseDisplay.cc:178: 'SIGINT' undeclared (first use this function)
> > etc... etc...
> >
> > I don't have any programming skills but would really appreciate some
> > help here..
>
> But you need to give us some help.
>
> What operating system?
> # uname -a
>
> What compiler?
> # cc -v
>
> Do you have this file, /usr/include/sys/signal.h ?
> # ls -l /usr/include/sys/signal.h
>
> Jeremy C. Reed
> ....................................................
> BSD software, documentation, resources, news...
> http://bsd.reedmedia.net
Sorry,
cc -v gets version 2.95.2
I do have signal.h
I also noticed that when I run configure it is not showing up finding
signal.h, param.h, process.h, dirent.h, or sys/signal.h
I have all of these accept process.h and param.h..
Hope this helps.
Thanks again,
Shane