Olivier XILLO

Results 18 comments of Olivier XILLO

Some hints / comments - Compile_OF.sh will build __both__ the Debug __and__ Release libs. So, it takes twice the time... - What are the specs of your machine? On a...

in MSYS2 : warning : ignoring attributes on template argument ``` E:/openframeworks/libs/openFrameworks/utils/ofUtils.h:603:60: warning: ignoring attributes on template argument 'va_list' {aka 'char*'} [-Wignored-attributes] 603 | -> typename std::enable_if::type ```

C++20 define std::numbers::pi (float,double and long double). It does not have 2pi. can we have something more like of::numbers::pi ? So we can have something like : ```cpp #if __cplusplus...

Did you download the 3rd party libs with $OF_ROOT/scripts/msys2/download_libs.sh ? Fmod is only used for MINGW32. Did you try to use it with MINGW64 ? (If you switch from MINGW32...

@ofTheo - several resons : - #167 (an old one) discussing replacement of fmod. - non availability / no access to MSYS2 64bit lib. VS libs may work. - licensing...

@ofTheo I'll do it - I think over the weekend

@elegolo : Can you detail the platform where you've seen it ? Generally the install_depencies scripts try to only install required packages. For example, in MSYS2, we use pacman --needed...

in MSYS2 : warning: 'mode' may be used uninitialized [-Wmaybe-uninitialized] ``` [...]/openFrameworks/libs/openFrameworks/communication/ofArduino.cpp: In member function 'virtual void ofArduino::processSysExData(std::vector)': [...]/openFrameworks/libs/openFrameworks/communication/ofArduino.cpp:955:35: note: 'mode' was declared here 955 | Firmata_Pin_Modes mode; ```

in MSYS2 : warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare] ``` [...]/openFrameworks/libs/openFrameworks/gl/ofMaterial.cpp:574:34: warning: comparison of integer expressions of different signedness:...

in MSYS2 : unused variable warning in ofFileUtils.cpp ``` [...]/openFrameworks/libs/openFrameworks/utils/ofFileUtils.cpp:696:14: warning: unused variable 'perm' [-Wunused-variable] ```