Carlo Bramini
Carlo Bramini
Hello, I tried to build mingw32ce with CYGWIN and I got this error: ``` CXXLD gdb.exe cp-support.o: in function `gdb_demangle(char const*, int)': /home/Carlo/cegcc-build/binutils/gdb/cp-support.c:1552:(.text+0x1d12): relocation truncated to fit: IMAGE_REL_AMD64_REL32 against undefined...
It seems to me that Fluidsynth allows to play audio samples natively when compiled for Android, but it does not support MIDI input yet. It would be nice if this...
libraries\lib-screen-geometry\ZoomInfo.h declares a `CONST` macro in this way: ``` #ifdef __GNUC__ #define CONST #else #define CONST const #endif ``` Here it is the point where it is defined: https://github.com/audacity/audacity/blob/93493c3752a495c3ed201231d878715765a5382e/libraries/lib-screen-geometry/ZoomInfo.h#L17 This...
I configured the build tree with the option `-Daudacity_use_nyquist=off` and I got this error when linking: ``` CMakeFiles/Audacity.dir/commands/ScriptCommandRelay.cpp.o: in function `ExecForLisp(char*)': /home/Carlo/audacity/src/commands/ScriptCommandRelay.cpp:102: undefined reference to `nyq_reformat_aud_do_response(wxString const&)' collect2: error: ld...
When compiling Audacity with mingw-w64, I'm getting these errors when linking: ``` [100%] Linking CXX executable ../bin/Audacity.exe /usr/lib/gcc/i686-w64-mingw32/11/../../../../i686-w64-mingw32/bin/ld: CMakeFiles/Audacity.dir/objects.a(MIDIPlay.cpp.obj):/home/Carlo/audacity/src/MIDIPlay.cpp:511: undefined reference to `_imp___ZN10AudioIOExt17RegisteredFactoryD1Ev' /usr/lib/gcc/i686-w64-mingw32/11/../../../../i686-w64-mingw32/bin/ld: CMakeFiles/Audacity.dir/objects.a(MIDIPlay.cpp.obj):/home/Carlo/audacity/src/MIDIPlay.cpp:515: undefined reference to `_imp___ZN10AudioIOExt17RegisteredFactoryC1ESt8functionIFSt10unique_ptrIS_St14default_deleteIS_EERK16PlaybackScheduleEE' /usr/lib/gcc/i686-w64-mingw32/11/../../../../i686-w64-mingw32/bin/ld:...
Size of the alpha channel is not set to its default value and this caused totally corrupted graphics on my PC. See: https://bugs.scummvm.org/ticket/13712
This patch includes support for selecting system provided LUA 5.3 (and newer) and BULLET, in a similar manner it had been done for FreeType. * Added two new options, FORCE_SYSTEM_LUA...
I tried to play the FMV copied from my TR5 CDROM, but they do not work. It seems to me that those movies are not into RPL format, but they...
I tried to compile OpenTomb with MSVC 2017 free Community Edition but I got some issues. Here there is a report of my results: - Included FreeType cannot compile one...
I just wanted to tell you that I was able to trash all that hack for MINGW inside CMakeFile.txt, which is the code starting from here: https://github.com/opentomb/OpenTomb/blob/05aa2c2e8bd425f031264d5a4354dba45ce90e8b/CMakeLists.txt#L212 All I had...