You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Bruce Mitchener (JIRA)" <ji...@apache.org> on 2010/03/02 11:59:27 UTC

[jira] Created: (AVRO-441) Support Universal binary builds on MacOS X

Support Universal binary builds on MacOS X
------------------------------------------

                 Key: AVRO-441
                 URL: https://issues.apache.org/jira/browse/AVRO-441
             Project: Avro
          Issue Type: Bug
          Components: c
    Affects Versions: 1.3.0
            Reporter: Bruce Mitchener


Currently, MacOS X can't do universal builds because things are detected at configure time rather than compile time.

I'll open an issue for each of these issues as i find them and link them to this one.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AVRO-441) Support Universal binary builds on MacOS X

Posted by "Bruce Mitchener (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840114#action_12840114 ] 

Bruce Mitchener commented on AVRO-441:
--------------------------------------

The reason that this is important is that when doing a universal build the easier way (with -arch flags), the exact same code is compiled for each -arch flag on the gcc command line, so the source needs to be the same.


> Support Universal binary builds on MacOS X
> ------------------------------------------
>
>                 Key: AVRO-441
>                 URL: https://issues.apache.org/jira/browse/AVRO-441
>             Project: Avro
>          Issue Type: Bug
>          Components: c
>    Affects Versions: 1.3.0
>            Reporter: Bruce Mitchener
>
> Currently, MacOS X can't do universal builds because things are detected at configure time rather than compile time.
> I'll open an issue for each of these issues as i find them and link them to this one.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AVRO-441) Support Universal binary builds on MacOS X

Posted by "Bruce Mitchener (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841917#action_12841917 ] 

Bruce Mitchener commented on AVRO-441:
--------------------------------------

This is working for me now if I use the CMake build. If we're in agreement that we're going to at least support CMake going forward, we can close this...

If not, let me know and I'll try to find the time to look into what's wrong with the autotools build.


> Support Universal binary builds on MacOS X
> ------------------------------------------
>
>                 Key: AVRO-441
>                 URL: https://issues.apache.org/jira/browse/AVRO-441
>             Project: Avro
>          Issue Type: Bug
>          Components: c
>    Affects Versions: 1.3.0
>            Reporter: Bruce Mitchener
>
> Currently, MacOS X can't do universal builds because things are detected at configure time rather than compile time.
> I'll open an issue for each of these issues as i find them and link them to this one.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.