Giter Club home page Giter Club logo

Comments (4)

kkaefer avatar kkaefer commented on June 18, 2024

We've never tried this with GCC. Can you please attempt to install it with clang?

from node-fontnik.

ajashton avatar ajashton commented on June 18, 2024

Yes, my question was how to do that. But I figured it out.

sudo apt-get install clang-3.3 libc++-dev libpangomm-1.4-dev
export CXX=/usr/bin/clang++
./bin/updateproto.sh
npm link

from node-fontnik.

kkaefer avatar kkaefer commented on June 18, 2024

Oh, didn't read till the last sentence, sorry 👎

Your solution is correct. Are you able to run the fontserver? I know Ansis had issues installing it on linux, but I could install it just fine on a test vm.

from node-fontnik.

ajashton avatar ajashton commented on June 18, 2024

No actually, when I try to start llmr (after the installation steps ran without error):

~/Code/llmr (git::gl) ➤ npm start

> [email protected] start /home/aj/Code/llmr
> node server.js


module.js:356
  Module._extensions[extension](this, filename);
                               ^
Error: /home/aj/Code/fontserver/build/Release/fontserver.node: undefined symbol: _ZNSt3__15ctypeIcE2idE
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/home/aj/Code/llmr/server.js:11:18)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
npm ERR! weird error 8
npm ERR! not ok code 0

from node-fontnik.

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.