Florent Castelli

Results 56 comments of Florent Castelli

Can you show the output of `make VERBOSE=1`? It should show us what command line was used to build the ASM files.

Thanks! Btw, I'm flying tomorrow, and for some reason, I can do a lot of work in planes. So if you have other feature requests, do them today and I...

The problem with BCM is that it doesn't reduce the boilerplate that much. It's also untested, whereas those build scripts are used to ship millions of apps around the world...

I rarely use CMake GUI, so I've never seen this before. I could expect an issue in FetchContent maybe. I'll have a look after the long holiday weekend here!

Dynamic libraries can cause a lot of issues. Why isn't it acceptable for you to link against the static version?

It shouldn't be complicated to fix it to accept static libraries there though if you really want to use those build scripts. But if you insist on going with the...

It can be automated with CMake and some other tooling too. Supporting dynamic builds means I'd have to double the test coverage and add it for each library. In general,...

A few comments first: - You shouldn't have the find_package() call as Boost is provided in the workspace directly. - There is no circular_buffer component in my distribution, you should...

Here are some possible solutions: https://stackoverflow.com/questions/33905687/error-file-path-too-long-on-windows-keep-below-240-characters

If the path is short, then you have a local issue. You should try to go into the boost-cmake-src folder above and run some git operations manually to see if...