Operating System - HP-UX
1834285 Members
1584 Online
110066 Solutions
New Discussion

Re: Can not compile Guile

 
David Bellamy
Respected Contributor

Can not compile Guile

Hello all:
I'm working on a RP8400 running HPUX 11.11 version 1 and I'm having problems compiling guile 1.6.0. I brought this down from the HP Porting site and make sure that all the pre-reqs were in place, but the program still will not compile. attach is the error messages that i'm getting.
1 REPLY 1
rick jones
Honored Contributor

Re: Can not compile Guile

Something is redeclaring scm_sym_args to be static when it wasn't previously (ie is trying to change the scope of the declaration) and the gcc compiler you are using does not like that at all. You need to find all the places (.c's and .h's) that define scm_sym_args and make sure they match.
there is no rest for the wicked yet the virtuous have no pillows