Hello,
Rather than take part in the controversy I went to the side of the BG github repository:
https://github.com/therealglazou/bluegriffon
I found step descriptions for building BG from scratch.
I used GIT, forked BG and started building.
For your information there are already 38 forks.
Some dependencies have to be installed with MacPort.
Most important, I set macOS SDK to 11.1.
Then the configuration runs.
Then building runs.
Unfortunately I have got this error in Rust:
1:31.62 Compiling core-graphics v0.7.0
1:32.13 error[E0713]: borrow may still be in use when destructor runs
1:32.13 --> /opt/bluegriffon-source/third_party/rust/url/src/form_urlencoded.rs:246:40
1:32.13 |
1:32.13 244 | impl<'a> Target for ::UrlQuery<'a> {
1:32.13 | -- lifetime `'a` defined here
1:32.13 245 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization }
1:32.13 246 | fn finish(self) -> &'a mut ::Url { self.url }
1:32.13 | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait
1:32.13 | |
1:32.13 | returning this value requires that `*self.url` is borrowed for `'a`
1:32.13
1:32.21 error: aborting due to previous error
Is there someone having already built BG from source?
If so how to correct this error?
Thanks, Pascal.
https://blady.pagesperso-orange.fr