Builder 3.24 Beta 2

Our next beta is out the door and ready for your testing. Please do me a solid and help us test and shake out bugs. It’s pretty easy to install these days.

flatpak install --user --from https://git.gnome.org/browse/gnome-apps-nightly/plain/gnome-builder.flatpakref
flatpak run org.gnome.Builder

More installation options can be found here.

2 thoughts on “Builder 3.24 Beta 2”

  1. I’ve tested Builder from flatpak version and it is failing not just for Vala but for C, it seems no autogen.sh support is installed in SDK.

    Output message:

    autogen.sh: 17: exit: Illegal number: 1git
    You need to install the ‘gnome-autogen.sh’ script (usually part of the gnome-common package)

    Do I need to file a bug report?

    1. Always file bugs, yes.

      We don’t build inside the flatpak container (which does actually have gnome-autogen.sh). We build on either the host, jhbuild, or inside a flatpak runtime. If you are building using your host instead of a GNOME SDK, then you’ll need to make sure your system has the appropriate tooling installed.

Comments are closed.