GithubHelp home page GithubHelp logo

Comments (6)

athornton avatar athornton commented on May 31, 2024 1

Closing--configure is an OK workaround. I still don't have a running pw3270 but that's a project for another day.

from lib3270.

PerryWerneck avatar PerryWerneck commented on May 31, 2024

Did you tried the configure option below:

./configure "LDFLAGS=$LDFLAGS -L/opt/homebrew/Cellar/gettext/0.21/lib" "CFLAGS=-I/opt/homebrew/Cellar/gettext/0.21/include"

Or this option (from here):

brew unlink gettext && brew link --force gettext

from lib3270.

athornton avatar athornton commented on May 31, 2024

I did do the brew unlink/relink. I didn't do that configure. Let's try that.

That configure option seems to have done the trick (plus setting the prefix appropriately). Thanks!

from lib3270.

athornton avatar athornton commented on May 31, 2024

...I managed to get libv3270 built, and pw3270, but actually getting it to run is another matter.

from lib3270.

mgrossmann avatar mgrossmann commented on May 31, 2024

Could you please update the documentation, regarding libintl stuff?

./configure "LDFLAGS=$LDFLAGS -L$(brew --prefix gettext)/lib" "CFLAGS=-I$(brew --prefix gettext)/include"

from lib3270.

PerryWerneck avatar PerryWerneck commented on May 31, 2024

Did you tried ./autogen.sh --with-libiconv-prefix=$(brew --prefix gettext) ?

from lib3270.

Related Issues (13)

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.