juanitotc

Results 22 comments of juanitotc

When I add the key parameter in a browser, things seem to work; kind "youtube#searchListResponse" etag "\"m2yskBQFythfE4irbTIeOgYYfBU/Dus9GWOM8oNUvwaYsrv8tzpDPWo\"" nextPageToken "CDIQAA" regionCode "FR" pageInfo totalResults 1000000 resultsPerPage 50 items [50]

No, nothing at all :( Are there some debug codes I can pass?

Just to be sure - are you saying that the kernel modules libsha256 and sha256_generic should be loaded on the host or copied under /lib/firmware on the host?

I tried a build with jack. src/intents.c needs libweed/weed-utils.h rather than weed-utils.h The build fails with: ``` gcc -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe -DPACKAGE_NAME=\"LiVES\" -DPACKAGE_TARNAME=\"lives\" -DPACKAGE_VERSION=\"3.2.1-pre\" -DPACKAGE_STRING=\"LiVES\ 3.2.1-pre\" -DPACKAGE_BUGREPORT=\"https://github.com/salsaman/LiVES/issues\" -DPACKAGE_URL=\"http://lives-video.com\" -DPACKAGE=\"lives\"...

Thanks - after changing machinestate.h and editing the first line of build-weed-plugin-C to read "#!/usr/bin/env perl", the build now suceeds.

It allows the script to find perl in $PATH - it is at /usr/local/bin/perl on my system

webkitfltk will build for armv6 using the patches in #28 and #29 in addition to the following patches: ``` --- Source/JavaScriptCore/llint/LowLevelInterpreter.asm.orig 2020-11-21 17:09:35.000000000 +0000 +++ Source/JavaScriptCore/llint/LowLevelInterpreter.asm 2020-11-21 17:14:11.860537931 +0000 @@...

It seems icu-62 is OK, but the patch is needed for icu-67.

Unfortunately it's not that: ``` platform/LocalizedStrings.cpp:26: warning: "_GNU_SOURCE" redefined 26 | #define _GNU_SOURCE | : note: this is the location of the previous definition platform/LocalizedStrings.cpp: In function 'WTF::String WebCore::formatLocalizedString(WTF::String, ...)':...