Code Monkey home page Code Monkey logo

Comments (4)

ouwou avatar ouwou commented on May 25, 2024

git submodule init && git submodule update subprojects

maybe i should put that in the readme

from abaddon.

9xN avatar 9xN commented on May 25, 2024

git submodule init && git submodule update subprojects

maybe i should put that in the readme

Consolidate compiler generated dependencies of target ixwebsocket
[ 34%] Built target ixwebsocket
Consolidate compiler generated dependencies of target abaddon
[ 35%] Building CXX object CMakeFiles/abaddon.dir/src/abaddon.cpp.o
In file included from /Users/atg/abaddon/src/abaddon.cpp:1:
In file included from /usr/local/Cellar/gtkmm3/3.24.5/include/gtkmm-3.0/gtkmm.h:103:
In file included from /usr/local/Cellar/gtkmm3/3.24.5/include/gdkmm-3.0/gdkmm/dragcontext.h:30:
In file included from /usr/local/Cellar/gtkmm3/3.24.5/include/gdkmm-3.0/gdkmm/pixbuf.h:39:
In file included from /usr/local/Cellar/[email protected]/1.14.3/include/cairomm-1.0/cairomm/surface.h:37:
In file included from /usr/local/Cellar/[email protected]/1.14.3/include/cairomm-1.0/cairomm/enums.h:24:
/usr/local/Cellar/cairo/1.16.0_5/include/cairo/cairo-ft.h:50:10: fatal error: 'fontconfig/fontconfig.h' file not found
#include <fontconfig/fontconfig.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [CMakeFiles/abaddon.dir/src/abaddon.cpp.o] Error 1
make[1]: *** [CMakeFiles/abaddon.dir/all] Error 2
make: *** [all] Error 2

from abaddon.

9xN avatar 9xN commented on May 25, 2024

i ended up just adding a fontconfig header file to the cairo library and rename the include <fontconfig/fontconfig.h> to #include 'fontconfig.h'
the file that i added to the folder not sure what a proper fix would look like but this worked for me

from abaddon.

Justaus3r avatar Justaus3r commented on May 25, 2024

git submodule init && git submodule update subprojects

maybe i should put that in the readme

yeah please add it in readme

from abaddon.

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.