Coder Social home page Coder Social logo

Comments (9)

bencrowder avatar bencrowder commented on August 12, 2024

Question: are there compilation instructions for OS X? Right now I use HomeBrew to compile the HEAD, but I'm not sure how to point HomeBrew to compile my fork instead. (I tried compiling it outside of HomeBrew but I'm getting environment-related errors, and I'd like to compile using HomeBrew's settings so I know my changes actually work with the normal setup.)

from designwithfontforge.com.

davelab6 avatar davelab6 commented on August 12, 2024

The compilation instructions are the Homebrew formula :)

$ brew edit fontforge

Then replace what is currently line 8,

  head 'https://github.com/fontforge/fontforge.git'

with your github url, save the file, and brew uninstall fontforge; brew install fontforge --HEAD --with-x

I update the issue text to reflect this important testing step :D

from designwithfontforge.com.

bencrowder avatar bencrowder commented on August 12, 2024

Awesome, thanks.

from designwithfontforge.com.

vernnobile avatar vernnobile commented on August 12, 2024

any idea how to force homebrew to use nano instead of vim to edit ?? :)
i effing hate vim.

On 16 Sep 2013, at 08:21, Dave Crossland [email protected] wrote:

The compilation instructions are the Homebrew formula :)

$
brew edit fontforge

Then replace what is currently line 8,

head 'https://github.com/fontforge/fontforge.git'
with your github url, save the file, and brew uninstall fontforge; brew install fontforge --HEAD --with-x


Reply to this email directly or view it on GitHub.

from designwithfontforge.com.

davelab6 avatar davelab6 commented on August 12, 2024

@vernnobile https://www.google.com/search?q=unix+shell+editor+variable

from designwithfontforge.com.

vernnobile avatar vernnobile commented on August 12, 2024

ahh thanks :) Homebrew uses the system default.
To change OSX default from vim to nano, i ran;
EDITOR=nano; export EDITOR

ps

brew install fontforge --HEAD --with-x

fails for me on 10.8.4 :(

iMac:~ vern$ brew install -v fontforge --HEAD --with-x
==> Cloning https://github.com/fontforge/fontforge.git
git status -s
Updating /Library/Caches/Homebrew/fontforge--git
git config remote.origin.url https://github.com/fontforge/fontforge.git
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch origin
git reset --hard origin/HEAD
HEAD is now at 39e86e0 Update prefs to ensure Snap to Int is on by default
git checkout-index -a -f --prefix=/private/tmp/fontforge-xbB0/
==> ./configure --prefix=/usr/local/Cellar/fontforge/HEAD --enable-double --without-freetype-bytecode --with-python-headers=/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 --with-python-lib=-lpython2.7 --enable-pyextension --without-cairo --without-pango
./configure --prefix=/usr/local/Cellar/fontforge/HEAD --enable-double --without-freetype-bytecode --with-python-headers=/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 --with-python-lib=-lpython2.7 --enable-pyextension --without-cairo --without-pango
Error: Failure while executing: ./configure --prefix=/usr/local/Cellar/fontforge/HEAD --enable-double --without-freetype-bytecode --with-python-headers=/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 --with-python-lib=-lpython2.7 --enable-pyextension --without-cairo --without-pango

On 16 Sep 2013, at 09:05, Dave Crossland [email protected] wrote:

@vernnobile https://www.google.com/search?q=unix+shell+editor+variable


Reply to this email directly or view it on GitHub.

from designwithfontforge.com.

davelab6 avatar davelab6 commented on August 12, 2024

brew install fontforge --HEAD --with-x --debug

and try to rerun the configure manually from the shell

from designwithfontforge.com.

khaledhosny avatar khaledhosny commented on August 12, 2024

There is a (technical) reason those names has no spaces (written in a comment somewhere in the code, I do not remember), so you need to fix that first, not just blindly insert spaces.

from designwithfontforge.com.

bencrowder avatar bencrowder commented on August 12, 2024

Yep, I'm aware of that. (The comment -- by George -- says that spaces should be inserted and explains how to do it, which is the way Dave recommends above.)

from designwithfontforge.com.

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.