Magic Mailing List |
|
From: Patrick Hekeno (patopick AT yahoo DOT com) Date: Tue Oct 08 2002 - 13:12:14 EDT
Sorry to many of you guys who seek for solution on SIGPOLL when compiling the Magic7.1 on your system. I had resolved this issue about a month ago if not more. Many thanks go to Spaceborne Calin, who email me personally and help me out to resolve the issue. I had define SIGPOLL and SIGIO somewhere else that what Calin suggested on his last email, it worked but I recommend for you guys to define these parameters in the beginning of the Signals.c file as the instructions below per Calin. --------------------------------------------------- edit the file signals.c and after the line with "#include <signal.h>" write #define SIGPOLL SIGIO save the file and try to recompile magic ( make ) Bye Calin ------------------------------------------------------ This should work for most of different Linux and Unix OS out there. Bye Patrick Hekeno. Note: forwarded message attached. __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com attached mail follows: --- Patrick Hekeno <patopick AT yahoo DOT com> a écrit : > Thanks For your reply, I was trying to use your > suggestions to help me out but I am stuck. > i don't know what I am doing wrong. I think I am > lucking C+ skills here. > I have not yet find any file that contains SIGPOLL > except the Signals.c file itself. > I have inclued it for you to look at the part where > SIGPOLL and SIOGIO are being used. I can see that they > have not been declaired here on signals.c file but I > don't know how to correct declare them before I can > run the gmake config and gmake/gmake install again. > > Any help will help Calin. > > thank you very much > > Patrick H. > edit the file signals.c and after the line with "#include <signal.h>" write #define SIGPOLL SIGIO save the file and try to recompile magic ( make ) Bye Calin ___________________________________________________________ Do You Yahoo!? -- Une adresse AT yahoo DOT fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
|
|