Jason Benwell

Results 18 comments of Jason Benwell

I have the same issue on a 2020 M1 MacBook Pro, running current macos etc and Retroarch 1.10.3. If I hit the the toggle combo to go to the Quick...

Thank you. I'll try getting the emulator built. Right now, the error I am seeing is as follows: ``` CMake Error at /opt/homebrew/Cellar/cmake/3.22.2/share/cmake/Modules/CMakeTestCCompiler.cmake:69 (message): The C compiler "/Library/Developer/CommandLineTools/usr/bin/gcc" is not...

I hope you don't mind a quick question: I'm getting the following error message `ld: warning: ignoring file /Users/jason/koreader/base/thirdparty/openssl/build/arm64-apple-darwin21.3.0-debug/openssl-prefix/src/openssl/libssl.dylib, building for macOS-arm64 but attempting to link with file built for...

Thank you. I'll try that. I've been playing with it but haven't figured it out yet 🙂 Get Outlook for Android ________________________________ From: Maarten den Braber ***@***.***> Sent: Thursday, February...

@mdbraber Thank you very much! Did you happen to run into this error while trying to build libzmq: ``` In file included from /Users/jason/koreader/base/thirdparty/libzmq/build/arm64-apple-darwin21.3.0-debug/libzmq-prefix/src/libzmq/src/curve_server.cpp:31: /Users/jason/koreader/base/thirdparty/libzmq/build/arm64-apple-darwin21.3.0-debug/libzmq-prefix/src/libzmq/src/curve_server.hpp:30:10: fatal error: 'sodium.h' file not...

I don't have sodium.h in either ~/koreader or /opt/homebrew. I installed the dependencies mentioned in the build guide. Do you happen to know where sodium.h comes from? Thanks!

Some progress -- I ran `brew install libsodium ` and made this revision to line 21 of base/thirdparty/libzmq/CMakeLists.txt `set(CFG_ENV_VAR "CC=\"${CC}\" CXX=\"${CXX}\" CFLAGS=\"${CFLAGS}\" CXXFLAGS=\"${CXXFLAGS} -I/opt/homebrew/include -Wno-unused-result\" LDFLAGS=\"${LDFLAGS}\" LIBS=\"${STATIC_LIBSTDCPP}\"") ` and the...

The Intel build crashes while opening ePubs (see #8686). I did manage to build an emulator once on my M1, and it didn't crash on opening an ePub, but I...

I was hoping someone could help out with this error, from trying to "kodev build", from base/thirdparty/leptonica" ``` libversions.c:70:10: fatal error: 'webp/encode.h' file not found #include "webp/encode.h" ^~~~~~~~~~~~~~~ 1 error...

@NiLuJe I did (and do) have webp installed ``` Warning: webp 1.2.2 is already installed and up-to-date. ``` I can confirm that encode.h etc are in this folder `/opt/homebrew/include/webp `...