Re: Porting GNU Projects - Guile

2009-08-16 Thread bornlibra23
Neil Jerram wrote: > > bornlibra23 writes: >>In the same way, or differently? Please provide the relevant part of >>the new build output. > Regards, > Neil > Hello Neil I managed to find the code problem. It actually was not in the guile code. One of the many libra

Re: Porting GNU Projects - Guile

2009-08-14 Thread bornlibra23
Neil Jerram wrote: > > bornlibra23 writes: > >> Thanks Mike for the heads up but the problem I think is with the source >> code >> itself. I get the same error on linux though it doesnt die there. I >> preprocessed the code & changed the line like so :

Re: Porting GNU Projects - Guile

2009-07-29 Thread bornlibra23
Thanks Mike for the heads up but the problem I think is with the source code itself. I get the same error on linux though it doesnt die there. I preprocessed the code & changed the line like so : >From (ch) == ' ' | (ch) == '\t') to (ch) == ' ' || (ch) == '\t') (note the or operator) & the

Porting GNU Projects - Guile

2009-07-29 Thread bornlibra23
ng a monster to port for various reasons. I have tried to build the wide character support of glibc separately but it didnt workout. Can somebody isolate the code & guide me in implementing it on VOS? This is proving to be a major blocker. Please help Thanks bornlibra23 libtool: