themancalledjakob

Results 8 issues of themancalledjakob

hey, got to run it smoothly on my debian 7.3 distro very quickly, so i thought i'll share this here. in case anyone is interested, there's actually just one additional...

Produce a relocatable object as output (partial linking). Necessary for latest emsdk.

the formula tries to source emsdk from `/emsdk` this fails, if emsdk is installed somewhere else, even if it is properly installed and already sourced. ```bash user@computer:/openFrameworks/scripts/apothecary$ source /home/user/git/tools/emsdk/emsdk_env.sh Setting...

using a freshly compiled freetype from apothecary generates this error for emscripten (3.1.25): ```bash user@computer:/openFrameworks/examples/graphics/graphicsExamle $ emmake make -j12 [...] 1 warning generated. Linking bin/graphicsExample.html for emscripten /emsdk/upstream/emscripten/em++ -o bin/graphicsExample.html...

System: Ubuntu 18.04 - of_v0.11.0_linux64gcc6_release Not a big deal, but might be confusing for some people. When compiling the example from a fresh clone I get this: ``` [...]/ofxFont/example_font_manager/src/main.cpp:15:14: error:...

OS: Ubuntu 20.04 gcc: 9.3.0 When compiling with `-std=c++17` and `OF_USING_STD_FS=1` I get ``` openFrameworks/addons/ofxHTTP/libs/ofxHTTP/src/PostRoute.cpp:312:39: error: ‘extension’ is not a member of ‘std::filesystem’ 312 | p += std::filesystem::extension(originalFilename); ``` Adjusting...

**How to post a meaningful bug report** 1. *Read this whole template first.* 2. *Determine if you are on the right place:* - *If you were performing an action on...

hey patricio, I think you want to remove & ignore `config.make` as it sets your `OF_ROOT` to `/home/patricio/Desktop/openFrameworks`. https://github.com/patriciogonzalezvivo/lygia_of_examples/blob/main/config.make#L11 This directory obviously exists for you, so everything works when you...