Magic Mailing List |
|
From: Spaceborne Calin (spaceborne_calin AT yahoo DOT com) Date: Fri Sep 06 2002 - 15:54:17 EDT
--- Patrick Hekeno <patopick AT yahoo DOT com> a écrit : > Hello to all. > I have been using older version 6.5.1. I wanted to > upgrade this software to the version 7.1. I could not > finish to compile magic. > > Please help me out. I really don't know why I get > error when compile signal.o files. see below > Magic will not launch infact the Bin folder will not > contain anything after gmake install. > > Bellow are defs.mak and make.log files. > > Thanks > > Patrick H. > > --- compiling signals/signals.o > rm -f signals.o > gcc -g -m486 -I. -I.. -I../readline -DFILE_LOCKS > -DUSE_READLINE -DNONMANHATTAN -c signals.c > signals.c: In function `SigInit': > signals.c:512: `SIGPOLL' undeclared (first use in this ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > function) > signals.c:512: (Each undeclared identifier is reported > only once > signals.c:512: for each function it appears in.) > gmake[2]: *** [signals.o] Error 1 on my linux system SIGPOLL is declared as follows: #define SIGPOLL SIGIO I also have here a NetBSD system but SIGPOLL is not defined on this system. So my advice is to look where SIGPOLL is defined on your system and include that file in signal/signals.c or use the define from above. Bye Calin ___________________________________________________________ Do You Yahoo!? -- Une adresse AT yahoo DOT fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
|
|