Giter Site home page Giter Site logo

Comments (7)

puzza007 avatar puzza007 commented on June 4, 2024

I was able to get it to build using 7d74a91 and gsed

from erlzmq2.

wilson avatar wilson commented on June 4, 2024

Same problem for me; here's a full log of it: https://gist.github.com/wilson/97e85fbbb93376582e74

from erlzmq2.

wilson avatar wilson commented on June 4, 2024

The patch in 7d74a91 gets things further for me, but it still fails due to autoconf-lookin' incompatibilities. I guess zeromq2 needs updating in general.

from erlzmq2.

puzza007 avatar puzza007 commented on June 4, 2024

What fails for you with that patch? Can you gist it?

2013/3/15 Wilson Bilkovich [email protected]

The patch in 7d74a91 7d74a91gets things further for me, but it still fails due to autoconf-lookin'
incompatibilities. I guess zeromq2 needs updating in general.


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

from erlzmq2.

wilson avatar wilson commented on June 4, 2024

Yep; here is a log: https://gist.github.com/wilson/1892faa8d1c318e2da85

from erlzmq2.

puzza007 avatar puzza007 commented on June 4, 2024

Using gnu-sed fixed it for me:

puzza@Pauls-MacBookPro ~/src/erlzmq2 (master_) $ brew list | grep gnu-sed
gnu-sed
puzza@Pauls-MacBookPro ~/src/erlzmq2 (master_) $ git diff | cat
diff --git a/c_src/patch-zeromq2 b/c_src/patch-zeromq2
index bfda2fb..6828f50 100755
--- a/c_src/patch-zeromq2
+++ b/c_src/patch-zeromq2
@@ -1,2 +1,2 @@
#!/bin/sh
-sed -i s/AM_CONFIG_HEADER/AC_CONFIG_HEADER/g ../deps/zeromq2/configure.in
+gsed -i s/AM_CONFIG_HEADER/AC_CONFIG_HEADER/g ../deps/zeromq2/configure.in
puzza@Pauls-MacBookPro ~/src/erlzmq2 (master*) $

2013/3/15 Wilson Bilkovich [email protected]

Yep; here is a log: https://gist.github.com/wilson/1892faa8d1c318e2da85


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

from erlzmq2.

wilson avatar wilson commented on June 4, 2024

Still fails for me when I change to that: https://gist.github.com/wilson/c9e08f3adc5f4b46c86a

from erlzmq2.

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.