Rudi Heitbaum

Results 330 comments of Rudi Heitbaum

Also https://forum.libreelec.tv/thread/22207-libreelec-usb-sd-creator-macos-will-not-run-on-macos-catalina/?postID=154625&highlight=Catalina#post154625

As you can see in this example ICU uses - and _ and . In their file names. And the release tag actually has - but the versions of the...

@Zlopez thanks for taking the time to respond to my raised issue. 👍 here are the packages that I would seek to fix / regex. This is against the LibreELEC...

It there a fix for compiling zlib with `-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64`? https://github.com/madler/zlib/blob/21767c654d31d2dccdde4330529775c6c5fd5389/gzguts.h#L6-L13 Is is just a matter of removing lines 10-12 or replacing line 11 with `#define _FILE_OFFSET_BITS 64`

For my compiles I flagged zlib as not compatible and removed both defines. Was hoping for a cleaner way. As it was the last of the userland that needed patching.

No problems. Let me take a look.

> I think your changes are wrong, as are the previous ones. Where wdev->connected was tested. the test should be replaced with one of wdev->connected. Version 5.9.2 is the same...

> So much for using native autoconf macro's instead of simple `test`. Didn't notice that part of the documentation about cross-compiling. I'll probably fix this by replacing AC_CHECK_FILE with `test`...

> This is an open source project and I am very grateful to any kind of collaboration. If you can manage to organize this as a pull request I will...