[bug #21378] guile 1.8.3 numbers.c fails to compile in Solaris 9

2007-10-20 Thread David Halik
URL: Summary: guile 1.8.3 numbers.c fails to compile in Solaris 9 Project: Guile Submitted by: dhalik Submitted on: Saturday 10/20/2007 at 21:29 Category: None Severit

[bug #21378] guile 1.8.3 numbers.c fails to compile in Solaris 9

2007-10-21 Thread David Halik
Follow-up Comment #2, bug #21378 (project guile): Ah, I see what you're getting at. I've actually run into this before. "inline" is the correct keyword in suncc, but it is much more strict C99 than gcc, which is usually the case with Sun Studio. You might want to check out this post, it explains

guile 1.8.3 numbers.c fails to compile in Solaris 9

2007-10-22 Thread David Halik
fier "scm_double_cell" in extern inline function "numbers.c", line 238: reference to static identifier "scm_double_cell" in extern inline function cc: acomp failed for numbers.c Any help would be appreciated. Thanks! -Dave -- David

[bug #21378] guile 1.8.3 numbers.c fails to compile in Solaris 9

2008-02-06 Thread David Halik
Follow-up Comment #5, bug #21378 (project guile): Hey, I'm waiting on a full response from my tester, but it looks like there was another file that needed the change that isn't in your patch. The fix works, but I think he had to add it one more time. I'll ask him to post his results today. _