Vinícius Ferrão

Results 43 comments of Vinícius Ferrão

Hi @t0xic0der there's any way to force it right now? I'm trying to use the software to install the drivers of a GeForce 9400M in a 2009 Mac Mini.

Hello, as today this issue still persist, I'm with the following errors: ``` foo_scrobble: Requesting auth token foo_scrobble: Failed to get auth token (Setting max automatic redirects: 12009: Unable to...

The first tries were no good: ``` ❯ cmake --build build [51/88] Building CXX object merge/CMakeFiles/i18n-merge-pot.dir/merge.cpp.o FAILED: merge/CMakeFiles/i18n-merge-pot.dir/merge.cpp.o /opt/local/bin/clang++-mp-13 -DFMT_LOCALE -DFMT_SHARED -isystem /opt/local/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk -std=c++20 -MD -MT merge/CMakeFiles/i18n-merge-pot.dir/merge.cpp.o -MF...

Definitely there's some progress. With AppleClang the error is small during the linking, it seems that `-fuse-ld=lld` is not supported. ``` FAILED: clang/i18n-extract : && /Library/Developer/CommandLineTools/usr/bin/c++ -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names...

Hi @zauguin, sorry for the delayed answer, I got stuck with a huge work emergency, that seems to be "solved" now. I would like to dig a little further before...

Hi @zauguin we're almost there, with Macports Clang now there's only a linker error (ignoring the warnings). ``` [85/85] Linking CXX executable tests/tests FAILED: tests/tests tests/tests_tests-b12d07c.cmake /Users/ferrao/i18n++/build/tests/tests_tests-b12d07c.cmake : && /opt/local/bin/clang++-mp-13...

I think the warning fix made a stepback. With Macports Clang that's happening now: ``` [83/85] Building CXX object tests/CMakeFiles/tests.dir/simple.cpp.o FAILED: tests/CMakeFiles/tests.dir/simple.cpp.o /opt/local/bin/clang++-mp-13 -DFMT_LOCALE -DFMT_SHARED -DTEST_SOURCE_DIR=\"/Users/ferrao/i18n++/tests\" -I/Users/ferrao/i18n++/tests/../include -I/Users/ferrao/i18n++/clang/../include -I/Users/ferrao/i18n++/external/Catch2/src/catch2/.. -isystem...

Alright it seems to be passing now: ``` ❯ ./i18n-extract --version LLVM (http://llvm.org/): LLVM version 13.0.1 Optimized build. Default target: x86_64-apple-darwin21.3.0 Host CPU: skylake ``` Now I need to learn...

@zauguin I have some updates for you. Not on my side but... macOS 12.3 has been released. ``` ❯ cat ./SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__libcpp_version 13000 ``` So yeah, `libc++` is updated. With the...

@ruixingw if you run the following command after installation of old modules: `dnf reinstall intel-mpi-devel-ohpc intel-compilers-devel-ohpc` Does it solve the issue?