Julien Marrec

Results 241 comments of Julien Marrec

Not that simple to provide a MCVE, but I've experienced it in a (large) project that uses CMake and CPack for packaging, and which redistributes the python dylib. Linking is...

@mayeut here is a MCVE repro: https://github.com/jmarrec/test-Github-Actions/actions/runs/9446808318/job/26017370106 It's not impossible that this could be the issue: https://stackoverflow.com/questions/58997650/trying-to-codesign-a-mac-osx-app-but-when-i-check-it-i-get-pharo-app-invalid The SO post mentions that codesign behaves differently when you have a library/exe...

The boost >= 1.58 in https://github.com/microsoft/cpprestsdk/pull/1339#discussion_r383026727 was because of Ubuntu 16.04, which is officially EOL since April 30th 2021. Ubuntu 18.04 is EOL since 31 May 2023. So I don't...

I'm hitting this after upgrading my mac and getting apple-clang 17.

here is my test measure [example_path_argument.zip](https://github.com/user-attachments/files/17363128/example_path_argument.zip) ``` # define the arguments that the user will input def arguments(model) args = OpenStudio::Measure::OSArgumentVector.new isRead = false extension = "CSV (*.csv);;Excel (*.xls *.xlsx);;All...

@macumber until #5273 is addressed, I'd say we just merge this. Does that work for you? * https://github.com/NREL/OpenStudio/issues/5273

cpprestsdk https://github.com/microsoft/cpprestsdk/blob/0b1ce318a757bbfb89bdb0fffb61ca4e38dc3b33/README.md?plain=1#L1 > cpprestsdk is in maintenance mode and we do not recommend its use in new projects. We will continue to fix critical bugs and address security issues.

I'd like this lib too. I'm willing to add it, I just have a concern: it depends on abseil (which is already one of the libs), but I'm not sure...

FWIW, I have a project that consumes a bunch of conan libraries, including openssl 3.1.0 and libffi/3.4.4, but **NOT** qt, and where I hit the same issue now, with apple-clang...