juanitotc

Results 18 issues of juanitotc

Whilst webkitfltk compiles against openssl-1.1.1, fifth fails. Is this something to do with the change in definition of x509 (made internal)? g++ -mtune=generic -Os -pipe -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -I. -DDATADIR=\"/usr/local/share/fifth\"...

When accessing some URL, fifth will freeze either at: * 90% loaded * the ilovebieber page No error messages are given and the only way to exit is "killall -9...

Using gtk+-1.2.10. mtpaint compiled from git today fails with the error below. It would also be good if mtpaint had a desktop file and 48x48 mtpaint.png icon :) --- ......

When building with "-Daudacity_use_midi=off", the build fails looking for portmidi.h with: ``` [ 64%] Building CXX object src/CMakeFiles/Audacity.dir/MIDIPlay.cpp.o cd /usr/src/Audacity-3.1.2-Source/build/src && /usr/local/bin/c++ -DAUDACITY_DLL_API="" -DAUDIO_DEVICES_API="" -DAudacity_EXPORTS -DBASIC_UI_API="" -DBUILDING_AUDACITY -DCMAKE -DCOMPONENTS_API="" -DEXCEPTIONS_API=""...

bug-distros
Build / CI

Using libsmbios-2.4.2, "make install" installs /usr/local/share/smbios-utils/cli.py, but python does not find it in this location: smbios-lcd-brightness Traceback (most recent call last): File "/usr/local/sbin/smbios-lcd-brightness", line 32, in import cli ModuleNotFoundError: No...

bug

I had previously compiled minitube-2.5 and had it working without problems. I've just compiled minitube-2.7, but when searching on channel/keyword I get a black screen and: https://www.googleapis.com/youtube/v3/search?&part=snippet&type=video&maxResults=50&q=test&safeSearch=strict 0 If I...

I suspect there will be several problems, but here's one: ''' g++ -flto -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -I. -DDATADIR=\"/usr/local/share/flaxpdf\" -DLOCALEDIR=\"/usr/local/share/locale\" -isystem /usr/local/include -fvisibility-inlines-hidden -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT...

building from git using gcc-10.2 on an RPi4 using aarch64 fails: ``` CC="gcc -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe" CXX="g++ -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var --disable-jack ``` The...

I have gnome-3.10.x compiled from source working by starting gnome-session directly with "startx" - i.e. without using gdm on a distro that does not use systemd (tinycorelinux). I am unable...

compiling natively on RPi aarch64, build fails with: ``` make -C Source/WebCore CXX="g++ -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe -DNDEBUG" ... dom/Document.cpp:4226:5: error: expected ';' before 'if' dom/Document.cpp:4231:9: error: expected ';' before...