You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Mike Bristow (JIRA)" <ji...@apache.org> on 2006/04/27 17:36:37 UTC

[jira] Created: (AXIS2C-140) cannot compile on non-gcc systems [PATCH]

cannot compile on non-gcc systems [PATCH]
-----------------------------------------

         Key: AXIS2C-140
         URL: http://issues.apache.org/jira/browse/AXIS2C-140
     Project: Axis2-C
        Type: Bug

  Components: platforms/unix  
    Versions: 0.90    
 Environment: SunOS 5.10 i86pc
cc: Sun C 5.8 2005/10/13

    Reporter: Mike Bristow


Not all C compilers understand -Wall and -ansi, therefore their use should be wrapped in a if [ $GCC = yes ] test.

(I know that there are other portability issues, but this one is easy to fix)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXIS2C-140) cannot compile on non-gcc systems [PATCH]

Posted by "Mike Bristow (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-140?page=all ]

Mike Bristow updated AXIS2C-140:
--------------------------------

    Attachment: axis2c.configure.patch

patch to fix this issue (not all the world is gcc!)

> cannot compile on non-gcc systems [PATCH]
> -----------------------------------------
>
>          Key: AXIS2C-140
>          URL: http://issues.apache.org/jira/browse/AXIS2C-140
>      Project: Axis2-C
>         Type: Bug

>   Components: platforms/unix
>     Versions: 0.90
>  Environment: SunOS 5.10 i86pc
> cc: Sun C 5.8 2005/10/13
>     Reporter: Mike Bristow
>  Attachments: axis2c.configure.patch
>
> Not all C compilers understand -Wall and -ansi, therefore their use should be wrapped in a if [ $GCC = yes ] test.
> (I know that there are other portability issues, but this one is easy to fix)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXIS2C-140) cannot compile on non-gcc systems [PATCH]

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-140?page=all ]
     
Samisa Abeysinghe resolved AXIS2C-140:
--------------------------------------

    Fix Version: 0.91
     Resolution: Fixed

Damitha has applied this patch

> cannot compile on non-gcc systems [PATCH]
> -----------------------------------------
>
>          Key: AXIS2C-140
>          URL: http://issues.apache.org/jira/browse/AXIS2C-140
>      Project: Axis2-C
>         Type: Bug

>   Components: platforms/unix
>     Versions: 0.90
>  Environment: SunOS 5.10 i86pc
> cc: Sun C 5.8 2005/10/13
>     Reporter: Mike Bristow
>      Fix For: 0.91
>  Attachments: axis2c.configure.patch
>
> Not all C compilers understand -Wall and -ansi, therefore their use should be wrapped in a if [ $GCC = yes ] test.
> (I know that there are other portability issues, but this one is easy to fix)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2C-140) cannot compile on non-gcc systems [PATCH]

Posted by "Damitha Kumarage (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-140?page=comments#action_12376873 ] 

Damitha Kumarage commented on AXIS2C-140:
-----------------------------------------

patch applied.

> cannot compile on non-gcc systems [PATCH]
> -----------------------------------------
>
>          Key: AXIS2C-140
>          URL: http://issues.apache.org/jira/browse/AXIS2C-140
>      Project: Axis2-C
>         Type: Bug

>   Components: platforms/unix
>     Versions: 0.90
>  Environment: SunOS 5.10 i86pc
> cc: Sun C 5.8 2005/10/13
>     Reporter: Mike Bristow
>  Attachments: axis2c.configure.patch
>
> Not all C compilers understand -Wall and -ansi, therefore their use should be wrapped in a if [ $GCC = yes ] test.
> (I know that there are other portability issues, but this one is easy to fix)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira