Giter Club home page Giter Club logo

Comments (1)

jgmdev avatar jgmdev commented on June 11, 2024

Indeed, I haven't forgotten Mac OS Developers :D, theres a new configure flag for that platform that needs to be enabled when building for it, so you should do:

./configure --enable-wxwidgets-macosx

You can also use your own build of wxWidgets with:

./configure --with-wxwidgets=/path/to/wxWidgets

--enable-wxwidgets-macosx will take care of downloading wxWidgets and linking to it statically as adding all necessary ldflags (macosx -framewok) to link correctly to wxWidgets. I would advice to use the source code from this commit state which includes some Mac specific fixes as config.m4 mac support:

https://github.com/wxphp/wxphp/tree/97b87d3daa7550194cf2383959981c9b0e3232ce

https://github.com/wxphp/wxphp/archive/97b87d3daa7550194cf2383959981c9b0e3232ce.zip

Recent changes in repo will not compile automatically because I have adjusted the source in preparation for upcoming wxWidgets v3.1.0, so thats why I recommend the state of source on commit 97b87d3.

Theres also now a mac osx bundle generator which you can use to create your own wxPHP applications bundle https://github.com/wxphp/wxphp/tree/97b87d3daa7550194cf2383959981c9b0e3232ce/tools/macosx_bundle

This bundle generator by default opens a terminal in mac with access to wxphp command. Maybe you could help doing Mac builds, now that everything is mostly automated!

from wxphp.

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.