Julien Marrec

Results 241 comments of Julien Marrec

@bwinsatt thanks for the reply! I'd like for you to test asap, so we know whether using Qt 6.5.3 instead of 6.3.0+ breaks M2/M3 macs or not same as #688...

> I had this error. sorry for the screenshot, I can't do anything else with this window open. @bwinsatt unfortunately that's not our fault, it's the OS SDK, the "classic"...

Yeah @macumber merge at will after that.

@bwinsatt That's all we needed, thanks! that error will be resolved soon, it's an OS SDK issue.

This for OpenStudio, a building energy modeling tool that has an embedded ruby interpreter (c++, we build darwin and linux x64 and armv8, windows x64 mswin). And the OpenStudio Application,...

(This is kinda how I came across this repo, partly through sketchup forums and partly through setup-ruby gha action, then I noticed your su-3.2 branch)

Thanks for looking into it (and so quickly), I appreciate it! I thought about using the triplet `x64-windows-static` for vcpkg and started modifying your ps1 files to do that but...

for context, the original idea, and the way it's been for the past 10+ years, is that the OpenStudio CLI is a self contained, relocatable executable. OpenStudio.exe libs to static...

Is this what you need for building the mswin static vcpkg? I added a matrix job to do both regular and static https://github.com/ruby/setup-msys2-gcc/commit/763266281e78a594ec4611af5a069e3758d78c54 It didn't upload anything but that's another...

I'm not that surprised that it didn't work. We've been building static openssl (and a few others), using a siteconf.rb and using the "static" target. https://github.com/NREL/openstudio-gems/blob/04a6a4cb36a11374487bc609adf1eee156454377/lib/rubygems_plugin.rb#L74-L122 and the ruby3 version...