Giter Site home page Giter Site logo

Comments (10)

redcurry avatar redcurry commented on September 6, 2024

Hey Joseph! Is the build still failing on your machine?

from bamm.

josephwb avatar josephwb commented on September 6, 2024

Yerp.

On 14 January 2014 11:31, Carlos Anderson [email protected] wrote:

Hey Joseph! Is the build still failing on your machine?


Reply to this email directly or view it on GitHubhttps://github.com//issues/44#issuecomment-32280620
.

from bamm.

redcurry avatar redcurry commented on September 6, 2024

Could you send me more information (output, log, etc.) that could help me
identify the problem? Thanks!

On Tue, Jan 14, 2014 at 11:31 AM, Joseph W. Brown
[email protected]:

Yerp.

On 14 January 2014 11:31, Carlos Anderson [email protected]
wrote:

Hey Joseph! Is the build still failing on your machine?


Reply to this email directly or view it on GitHub<
https://github.com/macroevolution/bamm/issues/44#issuecomment-32280620>
.


Reply to this email directly or view it on GitHubhttps://github.com//issues/44#issuecomment-32280673
.

from bamm.

josephwb avatar josephwb commented on September 6, 2024

Can compile it on a 10.8.5 mac, not 10.9.1. May just be a problem with me.
JWB.

On 14 January 2014 11:31, Joseph Brown [email protected] wrote:

Yerp.

On 14 January 2014 11:31, Carlos Anderson [email protected]:

Hey Joseph! Is the build still failing on your machine?


Reply to this email directly or view it on GitHubhttps://github.com//issues/44#issuecomment-32280620
.

from bamm.

josephwb avatar josephwb commented on September 6, 2024

Sending log to you directly now.
JWB.

On 14 January 2014 11:41, Joseph Brown [email protected] wrote:

Can compile it on a 10.8.5 mac, not 10.9.1. May just be a problem with me.
JWB.

On 14 January 2014 11:31, Joseph Brown [email protected] wrote:

Yerp.

On 14 January 2014 11:31, Carlos Anderson [email protected]:

Hey Joseph! Is the build still failing on your machine?


Reply to this email directly or view it on GitHubhttps://github.com//issues/44#issuecomment-32280620
.

from bamm.

ptitle avatar ptitle commented on September 6, 2024

I can compile fine on my machine with 10.9.1.

from bamm.

redcurry avatar redcurry commented on September 6, 2024

I think the error has to do with the fact Joseph is not using clang as the
compiler, which can accept multiple architectures to build a "universal
binary" that works for both 32-bit and 64-bit machines. GCC seems to not
like multiple architectures and so spits out a bunch of weird errors. I'll
work on a fix.

On Tue, Jan 14, 2014 at 11:43 AM, ptitle [email protected] wrote:

I can compile fine on my machine with 10.9.1.


Reply to this email directly or view it on GitHubhttps://github.com//issues/44#issuecomment-32281914
.

from bamm.

redcurry avatar redcurry commented on September 6, 2024

To test this idea, Joseph could delete one of the "-arch" flags in the
CMakeLists.txt file, line 11, and make again.

On Tue, Jan 14, 2014 at 12:04 PM, Carlos Anderson <[email protected]

wrote:

I think the error has to do with the fact Joseph is not using clang as the
compiler, which can accept multiple architectures to build a "universal
binary" that works for both 32-bit and 64-bit machines. GCC seems to not
like multiple architectures and so spits out a bunch of weird errors. I'll
work on a fix.

On Tue, Jan 14, 2014 at 11:43 AM, ptitle [email protected] wrote:

I can compile fine on my machine with 10.9.1.


Reply to this email directly or view it on GitHubhttps://github.com//issues/44#issuecomment-32281914
.

from bamm.

redcurry avatar redcurry commented on September 6, 2024

Joseph, I updated the CMakeLists.txt file. Please try again.

On Tue, Jan 14, 2014 at 12:06 PM, Carlos Anderson <[email protected]

wrote:

To test this idea, Joseph could delete one of the "-arch" flags in the
CMakeLists.txt file, line 11, and make again.

On Tue, Jan 14, 2014 at 12:04 PM, Carlos Anderson <
[email protected]> wrote:

I think the error has to do with the fact Joseph is not using clang as
the compiler, which can accept multiple architectures to build a "universal
binary" that works for both 32-bit and 64-bit machines. GCC seems to not
like multiple architectures and so spits out a bunch of weird errors. I'll
work on a fix.

On Tue, Jan 14, 2014 at 11:43 AM, ptitle [email protected]:

I can compile fine on my machine with 10.9.1.


Reply to this email directly or view it on GitHubhttps://github.com//issues/44#issuecomment-32281914
.

from bamm.

josephwb avatar josephwb commented on September 6, 2024

Works for me now. Thanks Carlos.
JWB.

On 14 January 2014 12:58, Carlos Anderson [email protected] wrote:

Joseph, I updated the CMakeLists.txt file. Please try again.

On Tue, Jan 14, 2014 at 12:06 PM, Carlos Anderson <
[email protected]

wrote:

To test this idea, Joseph could delete one of the "-arch" flags in the
CMakeLists.txt file, line 11, and make again.

On Tue, Jan 14, 2014 at 12:04 PM, Carlos Anderson <
[email protected]> wrote:

I think the error has to do with the fact Joseph is not using clang as
the compiler, which can accept multiple architectures to build a
"universal
binary" that works for both 32-bit and 64-bit machines. GCC seems to
not
like multiple architectures and so spits out a bunch of weird errors.
I'll
work on a fix.

On Tue, Jan 14, 2014 at 11:43 AM, ptitle [email protected]:

I can compile fine on my machine with 10.9.1.


Reply to this email directly or view it on GitHub<
https://github.com/macroevolution/bamm/issues/44#issuecomment-32281914>
.


Reply to this email directly or view it on GitHubhttps://github.com//issues/44#issuecomment-32289368
.

from bamm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.