Brandon Ros

Results 284 comments of Brandon Ros

``` -- Looking for ldap_init in ldap;-framework SystemConfiguration;-framework CoreFoundation;OpenSSL::SSL;OpenSSL::Crypto CMake Error at /Users/brandonros/Desktop/j2534-rpc-js/output/CMakeFiles/CMakeTmp/CMakeLists.txt:15 (add_executable): Target "cmTC_30b46" links to target "OpenSSL::SSL" but the target was not found. Perhaps a find_package() call...

``` cmake_minimum_required(VERSION 3.5.1) project(j2534-rpc) set(CMAKE_CXX_STANDARD 11) # architecture if (CMAKE_SIZEOF_VOID_P EQUAL 8) set(ARCHITECTURE_SLUG "x64") elseif (CMAKE_SIZEOF_VOID_P EQUAL 4) set(ARCHITECTURE_SLUG "ia32") endif() # variables set(MSGPACK_USE_BOOST OFF CACHE BOOL "") # msgpack...

``` Brandons-MacBook-Air:j2534-rpc-js brandonros 2022-02-20 13:20:44 $ uname -a Darwin Brandons-MacBook-Air.local 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:29:10 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T8101 arm64 ```

Nope, no luck. I think it's something to do with Mac/Darwin. It isn't happening to me on Windows. Maybe colliding with some local installation of libcurl-dev I have somewhere with...

``` 1046 | init_http_server(); | ^^^^^^^^^^^^^^^^^^^ | = note: futures do nothing unless you `.await` or poll them ``` ``` async fn init_http_server() { actix_web::HttpServer::new(|| { actix_web::App::new() .wrap(actix_web::middleware::Logger::new("%a \"%r\" %s...

probably not this library, unless for some reason ctor is like... not waiting for C/C++ runtime of MSVC? i don't know... just a guess.

fyi https://github.com/estk/log4rs/issues/263#issuecomment-1148049805

``` $ RUST_BACKTRACE=1 cargo run -- -f /Users/brandonros/Downloads/redacted.exe Finished dev [unoptimized + debuginfo] target(s) in 0.02s Running `target/debug/scemu -f /Users/brandonros/Downloads/redacted.exe` use -vv to see the assembly code emulated, and -v...