Dimitre
Dimitre
Maybe working now
it seems to be using four tildes instead of three here in github the default is three backticks \` with the language like \`\`\`c++
I'm finding an issue related to this one that may have clues of how to solve: The path I'm working now have some accents like ```/c/Consolação/ofw/examples/3d/3DPrimitivesExample``` and I'm already inside...
from what I read now it can be three or more, tildes or backtick backtick and it works great in github with syntax coloring so I got used with it....
Sure! it is best if we use them as private. Anybody else have the availability to work on this change?
ok, first try it didnt install anything becuase there was something cached I've removed libs/downloads folder and tried it again install complete but fails running example ``` make[2]: *** [makefileCommon/compile.core.mk:259:...
install script seems to be creating a folder inside libs called openFrameworksLibs_bleeding_linuxaarch64 with the libs inside.
I'm loving to look at the errors here: ``` ../../../libs/openFrameworks/graphics/ofTrueTypeFont.cpp:1021:3: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'unsigned short' in initializer list [-Wc++11-narrowing] 1021 | firstIndex +...
it seems PG is prepending an absolute path to the addon name ``` /Volumes/tool/ofw/addons/ofxMidi/CoreMIDI ```
I've made this ugly patch locally just to use PG today ```c++ else if(variable == ADDON_FRAMEWORKS){ size_t found=value.find('/'); if (found==string::npos) { // This path doesn't have slashes addReplaceStringVector(frameworks, value, emptyString,...